COLOR #E5F1D9

HEX: #E5F1D9
RGB: (229,241,217)

Color info

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

RGB color model

#E5F1D9 color RGB value is (229,241,217).

  • red value is 229;
  • green value is 241;
  • blue value is 217.
RGB:
(229,241,217)
(90%,95%,85%)

RGB channels and saturation

R 229 of 255 = 90%
G 241 of 255 = 95%
B 217 of 255 = 85%

229
241
217

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

Portions of RGB colors in percentages

R + G + B =
229 + 241 + 217 = 687 (100%)
R 229 of 687 ~ 33.33%
G 241 of 687 ~ 35.08%
B 217 of 687 ~ 31.59%

%33.33
%35.08
%31.59

CMYK color model

#E5F1D9 color CMYK value is (5,0,10,5).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • key color value is 5.49%
CMYK:
(5,0,10,5)
C5M0Y10K5 
(5%,0%,10%,5%)
(0.05/0.00/0.10/0.05)	

CMYK percentages

%4.98
%0
%9.96
%5.49

Codes

Color #E5F1D9 in popluar color models

E5F1D9
RGB229241217
HSL90°46.15%89.80%
HSB/HSV90°9.96%94.51%
CMYK4.98%0.00%9.96%
5.49%

Color #E5F1D9 in popluar number systems.

HEXE5F1D9
Decimal229241217
Binary111001011111000111011001
Octal345361331

Shades and tints

Shades of #E5F1D9

#E5F1D9
(229,241,217)
#D1DCC6
(209,220,198)
#BDC7B3
(189,199,179)
#A9B2A0
(169,178,160)
#959D8D
(149,157,141)
#81887A
(129,136,122)
#6D7367
(109,115,103)
#595E54
(89,94,84)
#454941
(69,73,65)
#31342E
(49,52,46)
#1D1F1B
(29,31,27)
#000000
(0,0,0)

Tints of #E5F1D9

#E5F1D9
(229,241,217)
#E7F2DC
(231,242,220)
#E9F3DF
(233,243,223)
#EBF4E2
(235,244,226)
#EDF5E5
(237,245,229)
#EFF6E8
(239,246,232)
#F1F7EB
(241,247,235)
#F3F8EE
(243,248,238)
#F5F9F1
(245,249,241)
#F7FAF4
(247,250,244)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F1D9 color. Also use rgb(229,241,217) instead hex code.

Text Font Color

.myTextColor { color: #E5F1D9; }

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

This text font color is #E5F1D9.


Background Color

.myBgColor { background-color: #E5F1D9; }

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

This div background color is #E5F1D9.


Border color

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

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

This div border color is #E5F1D9.


Opacity

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

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

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

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

This text has shadow with #E5F1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F1D9 on black background.


Color preview on white background

This text has color #E5F1D9 on white background.



Black color preview on #E5F1D9 background

This text has black color on #E5F1D9 background.


White color preview on #E5F1D9 background

This text has white color on #E5F1D9 background.