<

Alpha Transparency in CSS

Posted on
6,214 Points
114 Views
1 Endorsement
Last Modified:
Published
Experience Level: Beginner
3:17
In this tutorial viewers will learn how to style transparent/translucent elements using alpha transparency in CSS

Video Steps

1. Start with a normal styled element, such as a div.

2. Define its "background-color" property as "rgba (255, 255, 255, .5)

3. The numbers in the parentheses symbolize the Red, Green, Blue, and Alpha Transparency values of the color

4. To find the RGB values of a color, you can use Adobe Photoshop in RGB Color mode and use the Color window (Windows > Color)

5. The RGB combination (255, 255, 255) indicates white; (0, 0, 0) would indicate black

6. The Alpha value is for transparency and must be a number from 0 through 1; 0 indicates complete transparency while 1 indicates a completely opaque element so .5 will be 50% transparent

7. Using different numbers for the R, G, and/or B values will result in a colored translucent background

1
0 Comments

Suggested Videos

Title Views Activity
Box Shadow Effect in CSS 151
Rounded Corner Effect in CSS 71
Introduction to jQuery (Part 1) 853
Flexible Layouts 74
reCAPTCHA Version 3 was released in 2018, and it works differently to the "I'm not a robot" checkbox in reCAPTCHA version 2. With v3, there's no robot checkbox, but an annoying badge is displayed in the lower right corner of your entire website. Eve…
In this post, I'll use examples to illustrate how the "If" function operates.

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month