COLOR #E0F4F2

HEX: #E0F4F2
RGB: (224,244,242)

Color info

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

RGB color model

#E0F4F2 color RGB value is (224,244,242).

  • red value is 224;
  • green value is 244;
  • blue value is 242.
RGB:
(224,244,242)
(88%,96%,95%)

RGB channels and saturation

R 224 of 255 = 88%
G 244 of 255 = 96%
B 242 of 255 = 95%

224
244
242

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

Portions of RGB colors in percentages

R + G + B =
224 + 244 + 242 = 710 (100%)
R 224 of 710 ~ 31.55%
G 244 of 710 ~ 34.37%
B 242 of 710 ~ 34.08%

%31.55
%34.37
%34.08

CMYK color model

#E0F4F2 color CMYK value is (8,0,1,4).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 0.82%
  • key color value is 4.31%
CMYK:
(8,0,1,4)
C8M0Y1K4 
(8%,0%,1%,4%)
(0.08/0.00/0.01/0.04)	

CMYK percentages

%8.2
%0
%0.82
%4.31

Codes

Color #E0F4F2 in popluar color models

E0F4F2
RGB224244242
HSL174°47.62%91.76%
HSB/HSV174°8.20%95.69%
CMYK8.20%0.00%0.82%
4.31%

Color #E0F4F2 in popluar number systems.

HEXE0F4F2
Decimal224244242
Binary111000001111010011110010
Octal340364362

Shades and tints

Shades of #E0F4F2

#E0F4F2
(224,244,242)
#CCDEDC
(204,222,220)
#B8C8C6
(184,200,198)
#A4B2B0
(164,178,176)
#909C9A
(144,156,154)
#7C8684
(124,134,132)
#68706E
(104,112,110)
#545A58
(84,90,88)
#404442
(64,68,66)
#2C2E2C
(44,46,44)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #E0F4F2

#E0F4F2
(224,244,242)
#E2F5F3
(226,245,243)
#E4F6F4
(228,246,244)
#E6F7F5
(230,247,245)
#E8F8F6
(232,248,246)
#EAF9F7
(234,249,247)
#ECFAF8
(236,250,248)
#EEFBF9
(238,251,249)
#F0FCFA
(240,252,250)
#F2FDFB
(242,253,251)
#F4FEFC
(244,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F4F2 color. Also use rgb(224,244,242) instead hex code.

Text Font Color

.myTextColor { color: #E0F4F2; }

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

This text font color is #E0F4F2.


Background Color

.myBgColor { background-color: #E0F4F2; }

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

This div background color is #E0F4F2.


Border color

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

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

This div border color is #E0F4F2.


Opacity

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

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

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

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

This text has shadow with #E0F4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F4F2 on black background.


Color preview on white background

This text has color #E0F4F2 on white background.



Black color preview on #E0F4F2 background

This text has black color on #E0F4F2 background.


White color preview on #E0F4F2 background

This text has white color on #E0F4F2 background.