COLOR #E0E8D9

HEX: #E0E8D9
RGB: (224,232,217)

Color info

#E0E8D9 contains red, green and blue colors in about the same proportion. Web safe color of #E0E8D9 is #CCFFCC (or #CFC).

RGB color model

#E0E8D9 color RGB value is (224,232,217).

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

RGB channels and saturation

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

224
232
217

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

Portions of RGB colors in percentages

R + G + B =
224 + 232 + 217 = 673 (100%)
R 224 of 673 ~ 33.28%
G 232 of 673 ~ 34.47%
B 217 of 673 ~ 32.24%

%33.28
%34.47
%32.24

CMYK color model

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

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

CMYK percentages

%3.45
%0
%6.47
%9.02

Codes

Color #E0E8D9 in popluar color models

E0E8D9
RGB224232217
HSL92°24.59%88.04%
HSB/HSV92°6.47%90.98%
CMYK3.45%0.00%6.47%
9.02%

Color #E0E8D9 in popluar number systems.

HEXE0E8D9
Decimal224232217
Binary111000001110100011011001
Octal340350331

Shades and tints

Shades of #E0E8D9

#E0E8D9
(224,232,217)
#CCD3C6
(204,211,198)
#B8BEB3
(184,190,179)
#A4A9A0
(164,169,160)
#90948D
(144,148,141)
#7C7F7A
(124,127,122)
#686A67
(104,106,103)
#545554
(84,85,84)
#404041
(64,64,65)
#2C2B2E
(44,43,46)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #E0E8D9

#E0E8D9
(224,232,217)
#E2EADC
(226,234,220)
#E4ECDF
(228,236,223)
#E6EEE2
(230,238,226)
#E8F0E5
(232,240,229)
#EAF2E8
(234,242,232)
#ECF4EB
(236,244,235)
#EEF6EE
(238,246,238)
#F0F8F1
(240,248,241)
#F2FAF4
(242,250,244)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E8D9; }

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

This text font color is #E0E8D9.


Background Color

.myBgColor { background-color: #E0E8D9; }

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

This div background color is #E0E8D9.


Border color

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

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

This div border color is #E0E8D9.


Opacity

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

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

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

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

This text has shadow with #E0E8D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E8D9 on black background.


Color preview on white background

This text has color #E0E8D9 on white background.



Black color preview on #E0E8D9 background

This text has black color on #E0E8D9 background.


White color preview on #E0E8D9 background

This text has white color on #E0E8D9 background.