COLOR #E0F7EC

HEX: #E0F7EC
RGB: (224,247,236)

Color info

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

RGB color model

#E0F7EC color RGB value is (224,247,236).

  • red value is 224;
  • green value is 247;
  • blue value is 236.
RGB:
(224,247,236)
(88%,97%,93%)

RGB channels and saturation

R 224 of 255 = 88%
G 247 of 255 = 97%
B 236 of 255 = 93%

224
247
236

R + G + B ~ 93%. #E0F7EC is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 247 + 236 = 707 (100%)
R 224 of 707 ~ 31.68%
G 247 of 707 ~ 34.94%
B 236 of 707 ~ 33.38%

%31.68
%34.94
%33.38

CMYK color model

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

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 4.45%
  • key color value is 3.14%
CMYK:
(9,0,4,3)
C9M0Y4K3 
(9%,0%,4%,3%)
(0.09/0.00/0.04/0.03)	

CMYK percentages

%9.31
%0
%4.45
%3.14

Codes

Color #E0F7EC in popluar color models

E0F7EC
RGB224247236
HSL151°58.97%92.35%
HSB/HSV151°9.31%96.86%
CMYK9.31%0.00%4.45%
3.14%

Color #E0F7EC in popluar number systems.

HEXE0F7EC
Decimal224247236
Binary111000001111011111101100
Octal340367354

Shades and tints

Shades of #E0F7EC

#E0F7EC
(224,247,236)
#CCE1D7
(204,225,215)
#B8CBC2
(184,203,194)
#A4B5AD
(164,181,173)
#909F98
(144,159,152)
#7C8983
(124,137,131)
#68736E
(104,115,110)
#545D59
(84,93,89)
#404744
(64,71,68)
#2C312F
(44,49,47)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #E0F7EC

#E0F7EC
(224,247,236)
#E2F7ED
(226,247,237)
#E4F7EE
(228,247,238)
#E6F7EF
(230,247,239)
#E8F7F0
(232,247,240)
#EAF7F1
(234,247,241)
#ECF7F2
(236,247,242)
#EEF7F3
(238,247,243)
#F0F7F4
(240,247,244)
#F2F7F5
(242,247,245)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F7EC color. Also use rgb(224,247,236) instead hex code.

Text Font Color

.myTextColor { color: #E0F7EC; }

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

This text font color is #E0F7EC.


Background Color

.myBgColor { background-color: #E0F7EC; }

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

This div background color is #E0F7EC.


Border color

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

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

This div border color is #E0F7EC.


Opacity

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

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

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

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

This text has shadow with #E0F7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F7EC on black background.


Color preview on white background

This text has color #E0F7EC on white background.



Black color preview on #E0F7EC background

This text has black color on #E0F7EC background.


White color preview on #E0F7EC background

This text has white color on #E0F7EC background.