COLOR #E5F0DC

HEX: #E5F0DC RGB: (229,240,220)

Color info

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

RGB color model

#E5F0DC color RGB value is (229,240,220).

RGB: (229,240,220) (90%, 94%, 86%)

RGB channels and saturation

R 229 of 255 = 90%
G 240 of 255 = 94%
B 220 of 255 = 86%

229
240
220

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

Portions of RGB colors in percentages

R + G + B = 229 + 240 + 220 = 689 (100%)
R 229 of 689 ~ 33.24%
G 240 of 689 ~ 34.83%
B 220 of 689 ~ 31.93'%

%33.24
%34.83
%31.93

CMYK color model

#E5F0DC color CMYK value is (5,0,8,6).

  • cyan value is 4.58%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 5.88%

CMYK: (5,0,8,6)
C5M0Y8K6 (5%, 0%, 8%, 6%)
(0.05 / 0.00 / 0.08 / 0.06)

CMYK percentages

%4.58
%0
%8.33
%5.88

Codes

Color #E5F0DC in popluar color models

E5 F0 DC
RGB 229 240 220
HSL 93° 40.00% 90.20%
HSB/HSV 93° 8.33% 94.12%
CMYK 4.58% 0.00% 8.33%
5.88%

Color #E5F0DC in popluar number systems.

HEX E5 F0 DC
Decimal 229 240 220
Binary 11100101 11110000 11011100
Octal 345 360 334

Shades and tints

Shades of #E5F0DC

#E5F0DC
(229,240,220)
#D1DBC8
(209,219,200)
#BDC6B4
(189,198,180)
#A9B1A0
(169,177,160)
#959C8C
(149,156,140)
#818778
(129,135,120)
#6D7264
(109,114,100)
#595D50
(89,93,80)
#45483C
(69,72,60)
#313328
(49,51,40)
#1D1E14
(29,30,20)
#000000
(0,0,0)

Tints of #E5F0DC

#E5F0DC
(229,240,220)
#E7F1DF
(231,241,223)
#E9F2E2
(233,242,226)
#EBF3E5
(235,243,229)
#EDF4E8
(237,244,232)
#EFF5EB
(239,245,235)
#F1F6EE
(241,246,238)
#F3F7F1
(243,247,241)
#F5F8F4
(245,248,244)
#F7F9F7
(247,249,247)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F0DC; }

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

This text font color is #E5F0DC.

Background Color

.myBgColor { background-color: #E5F0DC; }

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

This div background color is #E5F0DC.

Border color

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

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

This div border color is #E5F0DC.

Opacity

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

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

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

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

This text has shadow with #E5F0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F0DC.

Preview

Color preview on black background

This text has color #E5F0DC on black background.


Color preview on white background

This text has color #E5F0DC on white background.


Black color preview on #E5F0DC background

This text has black color on #E5F0DC background.


White color preview on #E5F0DC background

This text has white color on #E5F0DC background.


Related colors

Complementary color

Complementary color for #hex is #1A0F23.


I love getcolorcode.com

Triadic colors

1 #DCE5F0 and #F0DCE5 with #E5F0DC are triadic colors.

2 #DCF0E5 and #F0E5DC with #E5F0DC are triadic colors.