COLOR #E0ECE7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

224
236
231

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

Portions of RGB colors in percentages

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

%32.42
%34.15
%33.43

CMYK color model

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

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

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

CMYK percentages

%5.08
%0
%2.12
%7.45

Codes

Color #E0ECE7 in popluar color models

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

Color #E0ECE7 in popluar number systems.

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

Shades and tints

Shades of #E0ECE7

#E0ECE7
(224,236,231)
#CCD7D2
(204,215,210)
#B8C2BD
(184,194,189)
#A4ADA8
(164,173,168)
#909893
(144,152,147)
#7C837E
(124,131,126)
#686E69
(104,110,105)
#545954
(84,89,84)
#40443F
(64,68,63)
#2C2F2A
(44,47,42)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #E0ECE7

#E0ECE7
(224,236,231)
#E2EDE9
(226,237,233)
#E4EEEB
(228,238,235)
#E6EFED
(230,239,237)
#E8F0EF
(232,240,239)
#EAF1F1
(234,241,241)
#ECF2F3
(236,242,243)
#EEF3F5
(238,243,245)
#F0F4F7
(240,244,247)
#F2F5F9
(242,245,249)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ECE7; }

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

This text font color is #E0ECE7.

Background Color

.myBgColor { background-color: #E0ECE7; }

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

This div background color is #E0ECE7.

Border color

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

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

This div border color is #E0ECE7.

Opacity

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

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

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

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

This text has shadow with #E0ECE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0ECE7.

Preview

Color preview on black background

This text has color #E0ECE7 on black background.


Color preview on white background

This text has color #E0ECE7 on white background.


Black color preview on #E0ECE7 background

This text has black color on #E0ECE7 background.


White color preview on #E0ECE7 background

This text has white color on #E0ECE7 background.


Related colors

Complementary color

Complementary color for #hex is #1F1318.


I love getcolorcode.com

Triadic colors

1 #E7E0EC and #ECE7E0 with #E0ECE7 are triadic colors.

2 #E7ECE0 and #ECE0E7 with #E0ECE7 are triadic colors.