COLOR #E5FCD3

HEX: #E5FCD3
RGB: (229,252,211)

Color info

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

RGB color model

#E5FCD3 color RGB value is (229,252,211).

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

RGB channels and saturation

R 229 of 255 = 90%
G 252 of 255 = 99%
B 211 of 255 = 83%

229
252
211

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

Portions of RGB colors in percentages

R + G + B =
229 + 252 + 211 = 692 (100%)
R 229 of 692 ~ 33.09%
G 252 of 692 ~ 36.42%
B 211 of 692 ~ 30.49%

%33.09
%36.42
%30.49

CMYK color model

#E5FCD3 color CMYK value is (9,0,16,1).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 1.18%
CMYK:
(9,0,16,1)
C9M0Y16K1 
(9%,0%,16%,1%)
(0.09/0.00/0.16/0.01)	

CMYK percentages

%9.13
%0
%16.27
%1.18

Codes

Color #E5FCD3 in popluar color models

E5FCD3
RGB229252211
HSL94°87.23%90.78%
HSB/HSV94°16.27%98.82%
CMYK9.13%0.00%16.27%
1.18%

Color #E5FCD3 in popluar number systems.

HEXE5FCD3
Decimal229252211
Binary111001011111110011010011
Octal345374323

Shades and tints

Shades of #E5FCD3

#E5FCD3
(229,252,211)
#D1E6C0
(209,230,192)
#BDD0AD
(189,208,173)
#A9BA9A
(169,186,154)
#95A487
(149,164,135)
#818E74
(129,142,116)
#6D7861
(109,120,97)
#59624E
(89,98,78)
#454C3B
(69,76,59)
#313628
(49,54,40)
#1D2015
(29,32,21)
#000000
(0,0,0)

Tints of #E5FCD3

#E5FCD3
(229,252,211)
#E7FCD7
(231,252,215)
#E9FCDB
(233,252,219)
#EBFCDF
(235,252,223)
#EDFCE3
(237,252,227)
#EFFCE7
(239,252,231)
#F1FCEB
(241,252,235)
#F3FCEF
(243,252,239)
#F5FCF3
(245,252,243)
#F7FCF7
(247,252,247)
#F9FCFB
(249,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FCD3; }

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

This text font color is #E5FCD3.


Background Color

.myBgColor { background-color: #E5FCD3; }

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

This div background color is #E5FCD3.


Border color

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

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

This div border color is #E5FCD3.


Opacity

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

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

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

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

This text has shadow with #E5FCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FCD3 on black background.


Color preview on white background

This text has color #E5FCD3 on white background.



Black color preview on #E5FCD3 background

This text has black color on #E5FCD3 background.


White color preview on #E5FCD3 background

This text has white color on #E5FCD3 background.