COLOR #E0D7C0

HEX: #E0D7C0 RGB: (224,215,192)

Color info

#E0D7C0 contains red, green and blue colors in about the same proportion. Web safe color of #E0D7C0 is #CCCCCC (or #CCC).

RGB color model

#E0D7C0 color RGB value is (224,215,192).

RGB: (224,215,192) (88%, 84%, 75%)

RGB channels and saturation

R 224 of 255 = 88%
G 215 of 255 = 84%
B 192 of 255 = 75%

224
215
192

R + G + B ~ 82%. #E0D7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 215 + 192 = 631 (100%)
R 224 of 631 ~ 35.5%
G 215 of 631 ~ 34.07%
B 192 of 631 ~ 30.43'%

%35.5
%34.07
%30.43

CMYK color model

#E0D7C0 color CMYK value is (0,4,14,12).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 14.29%
  • key color value is 12.16%

CMYK: (0,4,14,12)
C0M4Y14K12 (0%, 4%, 14%, 12%)
(0.00 / 0.04 / 0.14 / 0.12)

CMYK percentages

%0
%4.02
%14.29
%12.16

Codes

Color #E0D7C0 in popluar color models

E0 D7 C0
RGB 224 215 192
HSL 43° 34.04% 81.57%
HSB/HSV 43° 14.29% 87.84%
CMYK 0.00% 4.02% 14.29%
12.16%

Color #E0D7C0 in popluar number systems.

HEX E0 D7 C0
Decimal 224 215 192
Binary 11100000 11010111 11000000
Octal 340 327 300

Shades and tints

Shades of #E0D7C0

#E0D7C0
(224,215,192)
#CCC4AF
(204,196,175)
#B8B19E
(184,177,158)
#A49E8D
(164,158,141)
#908B7C
(144,139,124)
#7C786B
(124,120,107)
#68655A
(104,101,90)
#545249
(84,82,73)
#403F38
(64,63,56)
#2C2C27
(44,44,39)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #E0D7C0

#E0D7C0
(224,215,192)
#E2DAC5
(226,218,197)
#E4DDCA
(228,221,202)
#E6E0CF
(230,224,207)
#E8E3D4
(232,227,212)
#EAE6D9
(234,230,217)
#ECE9DE
(236,233,222)
#EEECE3
(238,236,227)
#F0EFE8
(240,239,232)
#F2F2ED
(242,242,237)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D7C0 color. Also use rgb(224,215,192) instead hex code.

Text Font Color

.myTextColor { color: #E0D7C0; }

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

This text font color is #E0D7C0.

Background Color

.myBgColor { background-color: #E0D7C0; }

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

This div background color is #E0D7C0.

Border color

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

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

This div border color is #E0D7C0.

Opacity

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

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

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

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

This text has shadow with #E0D7C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D7C0.

Preview

Color preview on black background

This text has color #E0D7C0 on black background.


Color preview on white background

This text has color #E0D7C0 on white background.


Black color preview on #E0D7C0 background

This text has black color on #E0D7C0 background.


White color preview on #E0D7C0 background

This text has white color on #E0D7C0 background.


Related colors

Complementary color

Complementary color for #hex is #1F283F.


I love getcolorcode.com

Triadic colors

1 #C0E0D7 and #D7C0E0 with #E0D7C0 are triadic colors.

2 #C0D7E0 and #D7E0C0 with #E0D7C0 are triadic colors.