W3docs

opacity

CSS Property:

Result:

Example of the opacity property.

CSS Code:

#myDiv {
background-color:pink;
opacity:0.1;
}

Click the property values above to see the result