COLOR #E9DAE5

HEX: #E9DAE5
RGB: (233,218,229)

Color info

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

RGB color model

#E9DAE5 color RGB value is (233,218,229).

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

RGB channels and saturation

R 233 of 255 = 91%
G 218 of 255 = 85%
B 229 of 255 = 90%

233
218
229

R + G + B ~ 89%. #E9DAE5 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 218 + 229 = 680 (100%)
R 233 of 680 ~ 34.26%
G 218 of 680 ~ 32.06%
B 229 of 680 ~ 33.68%

%34.26
%32.06
%33.68

CMYK color model

#E9DAE5 color CMYK value is (0,6,2,9).

  • cyan value is 0.00%
  • magenta value is 6.44%
  • yellow value is 1.72%
  • key color value is 8.63%
CMYK:
(0,6,2,9)
C0M6Y2K9 
(0%,6%,2%,9%)
(0.00/0.06/0.02/0.09)	

CMYK percentages

%0
%6.44
%1.72
%8.63

Codes

Color #E9DAE5 in popluar color models

E9DAE5
RGB233218229
HSL316°25.42%88.43%
HSB/HSV316°6.44%91.37%
CMYK0.00%6.44%1.72%
8.63%

Color #E9DAE5 in popluar number systems.

HEXE9DAE5
Decimal233218229
Binary111010011101101011100101
Octal351332345

Shades and tints

Shades of #E9DAE5

#E9DAE5
(233,218,229)
#D4C7D1
(212,199,209)
#BFB4BD
(191,180,189)
#AAA1A9
(170,161,169)
#958E95
(149,142,149)
#807B81
(128,123,129)
#6B686D
(107,104,109)
#565559
(86,85,89)
#414245
(65,66,69)
#2C2F31
(44,47,49)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #E9DAE5

#E9DAE5
(233,218,229)
#EBDDE7
(235,221,231)
#EDE0E9
(237,224,233)
#EFE3EB
(239,227,235)
#F1E6ED
(241,230,237)
#F3E9EF
(243,233,239)
#F5ECF1
(245,236,241)
#F7EFF3
(247,239,243)
#F9F2F5
(249,242,245)
#FBF5F7
(251,245,247)
#FDF8F9
(253,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DAE5; }

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

This text font color is #E9DAE5.


Background Color

.myBgColor { background-color: #E9DAE5; }

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

This div background color is #E9DAE5.


Border color

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

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

This div border color is #E9DAE5.


Opacity

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

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

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

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

This text has shadow with #E9DAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DAE5 on black background.


Color preview on white background

This text has color #E9DAE5 on white background.



Black color preview on #E9DAE5 background

This text has black color on #E9DAE5 background.


White color preview on #E9DAE5 background

This text has white color on #E9DAE5 background.