COLOR #E8D4FB

HEX: #E8D4FB
RGB: (232,212,251)

Color info

#E8D4FB contains red, green and blue colors in about the same proportion. Web safe color of #E8D4FB is #FFCCFF (or #FCF).

RGB color model

#E8D4FB color RGB value is (232,212,251).

  • red value is 232;
  • green value is 212;
  • blue value is 251.
RGB:
(232,212,251)
(91%,83%,98%)

RGB channels and saturation

R 232 of 255 = 91%
G 212 of 255 = 83%
B 251 of 255 = 98%

232
212
251

R + G + B ~ 91%. #E8D4FB is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 212 + 251 = 695 (100%)
R 232 of 695 ~ 33.38%
G 212 of 695 ~ 30.5%
B 251 of 695 ~ 36.12%

%33.38
%30.5
%36.12

CMYK color model

#E8D4FB color CMYK value is (8,16,0,2).

  • cyan value is 7.57%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,16,0,2)
C8M16Y0K2 
(8%,16%,0%,2%)
(0.08/0.16/0.00/0.02)	

CMYK percentages

%7.57
%15.54
%0
%1.57

Codes

Color #E8D4FB in popluar color models

E8D4FB
RGB232212251
HSL271°82.98%90.78%
HSB/HSV271°15.54%98.43%
CMYK7.57%15.54%0.00%
1.57%

Color #E8D4FB in popluar number systems.

HEXE8D4FB
Decimal232212251
Binary111010001101010011111011
Octal350324373

Shades and tints

Shades of #E8D4FB

#E8D4FB
(232,212,251)
#D3C1E5
(211,193,229)
#BEAECF
(190,174,207)
#A99BB9
(169,155,185)
#9488A3
(148,136,163)
#7F758D
(127,117,141)
#6A6277
(106,98,119)
#554F61
(85,79,97)
#403C4B
(64,60,75)
#2B2935
(43,41,53)
#16161F
(22,22,31)
#000000
(0,0,0)

Tints of #E8D4FB

#E8D4FB
(232,212,251)
#EAD7FB
(234,215,251)
#ECDAFB
(236,218,251)
#EEDDFB
(238,221,251)
#F0E0FB
(240,224,251)
#F2E3FB
(242,227,251)
#F4E6FB
(244,230,251)
#F6E9FB
(246,233,251)
#F8ECFB
(248,236,251)
#FAEFFB
(250,239,251)
#FCF2FB
(252,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D4FB color. Also use rgb(232,212,251) instead hex code.

Text Font Color

.myTextColor { color: #E8D4FB; }

<p style="color:#E8D4FB">This sample text font color is #E8D4FB.</p>

This text font color is #E8D4FB.


Background Color

.myBgColor { background-color: #E8D4FB; }

<div style="background-color:#E8D4FB">Inner text</div>

This div background color is #E8D4FB.


Border color

.myBorderColor { border: 1px solid #E8D4FB; }

<div style="border:3px solid #E8D4FB">Div</div>

This div border color is #E8D4FB.


Opacity

.myOpacity80 { color: #E8D4FB; opacity: 0.8; }

<p style="color:#E8D4FB;opacity:0.8;">80%</p>

Text with #E8D4FB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E8D4FB;}

<p style="text-shadow: 3px 3px 1px #E8D4FB">Text here.</p>

This text has shadow with #E8D4FB color.

.textShadow {text-shadow: 3px 3px 1px #E8D4FB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E8D4FB, 5px 5px 20px red">Text here.</p>

This text has shadow with #E8D4FB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E8D4FB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E8D4FB, Direction=45, Strength=4)">Text</p>

This text has shadow with #E8D4FB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E8D4FB;
  -webkit-box-shadow:	1px 1px 3px 2px #E8D4FB;
  box-shadow:		1px 1px 3px 2px #E8D4FB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E8D4FB;
-webkit-box-shadow: 1px 1px 3px 2px #E8D4FB;
box-shadow:1px 1px 3px 2px #E8D4FB;">
Div content here</div>
This div box has shadow with color #E8D4FB.

Preview

Color preview on black background

This text has color #E8D4FB on black background.


Color preview on white background

This text has color #E8D4FB on white background.



Black color preview on #E8D4FB background

This text has black color on #E8D4FB background.


White color preview on #E8D4FB background

This text has white color on #E8D4FB background.