COLOR #E0F0EA

HEX: #E0F0EA
RGB: (224,240,234)

Color info

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

RGB color model

#E0F0EA color RGB value is (224,240,234).

  • red value is 224;
  • green value is 240;
  • blue value is 234.
RGB:
(224,240,234)
(88%,94%,92%)

RGB channels and saturation

R 224 of 255 = 88%
G 240 of 255 = 94%
B 234 of 255 = 92%

224
240
234

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

Portions of RGB colors in percentages

R + G + B =
224 + 240 + 234 = 698 (100%)
R 224 of 698 ~ 32.09%
G 240 of 698 ~ 34.38%
B 234 of 698 ~ 33.52%

%32.09
%34.38
%33.52

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK:
(7,0,3,6)
C7M0Y3K6 
(7%,0%,3%,6%)
(0.07/0.00/0.03/0.06)	

CMYK percentages

%6.67
%0
%2.5
%5.88

Codes

Color #E0F0EA in popluar color models

E0F0EA
RGB224240234
HSL158°34.78%90.98%
HSB/HSV158°6.67%94.12%
CMYK6.67%0.00%2.50%
5.88%

Color #E0F0EA in popluar number systems.

HEXE0F0EA
Decimal224240234
Binary111000001111000011101010
Octal340360352

Shades and tints

Shades of #E0F0EA

#E0F0EA
(224,240,234)
#CCDBD5
(204,219,213)
#B8C6C0
(184,198,192)
#A4B1AB
(164,177,171)
#909C96
(144,156,150)
#7C8781
(124,135,129)
#68726C
(104,114,108)
#545D57
(84,93,87)
#404842
(64,72,66)
#2C332D
(44,51,45)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #E0F0EA

#E0F0EA
(224,240,234)
#E2F1EB
(226,241,235)
#E4F2EC
(228,242,236)
#E6F3ED
(230,243,237)
#E8F4EE
(232,244,238)
#EAF5EF
(234,245,239)
#ECF6F0
(236,246,240)
#EEF7F1
(238,247,241)
#F0F8F2
(240,248,242)
#F2F9F3
(242,249,243)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F0EA color. Also use rgb(224,240,234) instead hex code.

Text Font Color

.myTextColor { color: #E0F0EA; }

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

This text font color is #E0F0EA.


Background Color

.myBgColor { background-color: #E0F0EA; }

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

This div background color is #E0F0EA.


Border color

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

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

This div border color is #E0F0EA.


Opacity

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

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

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

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

This text has shadow with #E0F0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F0EA on black background.


Color preview on white background

This text has color #E0F0EA on white background.



Black color preview on #E0F0EA background

This text has black color on #E0F0EA background.


White color preview on #E0F0EA background

This text has white color on #E0F0EA background.