COLOR #E0EFE9

HEX: #E0EFE9
RGB: (224,239,233)

Color info

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

RGB color model

#E0EFE9 color RGB value is (224,239,233).

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

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 233 of 255 = 91%

224
239
233

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

Portions of RGB colors in percentages

R + G + B =
224 + 239 + 233 = 696 (100%)
R 224 of 696 ~ 32.18%
G 239 of 696 ~ 34.34%
B 233 of 696 ~ 33.48%

%32.18
%34.34
%33.48

CMYK color model

#E0EFE9 color CMYK value is (6,0,3,6).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(6,0,3,6)
C6M0Y3K6 
(6%,0%,3%,6%)
(0.06/0.00/0.03/0.06)	

CMYK percentages

%6.28
%0
%2.51
%6.27

Codes

Color #E0EFE9 in popluar color models

E0EFE9
RGB224239233
HSL156°31.91%90.78%
HSB/HSV156°6.28%93.73%
CMYK6.28%0.00%2.51%
6.27%

Color #E0EFE9 in popluar number systems.

HEXE0EFE9
Decimal224239233
Binary111000001110111111101001
Octal340357351

Shades and tints

Shades of #E0EFE9

#E0EFE9
(224,239,233)
#CCDAD4
(204,218,212)
#B8C5BF
(184,197,191)
#A4B0AA
(164,176,170)
#909B95
(144,155,149)
#7C8680
(124,134,128)
#68716B
(104,113,107)
#545C56
(84,92,86)
#404741
(64,71,65)
#2C322C
(44,50,44)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #E0EFE9

#E0EFE9
(224,239,233)
#E2F0EB
(226,240,235)
#E4F1ED
(228,241,237)
#E6F2EF
(230,242,239)
#E8F3F1
(232,243,241)
#EAF4F3
(234,244,243)
#ECF5F5
(236,245,245)
#EEF6F7
(238,246,247)
#F0F7F9
(240,247,249)
#F2F8FB
(242,248,251)
#F4F9FD
(244,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EFE9; }

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

This text font color is #E0EFE9.


Background Color

.myBgColor { background-color: #E0EFE9; }

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

This div background color is #E0EFE9.


Border color

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

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

This div border color is #E0EFE9.


Opacity

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

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

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

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

This text has shadow with #E0EFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EFE9 on black background.


Color preview on white background

This text has color #E0EFE9 on white background.



Black color preview on #E0EFE9 background

This text has black color on #E0EFE9 background.


White color preview on #E0EFE9 background

This text has white color on #E0EFE9 background.