COLOR #E0E7DF

HEX: #E0E7DF RGB: (224,231,223)

Color info

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

RGB color model

#E0E7DF color RGB value is (224,231,223).

RGB: (224,231,223) (88%, 91%, 87%)

RGB channels and saturation

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

224
231
223

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

Portions of RGB colors in percentages

R + G + B = 224 + 231 + 223 = 678 (100%)
R 224 of 678 ~ 33.04%
G 231 of 678 ~ 34.07%
B 223 of 678 ~ 32.89'%

%33.04
%34.07
%32.89

CMYK color model

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

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 3.46%
  • key color value is 9.41%

CMYK: (3,0,3,9)
C3M0Y3K9 (3%, 0%, 3%, 9%)
(0.03 / 0.00 / 0.03 / 0.09)

CMYK percentages

%3.03
%0
%3.46
%9.41

Codes

Color #E0E7DF in popluar color models

E0 E7 DF
RGB 224 231 223
HSL 113° 14.29% 89.02%
HSB/HSV 113° 3.46% 90.59%
CMYK 3.03% 0.00% 3.46%
9.41%

Color #E0E7DF in popluar number systems.

HEX E0 E7 DF
Decimal 224 231 223
Binary 11100000 11100111 11011111
Octal 340 347 337

Shades and tints

Shades of #E0E7DF

#E0E7DF
(224,231,223)
#CCD2CB
(204,210,203)
#B8BDB7
(184,189,183)
#A4A8A3
(164,168,163)
#90938F
(144,147,143)
#7C7E7B
(124,126,123)
#686967
(104,105,103)
#545453
(84,84,83)
#403F3F
(64,63,63)
#2C2A2B
(44,42,43)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #E0E7DF

#E0E7DF
(224,231,223)
#E2E9E1
(226,233,225)
#E4EBE3
(228,235,227)
#E6EDE5
(230,237,229)
#E8EFE7
(232,239,231)
#EAF1E9
(234,241,233)
#ECF3EB
(236,243,235)
#EEF5ED
(238,245,237)
#F0F7EF
(240,247,239)
#F2F9F1
(242,249,241)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E7DF; }

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

This text font color is #E0E7DF.

Background Color

.myBgColor { background-color: #E0E7DF; }

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

This div background color is #E0E7DF.

Border color

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

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

This div border color is #E0E7DF.

Opacity

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

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

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

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

This text has shadow with #E0E7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E7DF.

Preview

Color preview on black background

This text has color #E0E7DF on black background.


Color preview on white background

This text has color #E0E7DF on white background.


Black color preview on #E0E7DF background

This text has black color on #E0E7DF background.


White color preview on #E0E7DF background

This text has white color on #E0E7DF background.


Related colors

Complementary color

Complementary color for #hex is #1F1820.


I love getcolorcode.com

Triadic colors

1 #DFE0E7 and #E7DFE0 with #E0E7DF are triadic colors.

2 #DFE7E0 and #E7E0DF with #E0E7DF are triadic colors.