COLOR #E0F7EB

HEX: #E0F7EB
RGB: (224,247,235)

Color info

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

RGB color model

#E0F7EB color RGB value is (224,247,235).

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

RGB channels and saturation

R 224 of 255 = 88%
G 247 of 255 = 97%
B 235 of 255 = 92%

224
247
235

R + G + B ~ 92%. #E0F7EB is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 247 + 235 = 706 (100%)
R 224 of 706 ~ 31.73%
G 247 of 706 ~ 34.99%
B 235 of 706 ~ 33.29%

%31.73
%34.99
%33.29

CMYK color model

#E0F7EB color CMYK value is (9,0,5,3).

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(9,0,5,3)
C9M0Y5K3 
(9%,0%,5%,3%)
(0.09/0.00/0.05/0.03)	

CMYK percentages

%9.31
%0
%4.86
%3.14

Codes

Color #E0F7EB in popluar color models

E0F7EB
RGB224247235
HSL149°58.97%92.35%
HSB/HSV149°9.31%96.86%
CMYK9.31%0.00%4.86%
3.14%

Color #E0F7EB in popluar number systems.

HEXE0F7EB
Decimal224247235
Binary111000001111011111101011
Octal340367353

Shades and tints

Shades of #E0F7EB

#E0F7EB
(224,247,235)
#CCE1D6
(204,225,214)
#B8CBC1
(184,203,193)
#A4B5AC
(164,181,172)
#909F97
(144,159,151)
#7C8982
(124,137,130)
#68736D
(104,115,109)
#545D58
(84,93,88)
#404743
(64,71,67)
#2C312E
(44,49,46)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #E0F7EB

#E0F7EB
(224,247,235)
#E2F7EC
(226,247,236)
#E4F7ED
(228,247,237)
#E6F7EE
(230,247,238)
#E8F7EF
(232,247,239)
#EAF7F0
(234,247,240)
#ECF7F1
(236,247,241)
#EEF7F2
(238,247,242)
#F0F7F3
(240,247,243)
#F2F7F4
(242,247,244)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F7EB; }

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

This text font color is #E0F7EB.


Background Color

.myBgColor { background-color: #E0F7EB; }

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

This div background color is #E0F7EB.


Border color

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

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

This div border color is #E0F7EB.


Opacity

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

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

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

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

This text has shadow with #E0F7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F7EB on black background.


Color preview on white background

This text has color #E0F7EB on white background.



Black color preview on #E0F7EB background

This text has black color on #E0F7EB background.


White color preview on #E0F7EB background

This text has white color on #E0F7EB background.