COLOR #E0FCEF

HEX: #E0FCEF
RGB: (224,252,239)

Color info

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

RGB color model

#E0FCEF color RGB value is (224,252,239).

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

RGB channels and saturation

R 224 of 255 = 88%
G 252 of 255 = 99%
B 239 of 255 = 94%

224
252
239

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

Portions of RGB colors in percentages

R + G + B =
224 + 252 + 239 = 715 (100%)
R 224 of 715 ~ 31.33%
G 252 of 715 ~ 35.24%
B 239 of 715 ~ 33.43%

%31.33
%35.24
%33.43

CMYK color model

#E0FCEF color CMYK value is (11,0,5,1).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 1.18%
CMYK:
(11,0,5,1)
C11M0Y5K1 
(11%,0%,5%,1%)
(0.11/0.00/0.05/0.01)	

CMYK percentages

%11.11
%0
%5.16
%1.18

Codes

Color #E0FCEF in popluar color models

E0FCEF
RGB224252239
HSL152°82.35%93.33%
HSB/HSV152°11.11%98.82%
CMYK11.11%0.00%5.16%
1.18%

Color #E0FCEF in popluar number systems.

HEXE0FCEF
Decimal224252239
Binary111000001111110011101111
Octal340374357

Shades and tints

Shades of #E0FCEF

#E0FCEF
(224,252,239)
#CCE6DA
(204,230,218)
#B8D0C5
(184,208,197)
#A4BAB0
(164,186,176)
#90A49B
(144,164,155)
#7C8E86
(124,142,134)
#687871
(104,120,113)
#54625C
(84,98,92)
#404C47
(64,76,71)
#2C3632
(44,54,50)
#18201D
(24,32,29)
#000000
(0,0,0)

Tints of #E0FCEF

#E0FCEF
(224,252,239)
#E2FCF0
(226,252,240)
#E4FCF1
(228,252,241)
#E6FCF2
(230,252,242)
#E8FCF3
(232,252,243)
#EAFCF4
(234,252,244)
#ECFCF5
(236,252,245)
#EEFCF6
(238,252,246)
#F0FCF7
(240,252,247)
#F2FCF8
(242,252,248)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FCEF; }

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

This text font color is #E0FCEF.


Background Color

.myBgColor { background-color: #E0FCEF; }

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

This div background color is #E0FCEF.


Border color

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

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

This div border color is #E0FCEF.


Opacity

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

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

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

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

This text has shadow with #E0FCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FCEF on black background.


Color preview on white background

This text has color #E0FCEF on white background.



Black color preview on #E0FCEF background

This text has black color on #E0FCEF background.


White color preview on #E0FCEF background

This text has white color on #E0FCEF background.