COLOR #E0E9DF

HEX: #E0E9DF
RGB: (224,233,223)

Color info

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

RGB color model

#E0E9DF color RGB value is (224,233,223).

  • red value is 224;
  • green value is 233;
  • blue value is 223.
RGB:
(224,233,223)
(88%,91%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 233 of 255 = 91%
B 223 of 255 = 87%

224
233
223

R + G + B ~ 89%. #E0E9DF is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 233 + 223 = 680 (100%)
R 224 of 680 ~ 32.94%
G 233 of 680 ~ 34.26%
B 223 of 680 ~ 32.79%

%32.94
%34.26
%32.79

CMYK color model

#E0E9DF color CMYK value is (4,0,4,9).

  • cyan value is 3.86%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 8.63%
CMYK:
(4,0,4,9)
C4M0Y4K9 
(4%,0%,4%,9%)
(0.04/0.00/0.04/0.09)	

CMYK percentages

%3.86
%0
%4.29
%8.63

Codes

Color #E0E9DF in popluar color models

E0E9DF
RGB224233223
HSL114°18.52%89.41%
HSB/HSV114°4.29%91.37%
CMYK3.86%0.00%4.29%
8.63%

Color #E0E9DF in popluar number systems.

HEXE0E9DF
Decimal224233223
Binary111000001110100111011111
Octal340351337

Shades and tints

Shades of #E0E9DF

#E0E9DF
(224,233,223)
#CCD4CB
(204,212,203)
#B8BFB7
(184,191,183)
#A4AAA3
(164,170,163)
#90958F
(144,149,143)
#7C807B
(124,128,123)
#686B67
(104,107,103)
#545653
(84,86,83)
#40413F
(64,65,63)
#2C2C2B
(44,44,43)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #E0E9DF

#E0E9DF
(224,233,223)
#E2EBE1
(226,235,225)
#E4EDE3
(228,237,227)
#E6EFE5
(230,239,229)
#E8F1E7
(232,241,231)
#EAF3E9
(234,243,233)
#ECF5EB
(236,245,235)
#EEF7ED
(238,247,237)
#F0F9EF
(240,249,239)
#F2FBF1
(242,251,241)
#F4FDF3
(244,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E9DF color. Also use rgb(224,233,223) instead hex code.

Text Font Color

.myTextColor { color: #E0E9DF; }

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

This text font color is #E0E9DF.


Background Color

.myBgColor { background-color: #E0E9DF; }

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

This div background color is #E0E9DF.


Border color

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

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

This div border color is #E0E9DF.


Opacity

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

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

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

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

This text has shadow with #E0E9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E9DF on black background.


Color preview on white background

This text has color #E0E9DF on white background.



Black color preview on #E0E9DF background

This text has black color on #E0E9DF background.


White color preview on #E0E9DF background

This text has white color on #E0E9DF background.