COLOR #E5FCEF

HEX: #E5FCEF
RGB: (229,252,239)

Color info

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

RGB color model

#E5FCEF color RGB value is (229,252,239).

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

RGB channels and saturation

R 229 of 255 = 90%
G 252 of 255 = 99%
B 239 of 255 = 94%

229
252
239

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

Portions of RGB colors in percentages

R + G + B =
229 + 252 + 239 = 720 (100%)
R 229 of 720 ~ 31.81%
G 252 of 720 ~ 35%
B 239 of 720 ~ 33.19%

%31.81
%35
%33.19

CMYK color model

#E5FCEF color CMYK value is (9,0,5,1).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 1.18%
CMYK:
(9,0,5,1)
C9M0Y5K1 
(9%,0%,5%,1%)
(0.09/0.00/0.05/0.01)	

CMYK percentages

%9.13
%0
%5.16
%1.18

Codes

Color #E5FCEF in popluar color models

E5FCEF
RGB229252239
HSL146°79.31%94.31%
HSB/HSV146°9.13%98.82%
CMYK9.13%0.00%5.16%
1.18%

Color #E5FCEF in popluar number systems.

HEXE5FCEF
Decimal229252239
Binary111001011111110011101111
Octal345374357

Shades and tints

Shades of #E5FCEF

#E5FCEF
(229,252,239)
#D1E6DA
(209,230,218)
#BDD0C5
(189,208,197)
#A9BAB0
(169,186,176)
#95A49B
(149,164,155)
#818E86
(129,142,134)
#6D7871
(109,120,113)
#59625C
(89,98,92)
#454C47
(69,76,71)
#313632
(49,54,50)
#1D201D
(29,32,29)
#000000
(0,0,0)

Tints of #E5FCEF

#E5FCEF
(229,252,239)
#E7FCF0
(231,252,240)
#E9FCF1
(233,252,241)
#EBFCF2
(235,252,242)
#EDFCF3
(237,252,243)
#EFFCF4
(239,252,244)
#F1FCF5
(241,252,245)
#F3FCF6
(243,252,246)
#F5FCF7
(245,252,247)
#F7FCF8
(247,252,248)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FCEF; }

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

This text font color is #E5FCEF.


Background Color

.myBgColor { background-color: #E5FCEF; }

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

This div background color is #E5FCEF.


Border color

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

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

This div border color is #E5FCEF.


Opacity

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

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

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

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

This text has shadow with #E5FCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FCEF on black background.


Color preview on white background

This text has color #E5FCEF on white background.



Black color preview on #E5FCEF background

This text has black color on #E5FCEF background.


White color preview on #E5FCEF background

This text has white color on #E5FCEF background.