COLOR #E5F2D7

HEX: #E5F2D7
RGB: (229,242,215)

Color info

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

RGB color model

#E5F2D7 color RGB value is (229,242,215).

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

RGB channels and saturation

R 229 of 255 = 90%
G 242 of 255 = 95%
B 215 of 255 = 84%

229
242
215

R + G + B ~ 90%. #E5F2D7 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 242 + 215 = 686 (100%)
R 229 of 686 ~ 33.38%
G 242 of 686 ~ 35.28%
B 215 of 686 ~ 31.34%

%33.38
%35.28
%31.34

CMYK color model

#E5F2D7 color CMYK value is (5,0,11,5).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 5.10%
CMYK:
(5,0,11,5)
C5M0Y11K5 
(5%,0%,11%,5%)
(0.05/0.00/0.11/0.05)	

CMYK percentages

%5.37
%0
%11.16
%5.1

Codes

Color #E5F2D7 in popluar color models

E5F2D7
RGB229242215
HSL89°50.94%89.61%
HSB/HSV89°11.16%94.90%
CMYK5.37%0.00%11.16%
5.10%

Color #E5F2D7 in popluar number systems.

HEXE5F2D7
Decimal229242215
Binary111001011111001011010111
Octal345362327

Shades and tints

Shades of #E5F2D7

#E5F2D7
(229,242,215)
#D1DCC4
(209,220,196)
#BDC6B1
(189,198,177)
#A9B09E
(169,176,158)
#959A8B
(149,154,139)
#818478
(129,132,120)
#6D6E65
(109,110,101)
#595852
(89,88,82)
#45423F
(69,66,63)
#312C2C
(49,44,44)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #E5F2D7

#E5F2D7
(229,242,215)
#E7F3DA
(231,243,218)
#E9F4DD
(233,244,221)
#EBF5E0
(235,245,224)
#EDF6E3
(237,246,227)
#EFF7E6
(239,247,230)
#F1F8E9
(241,248,233)
#F3F9EC
(243,249,236)
#F5FAEF
(245,250,239)
#F7FBF2
(247,251,242)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F2D7; }

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

This text font color is #E5F2D7.


Background Color

.myBgColor { background-color: #E5F2D7; }

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

This div background color is #E5F2D7.


Border color

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

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

This div border color is #E5F2D7.


Opacity

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

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

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

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

This text has shadow with #E5F2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F2D7 on black background.


Color preview on white background

This text has color #E5F2D7 on white background.



Black color preview on #E5F2D7 background

This text has black color on #E5F2D7 background.


White color preview on #E5F2D7 background

This text has white color on #E5F2D7 background.