COLOR #E9D6E5

HEX: #E9D6E5
RGB: (233,214,229)

Color info

#E9D6E5 contains red, green and blue colors in about the same proportion. Web safe color of #E9D6E5 is #FFCCCC (or #FCC).

RGB color model

#E9D6E5 color RGB value is (233,214,229).

  • red value is 233;
  • green value is 214;
  • blue value is 229.
RGB:
(233,214,229)
(91%,84%,90%)

RGB channels and saturation

R 233 of 255 = 91%
G 214 of 255 = 84%
B 229 of 255 = 90%

233
214
229

R + G + B ~ 88%. #E9D6E5 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 214 + 229 = 676 (100%)
R 233 of 676 ~ 34.47%
G 214 of 676 ~ 31.66%
B 229 of 676 ~ 33.88%

%34.47
%31.66
%33.88

CMYK color model

#E9D6E5 color CMYK value is (0,8,2,9).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 1.72%
  • key color value is 8.63%
CMYK:
(0,8,2,9)
C0M8Y2K9 
(0%,8%,2%,9%)
(0.00/0.08/0.02/0.09)	

CMYK percentages

%0
%8.15
%1.72
%8.63

Codes

Color #E9D6E5 in popluar color models

E9D6E5
RGB233214229
HSL313°30.16%87.65%
HSB/HSV313°8.15%91.37%
CMYK0.00%8.15%1.72%
8.63%

Color #E9D6E5 in popluar number systems.

HEXE9D6E5
Decimal233214229
Binary111010011101011011100101
Octal351326345

Shades and tints

Shades of #E9D6E5

#E9D6E5
(233,214,229)
#D4C3D1
(212,195,209)
#BFB0BD
(191,176,189)
#AA9DA9
(170,157,169)
#958A95
(149,138,149)
#807781
(128,119,129)
#6B646D
(107,100,109)
#565159
(86,81,89)
#413E45
(65,62,69)
#2C2B31
(44,43,49)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #E9D6E5

#E9D6E5
(233,214,229)
#EBD9E7
(235,217,231)
#EDDCE9
(237,220,233)
#EFDFEB
(239,223,235)
#F1E2ED
(241,226,237)
#F3E5EF
(243,229,239)
#F5E8F1
(245,232,241)
#F7EBF3
(247,235,243)
#F9EEF5
(249,238,245)
#FBF1F7
(251,241,247)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D6E5 color. Also use rgb(233,214,229) instead hex code.

Text Font Color

.myTextColor { color: #E9D6E5; }

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

This text font color is #E9D6E5.


Background Color

.myBgColor { background-color: #E9D6E5; }

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

This div background color is #E9D6E5.


Border color

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

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

This div border color is #E9D6E5.


Opacity

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

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

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

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

This text has shadow with #E9D6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D6E5 on black background.


Color preview on white background

This text has color #E9D6E5 on white background.



Black color preview on #E9D6E5 background

This text has black color on #E9D6E5 background.


White color preview on #E9D6E5 background

This text has white color on #E9D6E5 background.