COLOR #E0E7D5

HEX: #E0E7D5 RGB: (224,231,213)

Color info

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

RGB color model

#E0E7D5 color RGB value is (224,231,213).

RGB: (224,231,213) (88%, 91%, 84%)

RGB channels and saturation

R 224 of 255 = 88%
G 231 of 255 = 91%
B 213 of 255 = 84%

224
231
213

R + G + B ~ 88%. #E0E7D5 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 231 + 213 = 668 (100%)
R 224 of 668 ~ 33.53%
G 231 of 668 ~ 34.58%
B 213 of 668 ~ 31.89'%

%33.53
%34.58
%31.89

CMYK color model

#E0E7D5 color CMYK value is (3,0,8,9).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 9.41%
CMYK: (3,0,8,9) C3M0Y8K9 (3%,0%,8%,9%) (0.03/0.00/0.08/0.09) 

CMYK percentages

%3.03
%0
%7.79
%9.41

Codes

Color #E0E7D5 in popluar color models

E0 E7 D5
RGB 224 231 213
HSL 83° 27.27% 87.06%
HSB/HSV 83° 7.79% 90.59%
CMYK 3.03% 0.00% 7.79%
9.41%

Color #E0E7D5 in popluar number systems.

HEX E0 E7 D5
Decimal 224 231 213
Binary 11100000 11100111 11010101
Octal 340 347 325

Shades and tints

Shades of #E0E7D5

#E0E7D5
(224,231,213)
#CCD2C2
(204,210,194)
#B8BDAF
(184,189,175)
#A4A89C
(164,168,156)
#909389
(144,147,137)
#7C7E76
(124,126,118)
#686963
(104,105,99)
#545450
(84,84,80)
#403F3D
(64,63,61)
#2C2A2A
(44,42,42)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #E0E7D5

#E0E7D5
(224,231,213)
#E2E9D8
(226,233,216)
#E4EBDB
(228,235,219)
#E6EDDE
(230,237,222)
#E8EFE1
(232,239,225)
#EAF1E4
(234,241,228)
#ECF3E7
(236,243,231)
#EEF5EA
(238,245,234)
#F0F7ED
(240,247,237)
#F2F9F0
(242,249,240)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E7D5 color. Also use rgb(224,231,213) instead hex code.

Text Font Color

.myTextColor { color: #E0E7D5; }

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

This text font color is #E0E7D5.

Background Color

.myBgColor { background-color: #E0E7D5; }

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

This div background color is #E0E7D5.

Border color

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

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

This div border color is #E0E7D5.

Opacity

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

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

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

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

This text has shadow with #E0E7D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E7D5.

Preview

Color preview on black background

This text has color #E0E7D5 on black background.


Color preview on white background

This text has color #E0E7D5 on white background.


Black color preview on #E0E7D5 background

This text has black color on #E0E7D5 background.


White color preview on #E0E7D5 background

This text has white color on #E0E7D5 background.


Related colors

Complementary color

Complementary color for #hex is #1F182A.


I love getcolorcode.com

Triadic colors

1 #D5E0E7 and #E7D5E0 with #E0E7D5 are triadic colors.

2 #D5E7E0 and #E7E0D5 with #E0E7D5 are triadic colors.