COLOR #E0E7DA

HEX: #E0E7DA
RGB: (224,231,218)

Color info

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

RGB color model

#E0E7DA color RGB value is (224,231,218).

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

RGB channels and saturation

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

224
231
218

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

Portions of RGB colors in percentages

R + G + B =
224 + 231 + 218 = 673 (100%)
R 224 of 673 ~ 33.28%
G 231 of 673 ~ 34.32%
B 218 of 673 ~ 32.39%

%33.28
%34.32
%32.39

CMYK color model

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

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

CMYK percentages

%3.03
%0
%5.63
%9.41

Codes

Color #E0E7DA in popluar color models

E0E7DA
RGB224231218
HSL92°21.31%88.04%
HSB/HSV92°5.63%90.59%
CMYK3.03%0.00%5.63%
9.41%

Color #E0E7DA in popluar number systems.

HEXE0E7DA
Decimal224231218
Binary111000001110011111011010
Octal340347332

Shades and tints

Shades of #E0E7DA

#E0E7DA
(224,231,218)
#CCD2C7
(204,210,199)
#B8BDB4
(184,189,180)
#A4A8A1
(164,168,161)
#90938E
(144,147,142)
#7C7E7B
(124,126,123)
#686968
(104,105,104)
#545455
(84,84,85)
#403F42
(64,63,66)
#2C2A2F
(44,42,47)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #E0E7DA

#E0E7DA
(224,231,218)
#E2E9DD
(226,233,221)
#E4EBE0
(228,235,224)
#E6EDE3
(230,237,227)
#E8EFE6
(232,239,230)
#EAF1E9
(234,241,233)
#ECF3EC
(236,243,236)
#EEF5EF
(238,245,239)
#F0F7F2
(240,247,242)
#F2F9F5
(242,249,245)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E7DA; }

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

This text font color is #E0E7DA.


Background Color

.myBgColor { background-color: #E0E7DA; }

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

This div background color is #E0E7DA.


Border color

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

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

This div border color is #E0E7DA.


Opacity

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

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

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

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

This text has shadow with #E0E7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E7DA on black background.


Color preview on white background

This text has color #E0E7DA on white background.



Black color preview on #E0E7DA background

This text has black color on #E0E7DA background.


White color preview on #E0E7DA background

This text has white color on #E0E7DA background.