COLOR #E0D0C8

HEX: #E0D0C8 RGB: (224,208,200)

Color info

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

RGB color model

#E0D0C8 color RGB value is (224,208,200).

RGB: (224,208,200) (88%, 82%, 78%)

RGB channels and saturation

R 224 of 255 = 88%
G 208 of 255 = 82%
B 200 of 255 = 78%

224
208
200

R + G + B ~ 83%. #E0D0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 208 + 200 = 632 (100%)
R 224 of 632 ~ 35.44%
G 208 of 632 ~ 32.91%
B 200 of 632 ~ 31.65'%

%35.44
%32.91
%31.65

CMYK color model

#E0D0C8 color CMYK value is (0,7,11,12).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK: (0,7,11,12) C0M7Y11K12 (0%,7%,11%,12%) (0.00/0.07/0.11/0.12) 

CMYK percentages

%0
%7.14
%10.71
%12.16

Codes

Color #E0D0C8 in popluar color models

E0 D0 C8
RGB 224 208 200
HSL 20° 27.91% 83.14%
HSB/HSV 20° 10.71% 87.84%
CMYK 0.00% 7.14% 10.71%
12.16%

Color #E0D0C8 in popluar number systems.

HEX E0 D0 C8
Decimal 224 208 200
Binary 11100000 11010000 11001000
Octal 340 320 310

Shades and tints

Shades of #E0D0C8

#E0D0C8
(224,208,200)
#CCBEB6
(204,190,182)
#B8ACA4
(184,172,164)
#A49A92
(164,154,146)
#908880
(144,136,128)
#7C766E
(124,118,110)
#68645C
(104,100,92)
#54524A
(84,82,74)
#404038
(64,64,56)
#2C2E26
(44,46,38)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #E0D0C8

#E0D0C8
(224,208,200)
#E2D4CD
(226,212,205)
#E4D8D2
(228,216,210)
#E6DCD7
(230,220,215)
#E8E0DC
(232,224,220)
#EAE4E1
(234,228,225)
#ECE8E6
(236,232,230)
#EEECEB
(238,236,235)
#F0F0F0
(240,240,240)
#F2F4F5
(242,244,245)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D0C8 color. Also use rgb(224,208,200) instead hex code.

Text Font Color

.myTextColor { color: #E0D0C8; }

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

This text font color is #E0D0C8.

Background Color

.myBgColor { background-color: #E0D0C8; }

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

This div background color is #E0D0C8.

Border color

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

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

This div border color is #E0D0C8.

Opacity

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

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

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

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

This text has shadow with #E0D0C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D0C8.

Preview

Color preview on black background

This text has color #E0D0C8 on black background.


Color preview on white background

This text has color #E0D0C8 on white background.


Black color preview on #E0D0C8 background

This text has black color on #E0D0C8 background.


White color preview on #E0D0C8 background

This text has white color on #E0D0C8 background.


Related colors

Complementary color

Complementary color for #hex is #1F2F37.


I love getcolorcode.com

Triadic colors

1 #C8E0D0 and #D0C8E0 with #E0D0C8 are triadic colors.

2 #C8D0E0 and #D0E0C8 with #E0D0C8 are triadic colors.