COLOR #E0EAE7

HEX: #E0EAE7
RGB: (224,234,231)

Color info

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

RGB color model

#E0EAE7 color RGB value is (224,234,231).

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

RGB channels and saturation

R 224 of 255 = 88%
G 234 of 255 = 92%
B 231 of 255 = 91%

224
234
231

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

Portions of RGB colors in percentages

R + G + B =
224 + 234 + 231 = 689 (100%)
R 224 of 689 ~ 32.51%
G 234 of 689 ~ 33.96%
B 231 of 689 ~ 33.53%

%32.51
%33.96
%33.53

CMYK color model

#E0EAE7 color CMYK value is (4,0,1,8).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 8.24%
CMYK:
(4,0,1,8)
C4M0Y1K8 
(4%,0%,1%,8%)
(0.04/0.00/0.01/0.08)	

CMYK percentages

%4.27
%0
%1.28
%8.24

Codes

Color #E0EAE7 in popluar color models

E0EAE7
RGB224234231
HSL162°19.23%89.80%
HSB/HSV162°4.27%91.76%
CMYK4.27%0.00%1.28%
8.24%

Color #E0EAE7 in popluar number systems.

HEXE0EAE7
Decimal224234231
Binary111000001110101011100111
Octal340352347

Shades and tints

Shades of #E0EAE7

#E0EAE7
(224,234,231)
#CCD5D2
(204,213,210)
#B8C0BD
(184,192,189)
#A4ABA8
(164,171,168)
#909693
(144,150,147)
#7C817E
(124,129,126)
#686C69
(104,108,105)
#545754
(84,87,84)
#40423F
(64,66,63)
#2C2D2A
(44,45,42)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #E0EAE7

#E0EAE7
(224,234,231)
#E2EBE9
(226,235,233)
#E4ECEB
(228,236,235)
#E6EDED
(230,237,237)
#E8EEEF
(232,238,239)
#EAEFF1
(234,239,241)
#ECF0F3
(236,240,243)
#EEF1F5
(238,241,245)
#F0F2F7
(240,242,247)
#F2F3F9
(242,243,249)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EAE7; }

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

This text font color is #E0EAE7.


Background Color

.myBgColor { background-color: #E0EAE7; }

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

This div background color is #E0EAE7.


Border color

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

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

This div border color is #E0EAE7.


Opacity

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

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

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

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

This text has shadow with #E0EAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EAE7 on black background.


Color preview on white background

This text has color #E0EAE7 on white background.



Black color preview on #E0EAE7 background

This text has black color on #E0EAE7 background.


White color preview on #E0EAE7 background

This text has white color on #E0EAE7 background.