COLOR #E0F7EE

HEX: #E0F7EE
RGB: (224,247,238)

Color info

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

RGB color model

#E0F7EE color RGB value is (224,247,238).

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

RGB channels and saturation

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

224
247
238

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

Portions of RGB colors in percentages

R + G + B =
224 + 247 + 238 = 709 (100%)
R 224 of 709 ~ 31.59%
G 247 of 709 ~ 34.84%
B 238 of 709 ~ 33.57%

%31.59
%34.84
%33.57

CMYK color model

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

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • 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
%3.64
%3.14

Codes

Color #E0F7EE in popluar color models

E0F7EE
RGB224247238
HSL157°58.97%92.35%
HSB/HSV157°9.31%96.86%
CMYK9.31%0.00%3.64%
3.14%

Color #E0F7EE in popluar number systems.

HEXE0F7EE
Decimal224247238
Binary111000001111011111101110
Octal340367356

Shades and tints

Shades of #E0F7EE

#E0F7EE
(224,247,238)
#CCE1D9
(204,225,217)
#B8CBC4
(184,203,196)
#A4B5AF
(164,181,175)
#909F9A
(144,159,154)
#7C8985
(124,137,133)
#687370
(104,115,112)
#545D5B
(84,93,91)
#404746
(64,71,70)
#2C3131
(44,49,49)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #E0F7EE

#E0F7EE
(224,247,238)
#E2F7EF
(226,247,239)
#E4F7F0
(228,247,240)
#E6F7F1
(230,247,241)
#E8F7F2
(232,247,242)
#EAF7F3
(234,247,243)
#ECF7F4
(236,247,244)
#EEF7F5
(238,247,245)
#F0F7F6
(240,247,246)
#F2F7F7
(242,247,247)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F7EE; }

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

This text font color is #E0F7EE.


Background Color

.myBgColor { background-color: #E0F7EE; }

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

This div background color is #E0F7EE.


Border color

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

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

This div border color is #E0F7EE.


Opacity

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

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

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

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

This text has shadow with #E0F7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F7EE on black background.


Color preview on white background

This text has color #E0F7EE on white background.



Black color preview on #E0F7EE background

This text has black color on #E0F7EE background.


White color preview on #E0F7EE background

This text has white color on #E0F7EE background.