COLOR #E0FCF2

HEX: #E0FCF2
RGB: (224,252,242)

Color info

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

RGB color model

#E0FCF2 color RGB value is (224,252,242).

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

RGB channels and saturation

R 224 of 255 = 88%
G 252 of 255 = 99%
B 242 of 255 = 95%

224
252
242

R + G + B ~ 94%. #E0FCF2 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 252 + 242 = 718 (100%)
R 224 of 718 ~ 31.2%
G 252 of 718 ~ 35.1%
B 242 of 718 ~ 33.7%

%31.2
%35.1
%33.7

CMYK color model

#E0FCF2 color CMYK value is (11,0,4,1).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 1.18%
CMYK:
(11,0,4,1)
C11M0Y4K1 
(11%,0%,4%,1%)
(0.11/0.00/0.04/0.01)	

CMYK percentages

%11.11
%0
%3.97
%1.18

Codes

Color #E0FCF2 in popluar color models

E0FCF2
RGB224252242
HSL159°82.35%93.33%
HSB/HSV159°11.11%98.82%
CMYK11.11%0.00%3.97%
1.18%

Color #E0FCF2 in popluar number systems.

HEXE0FCF2
Decimal224252242
Binary111000001111110011110010
Octal340374362

Shades and tints

Shades of #E0FCF2

#E0FCF2
(224,252,242)
#CCE6DC
(204,230,220)
#B8D0C6
(184,208,198)
#A4BAB0
(164,186,176)
#90A49A
(144,164,154)
#7C8E84
(124,142,132)
#68786E
(104,120,110)
#546258
(84,98,88)
#404C42
(64,76,66)
#2C362C
(44,54,44)
#182016
(24,32,22)
#000000
(0,0,0)

Tints of #E0FCF2

#E0FCF2
(224,252,242)
#E2FCF3
(226,252,243)
#E4FCF4
(228,252,244)
#E6FCF5
(230,252,245)
#E8FCF6
(232,252,246)
#EAFCF7
(234,252,247)
#ECFCF8
(236,252,248)
#EEFCF9
(238,252,249)
#F0FCFA
(240,252,250)
#F2FCFB
(242,252,251)
#F4FCFC
(244,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FCF2; }

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

This text font color is #E0FCF2.


Background Color

.myBgColor { background-color: #E0FCF2; }

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

This div background color is #E0FCF2.


Border color

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

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

This div border color is #E0FCF2.


Opacity

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

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

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

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

This text has shadow with #E0FCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FCF2 on black background.


Color preview on white background

This text has color #E0FCF2 on white background.



Black color preview on #E0FCF2 background

This text has black color on #E0FCF2 background.


White color preview on #E0FCF2 background

This text has white color on #E0FCF2 background.