COLOR #E0E7EC

HEX: #E0E7EC RGB: (224,231,236)

Color info

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

RGB color model

#E0E7EC color RGB value is (224,231,236).

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

RGB channels and saturation

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

224
231
236

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

Portions of RGB colors in percentages

R + G + B = 224 + 231 + 236 = 691 (100%)
R 224 of 691 ~ 32.42%
G 231 of 691 ~ 33.43%
B 236 of 691 ~ 34.15'%

%32.42
%33.43
%34.15

CMYK color model

#E0E7EC color CMYK value is (5,2,0,7).

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

CMYK: (5,2,0,7)
C5M2Y0K7 (5%, 2%, 0%, 7%)
(0.05 / 0.02 / 0.00 / 0.07)

CMYK percentages

%5.08
%2.12
%0
%7.45

Codes

Color #E0E7EC in popluar color models

E0 E7 EC
RGB 224 231 236
HSL 205° 24.00% 90.20%
HSB/HSV 205° 5.08% 92.55%
CMYK 5.08% 2.12% 0.00%
7.45%

Color #E0E7EC in popluar number systems.

HEX E0 E7 EC
Decimal 224 231 236
Binary 11100000 11100111 11101100
Octal 340 347 354

Shades and tints

Shades of #E0E7EC

#E0E7EC
(224,231,236)
#CCD2D7
(204,210,215)
#B8BDC2
(184,189,194)
#A4A8AD
(164,168,173)
#909398
(144,147,152)
#7C7E83
(124,126,131)
#68696E
(104,105,110)
#545459
(84,84,89)
#403F44
(64,63,68)
#2C2A2F
(44,42,47)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #E0E7EC

#E0E7EC
(224,231,236)
#E2E9ED
(226,233,237)
#E4EBEE
(228,235,238)
#E6EDEF
(230,237,239)
#E8EFF0
(232,239,240)
#EAF1F1
(234,241,241)
#ECF3F2
(236,243,242)
#EEF5F3
(238,245,243)
#F0F7F4
(240,247,244)
#F2F9F5
(242,249,245)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E7EC; }

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

This text font color is #E0E7EC.

Background Color

.myBgColor { background-color: #E0E7EC; }

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

This div background color is #E0E7EC.

Border color

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

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

This div border color is #E0E7EC.

Opacity

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

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

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

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

This text has shadow with #E0E7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E7EC.

Preview

Color preview on black background

This text has color #E0E7EC on black background.


Color preview on white background

This text has color #E0E7EC on white background.


Black color preview on #E0E7EC background

This text has black color on #E0E7EC background.


White color preview on #E0E7EC background

This text has white color on #E0E7EC background.


Related colors

Complementary color

Complementary color for #hex is #1F1813.


I love getcolorcode.com

Triadic colors

1 #ECE0E7 and #E7ECE0 with #E0E7EC are triadic colors.

2 #ECE7E0 and #E7E0EC with #E0E7EC are triadic colors.