COLOR #E5F9DC

HEX: #E5F9DC
RGB: (229,249,220)

Color info

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

RGB color model

#E5F9DC color RGB value is (229,249,220).

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

RGB channels and saturation

R 229 of 255 = 90%
G 249 of 255 = 98%
B 220 of 255 = 86%

229
249
220

R + G + B ~ 91%. #E5F9DC is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 249 + 220 = 698 (100%)
R 229 of 698 ~ 32.81%
G 249 of 698 ~ 35.67%
B 220 of 698 ~ 31.52%

%32.81
%35.67
%31.52

CMYK color model

#E5F9DC color CMYK value is (8,0,12,2).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 2.35%
CMYK:
(8,0,12,2)
C8M0Y12K2 
(8%,0%,12%,2%)
(0.08/0.00/0.12/0.02)	

CMYK percentages

%8.03
%0
%11.65
%2.35

Codes

Color #E5F9DC in popluar color models

E5F9DC
RGB229249220
HSL101°70.73%91.96%
HSB/HSV101°11.65%97.65%
CMYK8.03%0.00%11.65%
2.35%

Color #E5F9DC in popluar number systems.

HEXE5F9DC
Decimal229249220
Binary111001011111100111011100
Octal345371334

Shades and tints

Shades of #E5F9DC

#E5F9DC
(229,249,220)
#D1E3C8
(209,227,200)
#BDCDB4
(189,205,180)
#A9B7A0
(169,183,160)
#95A18C
(149,161,140)
#818B78
(129,139,120)
#6D7564
(109,117,100)
#595F50
(89,95,80)
#45493C
(69,73,60)
#313328
(49,51,40)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #E5F9DC

#E5F9DC
(229,249,220)
#E7F9DF
(231,249,223)
#E9F9E2
(233,249,226)
#EBF9E5
(235,249,229)
#EDF9E8
(237,249,232)
#EFF9EB
(239,249,235)
#F1F9EE
(241,249,238)
#F3F9F1
(243,249,241)
#F5F9F4
(245,249,244)
#F7F9F7
(247,249,247)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F9DC; }

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

This text font color is #E5F9DC.


Background Color

.myBgColor { background-color: #E5F9DC; }

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

This div background color is #E5F9DC.


Border color

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

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

This div border color is #E5F9DC.


Opacity

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

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

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

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

This text has shadow with #E5F9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F9DC on black background.


Color preview on white background

This text has color #E5F9DC on white background.



Black color preview on #E5F9DC background

This text has black color on #E5F9DC background.


White color preview on #E5F9DC background

This text has white color on #E5F9DC background.