This is the website that helped me figure it out about a year ago.
http://www.css3.info/introduction-opacity-rgba/
reposted:
Here’s an example.
background-color: rgb(0,0,255); opacity: 0.5;
The background color of the second div has been set to blue, and the opacity set to half. The text...