COLOR #E0E8E7

HEX: #E0E8E7
RGB: (224,232,231)

Color info

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

RGB color model

#E0E8E7 color RGB value is (224,232,231).

  • red value is 224;
  • green value is 232;
  • blue value is 231.
RGB:
(224,232,231)
(88%,91%,91%)

RGB channels and saturation

R 224 of 255 = 88%
G 232 of 255 = 91%
B 231 of 255 = 91%

224
232
231

R + G + B ~ 90%. #E0E8E7 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 232 + 231 = 687 (100%)
R 224 of 687 ~ 32.61%
G 232 of 687 ~ 33.77%
B 231 of 687 ~ 33.62%

%32.61
%33.77
%33.62

CMYK color model

#E0E8E7 color CMYK value is (3,0,0,9).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 9.02%
CMYK:
(3,0,0,9)
C3M0Y0K9 
(3%,0%,0%,9%)
(0.03/0.00/0.00/0.09)	

CMYK percentages

%3.45
%0
%0.43
%9.02

Codes

Color #E0E8E7 in popluar color models

E0E8E7
RGB224232231
HSL173°14.81%89.41%
HSB/HSV173°3.45%90.98%
CMYK3.45%0.00%0.43%
9.02%

Color #E0E8E7 in popluar number systems.

HEXE0E8E7
Decimal224232231
Binary111000001110100011100111
Octal340350347

Shades and tints

Shades of #E0E8E7

#E0E8E7
(224,232,231)
#CCD3D2
(204,211,210)
#B8BEBD
(184,190,189)
#A4A9A8
(164,169,168)
#909493
(144,148,147)
#7C7F7E
(124,127,126)
#686A69
(104,106,105)
#545554
(84,85,84)
#40403F
(64,64,63)
#2C2B2A
(44,43,42)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #E0E8E7

#E0E8E7
(224,232,231)
#E2EAE9
(226,234,233)
#E4ECEB
(228,236,235)
#E6EEED
(230,238,237)
#E8F0EF
(232,240,239)
#EAF2F1
(234,242,241)
#ECF4F3
(236,244,243)
#EEF6F5
(238,246,245)
#F0F8F7
(240,248,247)
#F2FAF9
(242,250,249)
#F4FCFB
(244,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E8E7; }

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

This text font color is #E0E8E7.


Background Color

.myBgColor { background-color: #E0E8E7; }

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

This div background color is #E0E8E7.


Border color

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

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

This div border color is #E0E8E7.


Opacity

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

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

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

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

This text has shadow with #E0E8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E8E7 on black background.


Color preview on white background

This text has color #E0E8E7 on white background.



Black color preview on #E0E8E7 background

This text has black color on #E0E8E7 background.


White color preview on #E0E8E7 background

This text has white color on #E0E8E7 background.