COLOR #E8DAE3

HEX: #E8DAE3
RGB: (232,218,227)

Color info

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

RGB color model

#E8DAE3 color RGB value is (232,218,227).

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

RGB channels and saturation

R 232 of 255 = 91%
G 218 of 255 = 85%
B 227 of 255 = 89%

232
218
227

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

Portions of RGB colors in percentages

R + G + B =
232 + 218 + 227 = 677 (100%)
R 232 of 677 ~ 34.27%
G 218 of 677 ~ 32.2%
B 227 of 677 ~ 33.53%

%34.27
%32.2
%33.53

CMYK color model

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

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

CMYK percentages

%0
%6.03
%2.16
%9.02

Codes

Color #E8DAE3 in popluar color models

E8DAE3
RGB232218227
HSL321°23.33%88.24%
HSB/HSV321°6.03%90.98%
CMYK0.00%6.03%2.16%
9.02%

Color #E8DAE3 in popluar number systems.

HEXE8DAE3
Decimal232218227
Binary111010001101101011100011
Octal350332343

Shades and tints

Shades of #E8DAE3

#E8DAE3
(232,218,227)
#D3C7CF
(211,199,207)
#BEB4BB
(190,180,187)
#A9A1A7
(169,161,167)
#948E93
(148,142,147)
#7F7B7F
(127,123,127)
#6A686B
(106,104,107)
#555557
(85,85,87)
#404243
(64,66,67)
#2B2F2F
(43,47,47)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #E8DAE3

#E8DAE3
(232,218,227)
#EADDE5
(234,221,229)
#ECE0E7
(236,224,231)
#EEE3E9
(238,227,233)
#F0E6EB
(240,230,235)
#F2E9ED
(242,233,237)
#F4ECEF
(244,236,239)
#F6EFF1
(246,239,241)
#F8F2F3
(248,242,243)
#FAF5F5
(250,245,245)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DAE3; }

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

This text font color is #E8DAE3.


Background Color

.myBgColor { background-color: #E8DAE3; }

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

This div background color is #E8DAE3.


Border color

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

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

This div border color is #E8DAE3.


Opacity

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

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

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

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

This text has shadow with #E8DAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DAE3 on black background.


Color preview on white background

This text has color #E8DAE3 on white background.



Black color preview on #E8DAE3 background

This text has black color on #E8DAE3 background.


White color preview on #E8DAE3 background

This text has white color on #E8DAE3 background.