COLOR #E0E9EC

HEX: #E0E9EC RGB: (224,233,236)

Color info

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

RGB color model

#E0E9EC color RGB value is (224,233,236).

RGB: (224,233,236) (88%, 91%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 233 of 255 = 91%
B 236 of 255 = 93%

224
233
236

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

Portions of RGB colors in percentages

R + G + B = 224 + 233 + 236 = 693 (100%)
R 224 of 693 ~ 32.32%
G 233 of 693 ~ 33.62%
B 236 of 693 ~ 34.05'%

%32.32
%33.62
%34.05

CMYK color model

#E0E9EC color CMYK value is (5,1,0,7).

  • cyan value is 5.08%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (5,1,0,7)
C5M1Y0K7 (5%, 1%, 0%, 7%)
(0.05 / 0.01 / 0.00 / 0.07)

CMYK percentages

%5.08
%1.27
%0
%7.45

Codes

Color #E0E9EC in popluar color models

E0 E9 EC
RGB 224 233 236
HSL 195° 24.00% 90.20%
HSB/HSV 195° 5.08% 92.55%
CMYK 5.08% 1.27% 0.00%
7.45%

Color #E0E9EC in popluar number systems.

HEX E0 E9 EC
Decimal 224 233 236
Binary 11100000 11101001 11101100
Octal 340 351 354

Shades and tints

Shades of #E0E9EC

#E0E9EC
(224,233,236)
#CCD4D7
(204,212,215)
#B8BFC2
(184,191,194)
#A4AAAD
(164,170,173)
#909598
(144,149,152)
#7C8083
(124,128,131)
#686B6E
(104,107,110)
#545659
(84,86,89)
#404144
(64,65,68)
#2C2C2F
(44,44,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #E0E9EC

#E0E9EC
(224,233,236)
#E2EBED
(226,235,237)
#E4EDEE
(228,237,238)
#E6EFEF
(230,239,239)
#E8F1F0
(232,241,240)
#EAF3F1
(234,243,241)
#ECF5F2
(236,245,242)
#EEF7F3
(238,247,243)
#F0F9F4
(240,249,244)
#F2FBF5
(242,251,245)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E9EC color. Also use rgb(224,233,236) instead hex code.

Text Font Color

.myTextColor { color: #E0E9EC; }

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

This text font color is #E0E9EC.

Background Color

.myBgColor { background-color: #E0E9EC; }

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

This div background color is #E0E9EC.

Border color

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

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

This div border color is #E0E9EC.

Opacity

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

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

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

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

This text has shadow with #E0E9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E9EC.

Preview

Color preview on black background

This text has color #E0E9EC on black background.


Color preview on white background

This text has color #E0E9EC on white background.


Black color preview on #E0E9EC background

This text has black color on #E0E9EC background.


White color preview on #E0E9EC background

This text has white color on #E0E9EC background.


Related colors

Complementary color

Complementary color for #hex is #1F1613.


I love getcolorcode.com

Triadic colors

1 #ECE0E9 and #E9ECE0 with #E0E9EC are triadic colors.

2 #ECE9E0 and #E9E0EC with #E0E9EC are triadic colors.