COLOR #E5F1DC

HEX: #E5F1DC
RGB: (229,241,220)

Color info

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

RGB color model

#E5F1DC color RGB value is (229,241,220).

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

RGB channels and saturation

R 229 of 255 = 90%
G 241 of 255 = 95%
B 220 of 255 = 86%

229
241
220

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

Portions of RGB colors in percentages

R + G + B =
229 + 241 + 220 = 690 (100%)
R 229 of 690 ~ 33.19%
G 241 of 690 ~ 34.93%
B 220 of 690 ~ 31.88%

%33.19
%34.93
%31.88

CMYK color model

#E5F1DC color CMYK value is (5,0,9,5).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 8.71%
  • key color value is 5.49%
CMYK:
(5,0,9,5)
C5M0Y9K5 
(5%,0%,9%,5%)
(0.05/0.00/0.09/0.05)	

CMYK percentages

%4.98
%0
%8.71
%5.49

Codes

Color #E5F1DC in popluar color models

E5F1DC
RGB229241220
HSL94°42.86%90.39%
HSB/HSV94°8.71%94.51%
CMYK4.98%0.00%8.71%
5.49%

Color #E5F1DC in popluar number systems.

HEXE5F1DC
Decimal229241220
Binary111001011111000111011100
Octal345361334

Shades and tints

Shades of #E5F1DC

#E5F1DC
(229,241,220)
#D1DCC8
(209,220,200)
#BDC7B4
(189,199,180)
#A9B2A0
(169,178,160)
#959D8C
(149,157,140)
#818878
(129,136,120)
#6D7364
(109,115,100)
#595E50
(89,94,80)
#45493C
(69,73,60)
#313428
(49,52,40)
#1D1F14
(29,31,20)
#000000
(0,0,0)

Tints of #E5F1DC

#E5F1DC
(229,241,220)
#E7F2DF
(231,242,223)
#E9F3E2
(233,243,226)
#EBF4E5
(235,244,229)
#EDF5E8
(237,245,232)
#EFF6EB
(239,246,235)
#F1F7EE
(241,247,238)
#F3F8F1
(243,248,241)
#F5F9F4
(245,249,244)
#F7FAF7
(247,250,247)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F1DC; }

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

This text font color is #E5F1DC.


Background Color

.myBgColor { background-color: #E5F1DC; }

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

This div background color is #E5F1DC.


Border color

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

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

This div border color is #E5F1DC.


Opacity

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

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

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

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

This text has shadow with #E5F1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F1DC on black background.


Color preview on white background

This text has color #E5F1DC on white background.



Black color preview on #E5F1DC background

This text has black color on #E5F1DC background.


White color preview on #E5F1DC background

This text has white color on #E5F1DC background.