How to set opacity to the background color of a div?

Viewed 121055

I have this class

.box { background-color:#fff; border:3px solid #eee; }

My question is how can I set an opacity to the white background only so that it will kinda mix with my background?

Thank you.

5 Answers
Related