COLOR #E5F2CD

HEX: #E5F2CD
RGB: (229,242,205)

Color info

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

RGB color model

#E5F2CD color RGB value is (229,242,205).

  • red value is 229;
  • green value is 242;
  • blue value is 205.
RGB:
(229,242,205)
(90%,95%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 242 of 255 = 95%
B 205 of 255 = 80%

229
242
205

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

Portions of RGB colors in percentages

R + G + B =
229 + 242 + 205 = 676 (100%)
R 229 of 676 ~ 33.88%
G 242 of 676 ~ 35.8%
B 205 of 676 ~ 30.33%

%33.88
%35.8
%30.33

CMYK color model

#E5F2CD color CMYK value is (5,0,15,5).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 5.10%
CMYK:
(5,0,15,5)
C5M0Y15K5 
(5%,0%,15%,5%)
(0.05/0.00/0.15/0.05)	

CMYK percentages

%5.37
%0
%15.29
%5.1

Codes

Color #E5F2CD in popluar color models

E5F2CD
RGB229242205
HSL81°58.73%87.65%
HSB/HSV81°15.29%94.90%
CMYK5.37%0.00%15.29%
5.10%

Color #E5F2CD in popluar number systems.

HEXE5F2CD
Decimal229242205
Binary111001011111001011001101
Octal345362315

Shades and tints

Shades of #E5F2CD

#E5F2CD
(229,242,205)
#D1DCBB
(209,220,187)
#BDC6A9
(189,198,169)
#A9B097
(169,176,151)
#959A85
(149,154,133)
#818473
(129,132,115)
#6D6E61
(109,110,97)
#59584F
(89,88,79)
#45423D
(69,66,61)
#312C2B
(49,44,43)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #E5F2CD

#E5F2CD
(229,242,205)
#E7F3D1
(231,243,209)
#E9F4D5
(233,244,213)
#EBF5D9
(235,245,217)
#EDF6DD
(237,246,221)
#EFF7E1
(239,247,225)
#F1F8E5
(241,248,229)
#F3F9E9
(243,249,233)
#F5FAED
(245,250,237)
#F7FBF1
(247,251,241)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F2CD color. Also use rgb(229,242,205) instead hex code.

Text Font Color

.myTextColor { color: #E5F2CD; }

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

This text font color is #E5F2CD.


Background Color

.myBgColor { background-color: #E5F2CD; }

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

This div background color is #E5F2CD.


Border color

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

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

This div border color is #E5F2CD.


Opacity

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

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

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

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

This text has shadow with #E5F2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F2CD on black background.


Color preview on white background

This text has color #E5F2CD on white background.



Black color preview on #E5F2CD background

This text has black color on #E5F2CD background.


White color preview on #E5F2CD background

This text has white color on #E5F2CD background.