COLOR #E9D2FE

HEX: #E9D2FE
RGB: (233,210,254)

Color info

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

RGB color model

#E9D2FE color RGB value is (233,210,254).

  • red value is 233;
  • green value is 210;
  • blue value is 254.
RGB:
(233,210,254)
(91%,82%,100%)

RGB channels and saturation

R 233 of 255 = 91%
G 210 of 255 = 82%
B 254 of 255 = 100%

233
210
254

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

Portions of RGB colors in percentages

R + G + B =
233 + 210 + 254 = 697 (100%)
R 233 of 697 ~ 33.43%
G 210 of 697 ~ 30.13%
B 254 of 697 ~ 36.44%

%33.43
%30.13
%36.44

CMYK color model

#E9D2FE color CMYK value is (8,17,0,0).

  • cyan value is 8.27%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(8,17,0,0)
C8M17Y0K0 
(8%,17%,0%,0%)
(0.08/0.17/0.00/0.00)	

CMYK percentages

%8.27
%17.32
%0
%0.39

Codes

Color #E9D2FE in popluar color models

E9D2FE
RGB233210254
HSL271°95.65%90.98%
HSB/HSV271°17.32%99.61%
CMYK8.27%17.32%0.00%
0.39%

Color #E9D2FE in popluar number systems.

HEXE9D2FE
Decimal233210254
Binary111010011101001011111110
Octal351322376

Shades and tints

Shades of #E9D2FE

#E9D2FE
(233,210,254)
#D4BFE7
(212,191,231)
#BFACD0
(191,172,208)
#AA99B9
(170,153,185)
#9586A2
(149,134,162)
#80738B
(128,115,139)
#6B6074
(107,96,116)
#564D5D
(86,77,93)
#413A46
(65,58,70)
#2C272F
(44,39,47)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #E9D2FE

#E9D2FE
(233,210,254)
#EBD6FE
(235,214,254)
#EDDAFE
(237,218,254)
#EFDEFE
(239,222,254)
#F1E2FE
(241,226,254)
#F3E6FE
(243,230,254)
#F5EAFE
(245,234,254)
#F7EEFE
(247,238,254)
#F9F2FE
(249,242,254)
#FBF6FE
(251,246,254)
#FDFAFE
(253,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D2FE color. Also use rgb(233,210,254) instead hex code.

Text Font Color

.myTextColor { color: #E9D2FE; }

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

This text font color is #E9D2FE.


Background Color

.myBgColor { background-color: #E9D2FE; }

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

This div background color is #E9D2FE.


Border color

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

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

This div border color is #E9D2FE.


Opacity

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

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

Text with #E9D2FE 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 #E9D2FE;}

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

This text has shadow with #E9D2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D2FE on black background.


Color preview on white background

This text has color #E9D2FE on white background.



Black color preview on #E9D2FE background

This text has black color on #E9D2FE background.


White color preview on #E9D2FE background

This text has white color on #E9D2FE background.