COLOR #E5FCC7

HEX: #E5FCC7
RGB: (229,252,199)

Color info

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

RGB color model

#E5FCC7 color RGB value is (229,252,199).

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

RGB channels and saturation

R 229 of 255 = 90%
G 252 of 255 = 99%
B 199 of 255 = 78%

229
252
199

R + G + B ~ 89%. #E5FCC7 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 252 + 199 = 680 (100%)
R 229 of 680 ~ 33.68%
G 252 of 680 ~ 37.06%
B 199 of 680 ~ 29.26%

%33.68
%37.06
%29.26

CMYK color model

#E5FCC7 color CMYK value is (9,0,21,1).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 1.18%
CMYK:
(9,0,21,1)
C9M0Y21K1 
(9%,0%,21%,1%)
(0.09/0.00/0.21/0.01)	

CMYK percentages

%9.13
%0
%21.03
%1.18

Codes

Color #E5FCC7 in popluar color models

E5FCC7
RGB229252199
HSL86°89.83%88.43%
HSB/HSV86°21.03%98.82%
CMYK9.13%0.00%21.03%
1.18%

Color #E5FCC7 in popluar number systems.

HEXE5FCC7
Decimal229252199
Binary111001011111110011000111
Octal345374307

Shades and tints

Shades of #E5FCC7

#E5FCC7
(229,252,199)
#D1E6B5
(209,230,181)
#BDD0A3
(189,208,163)
#A9BA91
(169,186,145)
#95A47F
(149,164,127)
#818E6D
(129,142,109)
#6D785B
(109,120,91)
#596249
(89,98,73)
#454C37
(69,76,55)
#313625
(49,54,37)
#1D2013
(29,32,19)
#000000
(0,0,0)

Tints of #E5FCC7

#E5FCC7
(229,252,199)
#E7FCCC
(231,252,204)
#E9FCD1
(233,252,209)
#EBFCD6
(235,252,214)
#EDFCDB
(237,252,219)
#EFFCE0
(239,252,224)
#F1FCE5
(241,252,229)
#F3FCEA
(243,252,234)
#F5FCEF
(245,252,239)
#F7FCF4
(247,252,244)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FCC7; }

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

This text font color is #E5FCC7.


Background Color

.myBgColor { background-color: #E5FCC7; }

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

This div background color is #E5FCC7.


Border color

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

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

This div border color is #E5FCC7.


Opacity

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

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

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

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

This text has shadow with #E5FCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FCC7 on black background.


Color preview on white background

This text has color #E5FCC7 on white background.



Black color preview on #E5FCC7 background

This text has black color on #E5FCC7 background.


White color preview on #E5FCC7 background

This text has white color on #E5FCC7 background.