COLOR #E0EEED

HEX: #E0EEED RGB: (224,238,237)

Color info

#E0EEED contains red, green and blue colors in about the same proportion. Web safe color of #E0EEED is #CCFFFF (or #CFF).

RGB color model

#E0EEED color RGB value is (224,238,237).

RGB: (224,238,237) (88%, 93%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 238 of 255 = 93%
B 237 of 255 = 93%

224
238
237

R + G + B ~ 91%. #E0EEED is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 238 + 237 = 699 (100%)
R 224 of 699 ~ 32.05%
G 238 of 699 ~ 34.05%
B 237 of 699 ~ 33.91'%

%32.05
%34.05
%33.91

CMYK color model

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

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

CMYK: (6,0,0,7)
C6M0Y0K7 (6%, 0%, 0%, 7%)
(0.06 / 0.00 / 0.00 / 0.07)

CMYK percentages

%5.88
%0
%0.42
%6.67

Codes

Color #E0EEED in popluar color models

E0 EE ED
RGB 224 238 237
HSL 176° 29.17% 90.59%
HSB/HSV 176° 5.88% 93.33%
CMYK 5.88% 0.00% 0.42%
6.67%

Color #E0EEED in popluar number systems.

HEX E0 EE ED
Decimal 224 238 237
Binary 11100000 11101110 11101101
Octal 340 356 355

Shades and tints

Shades of #E0EEED

#E0EEED
(224,238,237)
#CCD9D8
(204,217,216)
#B8C4C3
(184,196,195)
#A4AFAE
(164,175,174)
#909A99
(144,154,153)
#7C8584
(124,133,132)
#68706F
(104,112,111)
#545B5A
(84,91,90)
#404645
(64,70,69)
#2C3130
(44,49,48)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #E0EEED

#E0EEED
(224,238,237)
#E2EFEE
(226,239,238)
#E4F0EF
(228,240,239)
#E6F1F0
(230,241,240)
#E8F2F1
(232,242,241)
#EAF3F2
(234,243,242)
#ECF4F3
(236,244,243)
#EEF5F4
(238,245,244)
#F0F6F5
(240,246,245)
#F2F7F6
(242,247,246)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EEED; }

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

This text font color is #E0EEED.

Background Color

.myBgColor { background-color: #E0EEED; }

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

This div background color is #E0EEED.

Border color

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

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

This div border color is #E0EEED.

Opacity

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

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

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

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

This text has shadow with #E0EEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EEED.

Preview

Color preview on black background

This text has color #E0EEED on black background.


Color preview on white background

This text has color #E0EEED on white background.


Black color preview on #E0EEED background

This text has black color on #E0EEED background.


White color preview on #E0EEED background

This text has white color on #E0EEED background.


Related colors

Complementary color

Complementary color for #hex is #1F1112.


I love getcolorcode.com

Triadic colors

1 #EDE0EE and #EEEDE0 with #E0EEED are triadic colors.

2 #EDEEE0 and #EEE0ED with #E0EEED are triadic colors.