COLOR #E5FCD7

HEX: #E5FCD7
RGB: (229,252,215)

Color info

#E5FCD7 contains red, green and blue colors in about the same proportion. Web safe color of #E5FCD7 is #CCFFCC (or #CFC).

RGB color model

#E5FCD7 color RGB value is (229,252,215).

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

RGB channels and saturation

R 229 of 255 = 90%
G 252 of 255 = 99%
B 215 of 255 = 84%

229
252
215

R + G + B ~ 91%. #E5FCD7 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 252 + 215 = 696 (100%)
R 229 of 696 ~ 32.9%
G 252 of 696 ~ 36.21%
B 215 of 696 ~ 30.89%

%32.9
%36.21
%30.89

CMYK color model

#E5FCD7 color CMYK value is (9,0,15,1).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(9,0,15,1)
C9M0Y15K1 
(9%,0%,15%,1%)
(0.09/0.00/0.15/0.01)	

CMYK percentages

%9.13
%0
%14.68
%1.18

Codes

Color #E5FCD7 in popluar color models

E5FCD7
RGB229252215
HSL97°86.05%91.57%
HSB/HSV97°14.68%98.82%
CMYK9.13%0.00%14.68%
1.18%

Color #E5FCD7 in popluar number systems.

HEXE5FCD7
Decimal229252215
Binary111001011111110011010111
Octal345374327

Shades and tints

Shades of #E5FCD7

#E5FCD7
(229,252,215)
#D1E6C4
(209,230,196)
#BDD0B1
(189,208,177)
#A9BA9E
(169,186,158)
#95A48B
(149,164,139)
#818E78
(129,142,120)
#6D7865
(109,120,101)
#596252
(89,98,82)
#454C3F
(69,76,63)
#31362C
(49,54,44)
#1D2019
(29,32,25)
#000000
(0,0,0)

Tints of #E5FCD7

#E5FCD7
(229,252,215)
#E7FCDA
(231,252,218)
#E9FCDD
(233,252,221)
#EBFCE0
(235,252,224)
#EDFCE3
(237,252,227)
#EFFCE6
(239,252,230)
#F1FCE9
(241,252,233)
#F3FCEC
(243,252,236)
#F5FCEF
(245,252,239)
#F7FCF2
(247,252,242)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FCD7; }

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

This text font color is #E5FCD7.


Background Color

.myBgColor { background-color: #E5FCD7; }

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

This div background color is #E5FCD7.


Border color

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

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

This div border color is #E5FCD7.


Opacity

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

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

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

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

This text has shadow with #E5FCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FCD7 on black background.


Color preview on white background

This text has color #E5FCD7 on white background.



Black color preview on #E5FCD7 background

This text has black color on #E5FCD7 background.


White color preview on #E5FCD7 background

This text has white color on #E5FCD7 background.