COLOR #E0E9EA

HEX: #E0E9EA
RGB: (224,233,234)

Color info

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

RGB color model

#E0E9EA color RGB value is (224,233,234).

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

RGB channels and saturation

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

224
233
234

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

Portions of RGB colors in percentages

R + G + B =
224 + 233 + 234 = 691 (100%)
R 224 of 691 ~ 32.42%
G 233 of 691 ~ 33.72%
B 234 of 691 ~ 33.86%

%32.42
%33.72
%33.86

CMYK color model

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

  • cyan value is 4.27%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(4,0,0,8)
C4M0Y0K8 
(4%,0%,0%,8%)
(0.04/0.00/0.00/0.08)	

CMYK percentages

%4.27
%0.43
%0
%8.24

Codes

Color #E0E9EA in popluar color models

E0E9EA
RGB224233234
HSL186°19.23%89.80%
HSB/HSV186°4.27%91.76%
CMYK4.27%0.43%0.00%
8.24%

Color #E0E9EA in popluar number systems.

HEXE0E9EA
Decimal224233234
Binary111000001110100111101010
Octal340351352

Shades and tints

Shades of #E0E9EA

#E0E9EA
(224,233,234)
#CCD4D5
(204,212,213)
#B8BFC0
(184,191,192)
#A4AAAB
(164,170,171)
#909596
(144,149,150)
#7C8081
(124,128,129)
#686B6C
(104,107,108)
#545657
(84,86,87)
#404142
(64,65,66)
#2C2C2D
(44,44,45)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #E0E9EA

#E0E9EA
(224,233,234)
#E2EBEB
(226,235,235)
#E4EDEC
(228,237,236)
#E6EFED
(230,239,237)
#E8F1EE
(232,241,238)
#EAF3EF
(234,243,239)
#ECF5F0
(236,245,240)
#EEF7F1
(238,247,241)
#F0F9F2
(240,249,242)
#F2FBF3
(242,251,243)
#F4FDF4
(244,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E9EA; }

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

This text font color is #E0E9EA.


Background Color

.myBgColor { background-color: #E0E9EA; }

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

This div background color is #E0E9EA.


Border color

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

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

This div border color is #E0E9EA.


Opacity

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

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

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

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

This text has shadow with #E0E9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E9EA on black background.


Color preview on white background

This text has color #E0E9EA on white background.



Black color preview on #E0E9EA background

This text has black color on #E0E9EA background.


White color preview on #E0E9EA background

This text has white color on #E0E9EA background.