COLOR #E0EAD7

HEX: #E0EAD7
RGB: (224,234,215)

Color info

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

RGB color model

#E0EAD7 color RGB value is (224,234,215).

  • red value is 224;
  • green value is 234;
  • blue value is 215.
RGB:
(224,234,215)
(88%,92%,84%)

RGB channels and saturation

R 224 of 255 = 88%
G 234 of 255 = 92%
B 215 of 255 = 84%

224
234
215

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

Portions of RGB colors in percentages

R + G + B =
224 + 234 + 215 = 673 (100%)
R 224 of 673 ~ 33.28%
G 234 of 673 ~ 34.77%
B 215 of 673 ~ 31.95%

%33.28
%34.77
%31.95

CMYK color model

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

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 8.24%
CMYK:
(4,0,8,8)
C4M0Y8K8 
(4%,0%,8%,8%)
(0.04/0.00/0.08/0.08)	

CMYK percentages

%4.27
%0
%8.12
%8.24

Codes

Color #E0EAD7 in popluar color models

E0EAD7
RGB224234215
HSL92°31.15%88.04%
HSB/HSV92°8.12%91.76%
CMYK4.27%0.00%8.12%
8.24%

Color #E0EAD7 in popluar number systems.

HEXE0EAD7
Decimal224234215
Binary111000001110101011010111
Octal340352327

Shades and tints

Shades of #E0EAD7

#E0EAD7
(224,234,215)
#CCD5C4
(204,213,196)
#B8C0B1
(184,192,177)
#A4AB9E
(164,171,158)
#90968B
(144,150,139)
#7C8178
(124,129,120)
#686C65
(104,108,101)
#545752
(84,87,82)
#40423F
(64,66,63)
#2C2D2C
(44,45,44)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #E0EAD7

#E0EAD7
(224,234,215)
#E2EBDA
(226,235,218)
#E4ECDD
(228,236,221)
#E6EDE0
(230,237,224)
#E8EEE3
(232,238,227)
#EAEFE6
(234,239,230)
#ECF0E9
(236,240,233)
#EEF1EC
(238,241,236)
#F0F2EF
(240,242,239)
#F2F3F2
(242,243,242)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EAD7; }

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

This text font color is #E0EAD7.


Background Color

.myBgColor { background-color: #E0EAD7; }

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

This div background color is #E0EAD7.


Border color

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

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

This div border color is #E0EAD7.


Opacity

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

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

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

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

This text has shadow with #E0EAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EAD7 on black background.


Color preview on white background

This text has color #E0EAD7 on white background.



Black color preview on #E0EAD7 background

This text has black color on #E0EAD7 background.


White color preview on #E0EAD7 background

This text has white color on #E0EAD7 background.