COLOR #E5F4DC

HEX: #E5F4DC RGB: (229,244,220)

Color info

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

RGB color model

#E5F4DC color RGB value is (229,244,220).

RGB: (229,244,220) (90%, 96%, 86%)

RGB channels and saturation

R 229 of 255 = 90%
G 244 of 255 = 96%
B 220 of 255 = 86%

229
244
220

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

Portions of RGB colors in percentages

R + G + B = 229 + 244 + 220 = 693 (100%)
R 229 of 693 ~ 33.04%
G 244 of 693 ~ 35.21%
B 220 of 693 ~ 31.75'%

%33.04
%35.21
%31.75

CMYK color model

#E5F4DC color CMYK value is (6,0,10,4).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 4.31%

CMYK: (6,0,10,4)
C6M0Y10K4 (6%, 0%, 10%, 4%)
(0.06 / 0.00 / 0.10 / 0.04)

CMYK percentages

%6.15
%0
%9.84
%4.31

Codes

Color #E5F4DC in popluar color models

E5 F4 DC
RGB 229 244 220
HSL 98° 52.17% 90.98%
HSB/HSV 98° 9.84% 95.69%
CMYK 6.15% 0.00% 9.84%
4.31%

Color #E5F4DC in popluar number systems.

HEX E5 F4 DC
Decimal 229 244 220
Binary 11100101 11110100 11011100
Octal 345 364 334

Shades and tints

Shades of #E5F4DC

#E5F4DC
(229,244,220)
#D1DEC8
(209,222,200)
#BDC8B4
(189,200,180)
#A9B2A0
(169,178,160)
#959C8C
(149,156,140)
#818678
(129,134,120)
#6D7064
(109,112,100)
#595A50
(89,90,80)
#45443C
(69,68,60)
#312E28
(49,46,40)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #E5F4DC

#E5F4DC
(229,244,220)
#E7F5DF
(231,245,223)
#E9F6E2
(233,246,226)
#EBF7E5
(235,247,229)
#EDF8E8
(237,248,232)
#EFF9EB
(239,249,235)
#F1FAEE
(241,250,238)
#F3FBF1
(243,251,241)
#F5FCF4
(245,252,244)
#F7FDF7
(247,253,247)
#F9FEFA
(249,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F4DC; }

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

This text font color is #E5F4DC.

Background Color

.myBgColor { background-color: #E5F4DC; }

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

This div background color is #E5F4DC.

Border color

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

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

This div border color is #E5F4DC.

Opacity

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

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

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

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

This text has shadow with #E5F4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F4DC.

Preview

Color preview on black background

This text has color #E5F4DC on black background.


Color preview on white background

This text has color #E5F4DC on white background.


Black color preview on #E5F4DC background

This text has black color on #E5F4DC background.


White color preview on #E5F4DC background

This text has white color on #E5F4DC background.


Related colors

Complementary color

Complementary color for #hex is #1A0B23.


I love getcolorcode.com

Triadic colors

1 #DCE5F4 and #F4DCE5 with #E5F4DC are triadic colors.

2 #DCF4E5 and #F4E5DC with #E5F4DC are triadic colors.