COLOR #E5FCC3

HEX: #E5FCC3
RGB: (229,252,195)

Color info

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

RGB color model

#E5FCC3 color RGB value is (229,252,195).

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

RGB channels and saturation

R 229 of 255 = 90%
G 252 of 255 = 99%
B 195 of 255 = 76%

229
252
195

R + G + B ~ 88%. #E5FCC3 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 252 + 195 = 676 (100%)
R 229 of 676 ~ 33.88%
G 252 of 676 ~ 37.28%
B 195 of 676 ~ 28.85%

%33.88
%37.28
%28.85

CMYK color model

#E5FCC3 color CMYK value is (9,0,23,1).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 1.18%
CMYK:
(9,0,23,1)
C9M0Y23K1 
(9%,0%,23%,1%)
(0.09/0.00/0.23/0.01)	

CMYK percentages

%9.13
%0
%22.62
%1.18

Codes

Color #E5FCC3 in popluar color models

E5FCC3
RGB229252195
HSL84°90.48%87.65%
HSB/HSV84°22.62%98.82%
CMYK9.13%0.00%22.62%
1.18%

Color #E5FCC3 in popluar number systems.

HEXE5FCC3
Decimal229252195
Binary111001011111110011000011
Octal345374303

Shades and tints

Shades of #E5FCC3

#E5FCC3
(229,252,195)
#D1E6B2
(209,230,178)
#BDD0A1
(189,208,161)
#A9BA90
(169,186,144)
#95A47F
(149,164,127)
#818E6E
(129,142,110)
#6D785D
(109,120,93)
#59624C
(89,98,76)
#454C3B
(69,76,59)
#31362A
(49,54,42)
#1D2019
(29,32,25)
#000000
(0,0,0)

Tints of #E5FCC3

#E5FCC3
(229,252,195)
#E7FCC8
(231,252,200)
#E9FCCD
(233,252,205)
#EBFCD2
(235,252,210)
#EDFCD7
(237,252,215)
#EFFCDC
(239,252,220)
#F1FCE1
(241,252,225)
#F3FCE6
(243,252,230)
#F5FCEB
(245,252,235)
#F7FCF0
(247,252,240)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FCC3; }

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

This text font color is #E5FCC3.


Background Color

.myBgColor { background-color: #E5FCC3; }

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

This div background color is #E5FCC3.


Border color

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

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

This div border color is #E5FCC3.


Opacity

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

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

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

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

This text has shadow with #E5FCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FCC3 on black background.


Color preview on white background

This text has color #E5FCC3 on white background.



Black color preview on #E5FCC3 background

This text has black color on #E5FCC3 background.


White color preview on #E5FCC3 background

This text has white color on #E5FCC3 background.