COLOR #E0F3E9

HEX: #E0F3E9
RGB: (224,243,233)

Color info

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

RGB color model

#E0F3E9 color RGB value is (224,243,233).

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

RGB channels and saturation

R 224 of 255 = 88%
G 243 of 255 = 95%
B 233 of 255 = 91%

224
243
233

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

Portions of RGB colors in percentages

R + G + B =
224 + 243 + 233 = 700 (100%)
R 224 of 700 ~ 32%
G 243 of 700 ~ 34.71%
B 233 of 700 ~ 33.29%

%32
%34.71
%33.29

CMYK color model

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

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 4.71%
CMYK:
(8,0,4,5)
C8M0Y4K5 
(8%,0%,4%,5%)
(0.08/0.00/0.04/0.05)	

CMYK percentages

%7.82
%0
%4.12
%4.71

Codes

Color #E0F3E9 in popluar color models

E0F3E9
RGB224243233
HSL148°44.19%91.57%
HSB/HSV148°7.82%95.29%
CMYK7.82%0.00%4.12%
4.71%

Color #E0F3E9 in popluar number systems.

HEXE0F3E9
Decimal224243233
Binary111000001111001111101001
Octal340363351

Shades and tints

Shades of #E0F3E9

#E0F3E9
(224,243,233)
#CCDDD4
(204,221,212)
#B8C7BF
(184,199,191)
#A4B1AA
(164,177,170)
#909B95
(144,155,149)
#7C8580
(124,133,128)
#686F6B
(104,111,107)
#545956
(84,89,86)
#404341
(64,67,65)
#2C2D2C
(44,45,44)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #E0F3E9

#E0F3E9
(224,243,233)
#E2F4EB
(226,244,235)
#E4F5ED
(228,245,237)
#E6F6EF
(230,246,239)
#E8F7F1
(232,247,241)
#EAF8F3
(234,248,243)
#ECF9F5
(236,249,245)
#EEFAF7
(238,250,247)
#F0FBF9
(240,251,249)
#F2FCFB
(242,252,251)
#F4FDFD
(244,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F3E9; }

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

This text font color is #E0F3E9.


Background Color

.myBgColor { background-color: #E0F3E9; }

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

This div background color is #E0F3E9.


Border color

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

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

This div border color is #E0F3E9.


Opacity

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

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

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

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

This text has shadow with #E0F3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F3E9 on black background.


Color preview on white background

This text has color #E0F3E9 on white background.



Black color preview on #E0F3E9 background

This text has black color on #E0F3E9 background.


White color preview on #E0F3E9 background

This text has white color on #E0F3E9 background.