COLOR #E5FCF2

HEX: #E5FCF2
RGB: (229,252,242)

Color info

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

RGB color model

#E5FCF2 color RGB value is (229,252,242).

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

RGB channels and saturation

R 229 of 255 = 90%
G 252 of 255 = 99%
B 242 of 255 = 95%

229
252
242

R + G + B ~ 95%. #E5FCF2 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 252 + 242 = 723 (100%)
R 229 of 723 ~ 31.67%
G 252 of 723 ~ 34.85%
B 242 of 723 ~ 33.47%

%31.67
%34.85
%33.47

CMYK color model

#E5FCF2 color CMYK value is (9,0,4,1).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 1.18%
CMYK:
(9,0,4,1)
C9M0Y4K1 
(9%,0%,4%,1%)
(0.09/0.00/0.04/0.01)	

CMYK percentages

%9.13
%0
%3.97
%1.18

Codes

Color #E5FCF2 in popluar color models

E5FCF2
RGB229252242
HSL154°79.31%94.31%
HSB/HSV154°9.13%98.82%
CMYK9.13%0.00%3.97%
1.18%

Color #E5FCF2 in popluar number systems.

HEXE5FCF2
Decimal229252242
Binary111001011111110011110010
Octal345374362

Shades and tints

Shades of #E5FCF2

#E5FCF2
(229,252,242)
#D1E6DC
(209,230,220)
#BDD0C6
(189,208,198)
#A9BAB0
(169,186,176)
#95A49A
(149,164,154)
#818E84
(129,142,132)
#6D786E
(109,120,110)
#596258
(89,98,88)
#454C42
(69,76,66)
#31362C
(49,54,44)
#1D2016
(29,32,22)
#000000
(0,0,0)

Tints of #E5FCF2

#E5FCF2
(229,252,242)
#E7FCF3
(231,252,243)
#E9FCF4
(233,252,244)
#EBFCF5
(235,252,245)
#EDFCF6
(237,252,246)
#EFFCF7
(239,252,247)
#F1FCF8
(241,252,248)
#F3FCF9
(243,252,249)
#F5FCFA
(245,252,250)
#F7FCFB
(247,252,251)
#F9FCFC
(249,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FCF2; }

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

This text font color is #E5FCF2.


Background Color

.myBgColor { background-color: #E5FCF2; }

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

This div background color is #E5FCF2.


Border color

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

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

This div border color is #E5FCF2.


Opacity

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

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

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

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

This text has shadow with #E5FCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FCF2 on black background.


Color preview on white background

This text has color #E5FCF2 on white background.



Black color preview on #E5FCF2 background

This text has black color on #E5FCF2 background.


White color preview on #E5FCF2 background

This text has white color on #E5FCF2 background.