COLOR #E8DAE0

HEX: #E8DAE0
RGB: (232,218,224)

Color info

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

RGB color model

#E8DAE0 color RGB value is (232,218,224).

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

RGB channels and saturation

R 232 of 255 = 91%
G 218 of 255 = 85%
B 224 of 255 = 88%

232
218
224

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

Portions of RGB colors in percentages

R + G + B =
232 + 218 + 224 = 674 (100%)
R 232 of 674 ~ 34.42%
G 218 of 674 ~ 32.34%
B 224 of 674 ~ 33.23%

%34.42
%32.34
%33.23

CMYK color model

#E8DAE0 color CMYK value is (0,6,3,9).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 3.45%
  • key color value is 9.02%
CMYK:
(0,6,3,9)
C0M6Y3K9 
(0%,6%,3%,9%)
(0.00/0.06/0.03/0.09)	

CMYK percentages

%0
%6.03
%3.45
%9.02

Codes

Color #E8DAE0 in popluar color models

E8DAE0
RGB232218224
HSL334°23.33%88.24%
HSB/HSV334°6.03%90.98%
CMYK0.00%6.03%3.45%
9.02%

Color #E8DAE0 in popluar number systems.

HEXE8DAE0
Decimal232218224
Binary111010001101101011100000
Octal350332340

Shades and tints

Shades of #E8DAE0

#E8DAE0
(232,218,224)
#D3C7CC
(211,199,204)
#BEB4B8
(190,180,184)
#A9A1A4
(169,161,164)
#948E90
(148,142,144)
#7F7B7C
(127,123,124)
#6A6868
(106,104,104)
#555554
(85,85,84)
#404240
(64,66,64)
#2B2F2C
(43,47,44)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #E8DAE0

#E8DAE0
(232,218,224)
#EADDE2
(234,221,226)
#ECE0E4
(236,224,228)
#EEE3E6
(238,227,230)
#F0E6E8
(240,230,232)
#F2E9EA
(242,233,234)
#F4ECEC
(244,236,236)
#F6EFEE
(246,239,238)
#F8F2F0
(248,242,240)
#FAF5F2
(250,245,242)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DAE0; }

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

This text font color is #E8DAE0.


Background Color

.myBgColor { background-color: #E8DAE0; }

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

This div background color is #E8DAE0.


Border color

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

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

This div border color is #E8DAE0.


Opacity

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

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

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

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

This text has shadow with #E8DAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DAE0 on black background.


Color preview on white background

This text has color #E8DAE0 on white background.



Black color preview on #E8DAE0 background

This text has black color on #E8DAE0 background.


White color preview on #E8DAE0 background

This text has white color on #E8DAE0 background.