COLOR #E0EEDB

HEX: #E0EEDB RGB: (224,238,219)

Color info

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

RGB color model

#E0EEDB color RGB value is (224,238,219).

RGB: (224,238,219) (88%, 93%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 238 of 255 = 93%
B 219 of 255 = 86%

224
238
219

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

Portions of RGB colors in percentages

R + G + B = 224 + 238 + 219 = 681 (100%)
R 224 of 681 ~ 32.89%
G 238 of 681 ~ 34.95%
B 219 of 681 ~ 32.16'%

%32.89
%34.95
%32.16

CMYK color model

#E0EEDB color CMYK value is (6,0,8,7).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 6.67%

CMYK: (6,0,8,7)
C6M0Y8K7 (6%, 0%, 8%, 7%)
(0.06 / 0.00 / 0.08 / 0.07)

CMYK percentages

%5.88
%0
%7.98
%6.67

Codes

Color #E0EEDB in popluar color models

E0 EE DB
RGB 224 238 219
HSL 104° 35.85% 89.61%
HSB/HSV 104° 7.98% 93.33%
CMYK 5.88% 0.00% 7.98%
6.67%

Color #E0EEDB in popluar number systems.

HEX E0 EE DB
Decimal 224 238 219
Binary 11100000 11101110 11011011
Octal 340 356 333

Shades and tints

Shades of #E0EEDB

#E0EEDB
(224,238,219)
#CCD9C8
(204,217,200)
#B8C4B5
(184,196,181)
#A4AFA2
(164,175,162)
#909A8F
(144,154,143)
#7C857C
(124,133,124)
#687069
(104,112,105)
#545B56
(84,91,86)
#404643
(64,70,67)
#2C3130
(44,49,48)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #E0EEDB

#E0EEDB
(224,238,219)
#E2EFDE
(226,239,222)
#E4F0E1
(228,240,225)
#E6F1E4
(230,241,228)
#E8F2E7
(232,242,231)
#EAF3EA
(234,243,234)
#ECF4ED
(236,244,237)
#EEF5F0
(238,245,240)
#F0F6F3
(240,246,243)
#F2F7F6
(242,247,246)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EEDB; }

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

This text font color is #E0EEDB.

Background Color

.myBgColor { background-color: #E0EEDB; }

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

This div background color is #E0EEDB.

Border color

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

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

This div border color is #E0EEDB.

Opacity

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

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

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

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

This text has shadow with #E0EEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EEDB.

Preview

Color preview on black background

This text has color #E0EEDB on black background.


Color preview on white background

This text has color #E0EEDB on white background.


Black color preview on #E0EEDB background

This text has black color on #E0EEDB background.


White color preview on #E0EEDB background

This text has white color on #E0EEDB background.


Related colors

Complementary color

Complementary color for #hex is #1F1124.


I love getcolorcode.com

Triadic colors

1 #DBE0EE and #EEDBE0 with #E0EEDB are triadic colors.

2 #DBEEE0 and #EEE0DB with #E0EEDB are triadic colors.