COLOR #E0EAD9

HEX: #E0EAD9 RGB: (224,234,217)

Color info

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

RGB color model

#E0EAD9 color RGB value is (224,234,217).

RGB: (224,234,217) (88%, 92%, 85%)

RGB channels and saturation

R 224 of 255 = 88%
G 234 of 255 = 92%
B 217 of 255 = 85%

224
234
217

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

Portions of RGB colors in percentages

R + G + B = 224 + 234 + 217 = 675 (100%)
R 224 of 675 ~ 33.19%
G 234 of 675 ~ 34.67%
B 217 of 675 ~ 32.15'%

%33.19
%34.67
%32.15

CMYK color model

#E0EAD9 color CMYK value is (4,0,7,8).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 8.24%

CMYK: (4,0,7,8)
C4M0Y7K8 (4%, 0%, 7%, 8%)
(0.04 / 0.00 / 0.07 / 0.08)

CMYK percentages

%4.27
%0
%7.26
%8.24

Codes

Color #E0EAD9 in popluar color models

E0 EA D9
RGB 224 234 217
HSL 95° 28.81% 88.43%
HSB/HSV 95° 7.26% 91.76%
CMYK 4.27% 0.00% 7.26%
8.24%

Color #E0EAD9 in popluar number systems.

HEX E0 EA D9
Decimal 224 234 217
Binary 11100000 11101010 11011001
Octal 340 352 331

Shades and tints

Shades of #E0EAD9

#E0EAD9
(224,234,217)
#CCD5C6
(204,213,198)
#B8C0B3
(184,192,179)
#A4ABA0
(164,171,160)
#90968D
(144,150,141)
#7C817A
(124,129,122)
#686C67
(104,108,103)
#545754
(84,87,84)
#404241
(64,66,65)
#2C2D2E
(44,45,46)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #E0EAD9

#E0EAD9
(224,234,217)
#E2EBDC
(226,235,220)
#E4ECDF
(228,236,223)
#E6EDE2
(230,237,226)
#E8EEE5
(232,238,229)
#EAEFE8
(234,239,232)
#ECF0EB
(236,240,235)
#EEF1EE
(238,241,238)
#F0F2F1
(240,242,241)
#F2F3F4
(242,243,244)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EAD9; }

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

This text font color is #E0EAD9.

Background Color

.myBgColor { background-color: #E0EAD9; }

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

This div background color is #E0EAD9.

Border color

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

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

This div border color is #E0EAD9.

Opacity

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

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

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

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

This text has shadow with #E0EAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EAD9.

Preview

Color preview on black background

This text has color #E0EAD9 on black background.


Color preview on white background

This text has color #E0EAD9 on white background.


Black color preview on #E0EAD9 background

This text has black color on #E0EAD9 background.


White color preview on #E0EAD9 background

This text has white color on #E0EAD9 background.


Related colors

Complementary color

Complementary color for #hex is #1F1526.


I love getcolorcode.com

Triadic colors

1 #D9E0EA and #EAD9E0 with #E0EAD9 are triadic colors.

2 #D9EAE0 and #EAE0D9 with #E0EAD9 are triadic colors.