COLOR #E0E8EE

HEX: #E0E8EE RGB: (224,232,238)

Color info

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

RGB color model

#E0E8EE color RGB value is (224,232,238).

RGB: (224,232,238) (88%, 91%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 232 of 255 = 91%
B 238 of 255 = 93%

224
232
238

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

Portions of RGB colors in percentages

R + G + B = 224 + 232 + 238 = 694 (100%)
R 224 of 694 ~ 32.28%
G 232 of 694 ~ 33.43%
B 238 of 694 ~ 34.29'%

%32.28
%33.43
%34.29

CMYK color model

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

  • cyan value is 5.88%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (6,3,0,7) C6M3Y0K7 (6%,3%,0%,7%) (0.06/0.03/0.00/0.07) 

CMYK percentages

%5.88
%2.52
%0
%6.67

Codes

Color #E0E8EE in popluar color models

E0 E8 EE
RGB 224 232 238
HSL 206° 29.17% 90.59%
HSB/HSV 206° 5.88% 93.33%
CMYK 5.88% 2.52% 0.00%
6.67%

Color #E0E8EE in popluar number systems.

HEX E0 E8 EE
Decimal 224 232 238
Binary 11100000 11101000 11101110
Octal 340 350 356

Shades and tints

Shades of #E0E8EE

#E0E8EE
(224,232,238)
#CCD3D9
(204,211,217)
#B8BEC4
(184,190,196)
#A4A9AF
(164,169,175)
#90949A
(144,148,154)
#7C7F85
(124,127,133)
#686A70
(104,106,112)
#54555B
(84,85,91)
#404046
(64,64,70)
#2C2B31
(44,43,49)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #E0E8EE

#E0E8EE
(224,232,238)
#E2EAEF
(226,234,239)
#E4ECF0
(228,236,240)
#E6EEF1
(230,238,241)
#E8F0F2
(232,240,242)
#EAF2F3
(234,242,243)
#ECF4F4
(236,244,244)
#EEF6F5
(238,246,245)
#F0F8F6
(240,248,246)
#F2FAF7
(242,250,247)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E8EE; }

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

This text font color is #E0E8EE.

Background Color

.myBgColor { background-color: #E0E8EE; }

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

This div background color is #E0E8EE.

Border color

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

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

This div border color is #E0E8EE.

Opacity

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

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

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

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

This text has shadow with #E0E8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E8EE.

Preview

Color preview on black background

This text has color #E0E8EE on black background.


Color preview on white background

This text has color #E0E8EE on white background.


Black color preview on #E0E8EE background

This text has black color on #E0E8EE background.


White color preview on #E0E8EE background

This text has white color on #E0E8EE background.


Related colors

Complementary color

Complementary color for #hex is #1F1711.


I love getcolorcode.com

Triadic colors

1 #EEE0E8 and #E8EEE0 with #E0E8EE are triadic colors.

2 #EEE8E0 and #E8E0EE with #E0E8EE are triadic colors.