COLOR #E0D4C8

HEX: #E0D4C8 RGB: (224,212,200)

Color info

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

RGB color model

#E0D4C8 color RGB value is (224,212,200).

RGB: (224,212,200) (88%, 83%, 78%)

RGB channels and saturation

R 224 of 255 = 88%
G 212 of 255 = 83%
B 200 of 255 = 78%

224
212
200

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

Portions of RGB colors in percentages

R + G + B = 224 + 212 + 200 = 636 (100%)
R 224 of 636 ~ 35.22%
G 212 of 636 ~ 33.33%
B 200 of 636 ~ 31.45'%

%35.22
%33.33
%31.45

CMYK color model

#E0D4C8 color CMYK value is (0,5,11,12).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK: (0,5,11,12) C0M5Y11K12 (0%,5%,11%,12%) (0.00/0.05/0.11/0.12) 

CMYK percentages

%0
%5.36
%10.71
%12.16

Codes

Color #E0D4C8 in popluar color models

E0 D4 C8
RGB 224 212 200
HSL 30° 27.91% 83.14%
HSB/HSV 30° 10.71% 87.84%
CMYK 0.00% 5.36% 10.71%
12.16%

Color #E0D4C8 in popluar number systems.

HEX E0 D4 C8
Decimal 224 212 200
Binary 11100000 11010100 11001000
Octal 340 324 310

Shades and tints

Shades of #E0D4C8

#E0D4C8
(224,212,200)
#CCC1B6
(204,193,182)
#B8AEA4
(184,174,164)
#A49B92
(164,155,146)
#908880
(144,136,128)
#7C756E
(124,117,110)
#68625C
(104,98,92)
#544F4A
(84,79,74)
#403C38
(64,60,56)
#2C2926
(44,41,38)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #E0D4C8

#E0D4C8
(224,212,200)
#E2D7CD
(226,215,205)
#E4DAD2
(228,218,210)
#E6DDD7
(230,221,215)
#E8E0DC
(232,224,220)
#EAE3E1
(234,227,225)
#ECE6E6
(236,230,230)
#EEE9EB
(238,233,235)
#F0ECF0
(240,236,240)
#F2EFF5
(242,239,245)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D4C8; }

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

This text font color is #E0D4C8.

Background Color

.myBgColor { background-color: #E0D4C8; }

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

This div background color is #E0D4C8.

Border color

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

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

This div border color is #E0D4C8.

Opacity

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

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

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

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

This text has shadow with #E0D4C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D4C8.

Preview

Color preview on black background

This text has color #E0D4C8 on black background.


Color preview on white background

This text has color #E0D4C8 on white background.


Black color preview on #E0D4C8 background

This text has black color on #E0D4C8 background.


White color preview on #E0D4C8 background

This text has white color on #E0D4C8 background.


Related colors

Complementary color

Complementary color for #hex is #1F2B37.


I love getcolorcode.com

Triadic colors

1 #C8E0D4 and #D4C8E0 with #E0D4C8 are triadic colors.

2 #C8D4E0 and #D4E0C8 with #E0D4C8 are triadic colors.