COLOR #E5F2D0

HEX: #E5F2D0
RGB: (229,242,208)

Color info

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

RGB color model

#E5F2D0 color RGB value is (229,242,208).

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

RGB channels and saturation

R 229 of 255 = 90%
G 242 of 255 = 95%
B 208 of 255 = 82%

229
242
208

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

Portions of RGB colors in percentages

R + G + B =
229 + 242 + 208 = 679 (100%)
R 229 of 679 ~ 33.73%
G 242 of 679 ~ 35.64%
B 208 of 679 ~ 30.63%

%33.73
%35.64
%30.63

CMYK color model

#E5F2D0 color CMYK value is (5,0,14,5).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 5.10%
CMYK:
(5,0,14,5)
C5M0Y14K5 
(5%,0%,14%,5%)
(0.05/0.00/0.14/0.05)	

CMYK percentages

%5.37
%0
%14.05
%5.1

Codes

Color #E5F2D0 in popluar color models

E5F2D0
RGB229242208
HSL83°56.67%88.24%
HSB/HSV83°14.05%94.90%
CMYK5.37%0.00%14.05%
5.10%

Color #E5F2D0 in popluar number systems.

HEXE5F2D0
Decimal229242208
Binary111001011111001011010000
Octal345362320

Shades and tints

Shades of #E5F2D0

#E5F2D0
(229,242,208)
#D1DCBE
(209,220,190)
#BDC6AC
(189,198,172)
#A9B09A
(169,176,154)
#959A88
(149,154,136)
#818476
(129,132,118)
#6D6E64
(109,110,100)
#595852
(89,88,82)
#454240
(69,66,64)
#312C2E
(49,44,46)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #E5F2D0

#E5F2D0
(229,242,208)
#E7F3D4
(231,243,212)
#E9F4D8
(233,244,216)
#EBF5DC
(235,245,220)
#EDF6E0
(237,246,224)
#EFF7E4
(239,247,228)
#F1F8E8
(241,248,232)
#F3F9EC
(243,249,236)
#F5FAF0
(245,250,240)
#F7FBF4
(247,251,244)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F2D0; }

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

This text font color is #E5F2D0.


Background Color

.myBgColor { background-color: #E5F2D0; }

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

This div background color is #E5F2D0.


Border color

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

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

This div border color is #E5F2D0.


Opacity

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

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

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

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

This text has shadow with #E5F2D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F2D0 on black background.


Color preview on white background

This text has color #E5F2D0 on white background.



Black color preview on #E5F2D0 background

This text has black color on #E5F2D0 background.


White color preview on #E5F2D0 background

This text has white color on #E5F2D0 background.