How can I delete or make transparent a specific background color in an image or backgroundimage? For example, I have an image and I want remove all the white pixels in it to show what is "behind" them on the page.
<div style=" background-color: #F4F4F7; background-image: url('wa.jpg'); background-repeat: no-repeat; background-position: right bottom; background-size: 200px 280px;" align="left">
What functions or attributes can accomplish this?
Double-click the picture, and when Picture Tools appears, click Picture Tools Format > Color. Click Set Transparent Color, and when the pointer changes, click the color you want to make transparent.
#0000ffff - that is the code that you need for transparent.
add the below line in the css
mix-blend-mode: multiply;
You can see the background color and white pixles will go off
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With