COLOR #E8DAE5

HEX: #E8DAE5
RGB: (232,218,229)

Color info

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

RGB color model

#E8DAE5 color RGB value is (232,218,229).

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

RGB channels and saturation

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

232
218
229

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

Portions of RGB colors in percentages

R + G + B =
232 + 218 + 229 = 679 (100%)
R 232 of 679 ~ 34.17%
G 218 of 679 ~ 32.11%
B 229 of 679 ~ 33.73%

%34.17
%32.11
%33.73

CMYK color model

#E8DAE5 color CMYK value is (0,6,1,9).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 1.29%
  • key color value is 9.02%
CMYK:
(0,6,1,9)
C0M6Y1K9 
(0%,6%,1%,9%)
(0.00/0.06/0.01/0.09)	

CMYK percentages

%0
%6.03
%1.29
%9.02

Codes

Color #E8DAE5 in popluar color models

E8DAE5
RGB232218229
HSL313°23.33%88.24%
HSB/HSV313°6.03%90.98%
CMYK0.00%6.03%1.29%
9.02%

Color #E8DAE5 in popluar number systems.

HEXE8DAE5
Decimal232218229
Binary111010001101101011100101
Octal350332345

Shades and tints

Shades of #E8DAE5

#E8DAE5
(232,218,229)
#D3C7D1
(211,199,209)
#BEB4BD
(190,180,189)
#A9A1A9
(169,161,169)
#948E95
(148,142,149)
#7F7B81
(127,123,129)
#6A686D
(106,104,109)
#555559
(85,85,89)
#404245
(64,66,69)
#2B2F31
(43,47,49)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #E8DAE5

#E8DAE5
(232,218,229)
#EADDE7
(234,221,231)
#ECE0E9
(236,224,233)
#EEE3EB
(238,227,235)
#F0E6ED
(240,230,237)
#F2E9EF
(242,233,239)
#F4ECF1
(244,236,241)
#F6EFF3
(246,239,243)
#F8F2F5
(248,242,245)
#FAF5F7
(250,245,247)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DAE5; }

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

This text font color is #E8DAE5.


Background Color

.myBgColor { background-color: #E8DAE5; }

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

This div background color is #E8DAE5.


Border color

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

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

This div border color is #E8DAE5.


Opacity

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

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

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

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

This text has shadow with #E8DAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DAE5 on black background.


Color preview on white background

This text has color #E8DAE5 on white background.



Black color preview on #E8DAE5 background

This text has black color on #E8DAE5 background.


White color preview on #E8DAE5 background

This text has white color on #E8DAE5 background.