COLOR #E0E8DF

HEX: #E0E8DF
RGB: (224,232,223)

Color info

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

RGB color model

#E0E8DF color RGB value is (224,232,223).

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

RGB channels and saturation

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

224
232
223

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

Portions of RGB colors in percentages

R + G + B =
224 + 232 + 223 = 679 (100%)
R 224 of 679 ~ 32.99%
G 232 of 679 ~ 34.17%
B 223 of 679 ~ 32.84%

%32.99
%34.17
%32.84

CMYK color model

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

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 9.02%
CMYK:
(3,0,4,9)
C3M0Y4K9 
(3%,0%,4%,9%)
(0.03/0.00/0.04/0.09)	

CMYK percentages

%3.45
%0
%3.88
%9.02

Codes

Color #E0E8DF in popluar color models

E0E8DF
RGB224232223
HSL113°16.36%89.22%
HSB/HSV113°3.88%90.98%
CMYK3.45%0.00%3.88%
9.02%

Color #E0E8DF in popluar number systems.

HEXE0E8DF
Decimal224232223
Binary111000001110100011011111
Octal340350337

Shades and tints

Shades of #E0E8DF

#E0E8DF
(224,232,223)
#CCD3CB
(204,211,203)
#B8BEB7
(184,190,183)
#A4A9A3
(164,169,163)
#90948F
(144,148,143)
#7C7F7B
(124,127,123)
#686A67
(104,106,103)
#545553
(84,85,83)
#40403F
(64,64,63)
#2C2B2B
(44,43,43)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #E0E8DF

#E0E8DF
(224,232,223)
#E2EAE1
(226,234,225)
#E4ECE3
(228,236,227)
#E6EEE5
(230,238,229)
#E8F0E7
(232,240,231)
#EAF2E9
(234,242,233)
#ECF4EB
(236,244,235)
#EEF6ED
(238,246,237)
#F0F8EF
(240,248,239)
#F2FAF1
(242,250,241)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E8DF; }

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

This text font color is #E0E8DF.


Background Color

.myBgColor { background-color: #E0E8DF; }

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

This div background color is #E0E8DF.


Border color

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

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

This div border color is #E0E8DF.


Opacity

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

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

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

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

This text has shadow with #E0E8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E8DF on black background.


Color preview on white background

This text has color #E0E8DF on white background.



Black color preview on #E0E8DF background

This text has black color on #E0E8DF background.


White color preview on #E0E8DF background

This text has white color on #E0E8DF background.