COLOR #E5FCDE

HEX: #E5FCDE
RGB: (229,252,222)

Color info

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

RGB color model

#E5FCDE color RGB value is (229,252,222).

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

RGB channels and saturation

R 229 of 255 = 90%
G 252 of 255 = 99%
B 222 of 255 = 87%

229
252
222

R + G + B ~ 92%. #E5FCDE is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 252 + 222 = 703 (100%)
R 229 of 703 ~ 32.57%
G 252 of 703 ~ 35.85%
B 222 of 703 ~ 31.58%

%32.57
%35.85
%31.58

CMYK color model

#E5FCDE color CMYK value is (9,0,12,1).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 1.18%
CMYK:
(9,0,12,1)
C9M0Y12K1 
(9%,0%,12%,1%)
(0.09/0.00/0.12/0.01)	

CMYK percentages

%9.13
%0
%11.9
%1.18

Codes

Color #E5FCDE in popluar color models

E5FCDE
RGB229252222
HSL106°83.33%92.94%
HSB/HSV106°11.90%98.82%
CMYK9.13%0.00%11.90%
1.18%

Color #E5FCDE in popluar number systems.

HEXE5FCDE
Decimal229252222
Binary111001011111110011011110
Octal345374336

Shades and tints

Shades of #E5FCDE

#E5FCDE
(229,252,222)
#D1E6CA
(209,230,202)
#BDD0B6
(189,208,182)
#A9BAA2
(169,186,162)
#95A48E
(149,164,142)
#818E7A
(129,142,122)
#6D7866
(109,120,102)
#596252
(89,98,82)
#454C3E
(69,76,62)
#31362A
(49,54,42)
#1D2016
(29,32,22)
#000000
(0,0,0)

Tints of #E5FCDE

#E5FCDE
(229,252,222)
#E7FCE1
(231,252,225)
#E9FCE4
(233,252,228)
#EBFCE7
(235,252,231)
#EDFCEA
(237,252,234)
#EFFCED
(239,252,237)
#F1FCF0
(241,252,240)
#F3FCF3
(243,252,243)
#F5FCF6
(245,252,246)
#F7FCF9
(247,252,249)
#F9FCFC
(249,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FCDE; }

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

This text font color is #E5FCDE.


Background Color

.myBgColor { background-color: #E5FCDE; }

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

This div background color is #E5FCDE.


Border color

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

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

This div border color is #E5FCDE.


Opacity

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

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

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

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

This text has shadow with #E5FCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FCDE on black background.


Color preview on white background

This text has color #E5FCDE on white background.



Black color preview on #E5FCDE background

This text has black color on #E5FCDE background.


White color preview on #E5FCDE background

This text has white color on #E5FCDE background.