COLOR #E0E8DB

HEX: #E0E8DB RGB: (224,232,219)

Color info

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

RGB color model

#E0E8DB color RGB value is (224,232,219).

RGB: (224,232,219) (88%, 91%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 232 of 255 = 91%
B 219 of 255 = 86%

224
232
219

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

Portions of RGB colors in percentages

R + G + B = 224 + 232 + 219 = 675 (100%)
R 224 of 675 ~ 33.19%
G 232 of 675 ~ 34.37%
B 219 of 675 ~ 32.44'%

%33.19
%34.37
%32.44

CMYK color model

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

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 9.02%

CMYK: (3,0,6,9)
C3M0Y6K9 (3%, 0%, 6%, 9%)
(0.03 / 0.00 / 0.06 / 0.09)

CMYK percentages

%3.45
%0
%5.6
%9.02

Codes

Color #E0E8DB in popluar color models

E0 E8 DB
RGB 224 232 219
HSL 97° 22.03% 88.43%
HSB/HSV 97° 5.60% 90.98%
CMYK 3.45% 0.00% 5.60%
9.02%

Color #E0E8DB in popluar number systems.

HEX E0 E8 DB
Decimal 224 232 219
Binary 11100000 11101000 11011011
Octal 340 350 333

Shades and tints

Shades of #E0E8DB

#E0E8DB
(224,232,219)
#CCD3C8
(204,211,200)
#B8BEB5
(184,190,181)
#A4A9A2
(164,169,162)
#90948F
(144,148,143)
#7C7F7C
(124,127,124)
#686A69
(104,106,105)
#545556
(84,85,86)
#404043
(64,64,67)
#2C2B30
(44,43,48)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #E0E8DB

#E0E8DB
(224,232,219)
#E2EADE
(226,234,222)
#E4ECE1
(228,236,225)
#E6EEE4
(230,238,228)
#E8F0E7
(232,240,231)
#EAF2EA
(234,242,234)
#ECF4ED
(236,244,237)
#EEF6F0
(238,246,240)
#F0F8F3
(240,248,243)
#F2FAF6
(242,250,246)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E8DB; }

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

This text font color is #E0E8DB.

Background Color

.myBgColor { background-color: #E0E8DB; }

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

This div background color is #E0E8DB.

Border color

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

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

This div border color is #E0E8DB.

Opacity

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

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

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

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

This text has shadow with #E0E8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E8DB.

Preview

Color preview on black background

This text has color #E0E8DB on black background.


Color preview on white background

This text has color #E0E8DB on white background.


Black color preview on #E0E8DB background

This text has black color on #E0E8DB background.


White color preview on #E0E8DB background

This text has white color on #E0E8DB background.


Related colors

Complementary color

Complementary color for #hex is #1F1724.


I love getcolorcode.com

Triadic colors

1 #DBE0E8 and #E8DBE0 with #E0E8DB are triadic colors.

2 #DBE8E0 and #E8E0DB with #E0E8DB are triadic colors.