COLOR #E0D4C5

HEX: #E0D4C5 RGB: (224,212,197)

Color info

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

RGB color model

#E0D4C5 color RGB value is (224,212,197).

RGB: (224,212,197) (88%, 83%, 77%)

RGB channels and saturation

R 224 of 255 = 88%
G 212 of 255 = 83%
B 197 of 255 = 77%

224
212
197

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

Portions of RGB colors in percentages

R + G + B = 224 + 212 + 197 = 633 (100%)
R 224 of 633 ~ 35.39%
G 212 of 633 ~ 33.49%
B 197 of 633 ~ 31.12'%

%35.39
%33.49
%31.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 12.05%
  • key color value is 12.16%
CMYK: (0,5,12,12) C0M5Y12K12 (0%,5%,12%,12%) (0.00/0.05/0.12/0.12) 

CMYK percentages

%0
%5.36
%12.05
%12.16

Codes

Color #E0D4C5 in popluar color models

E0 D4 C5
RGB 224 212 197
HSL 33° 30.34% 82.55%
HSB/HSV 33° 12.05% 87.84%
CMYK 0.00% 5.36% 12.05%
12.16%

Color #E0D4C5 in popluar number systems.

HEX E0 D4 C5
Decimal 224 212 197
Binary 11100000 11010100 11000101
Octal 340 324 305

Shades and tints

Shades of #E0D4C5

#E0D4C5
(224,212,197)
#CCC1B4
(204,193,180)
#B8AEA3
(184,174,163)
#A49B92
(164,155,146)
#908881
(144,136,129)
#7C7570
(124,117,112)
#68625F
(104,98,95)
#544F4E
(84,79,78)
#403C3D
(64,60,61)
#2C292C
(44,41,44)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #E0D4C5

#E0D4C5
(224,212,197)
#E2D7CA
(226,215,202)
#E4DACF
(228,218,207)
#E6DDD4
(230,221,212)
#E8E0D9
(232,224,217)
#EAE3DE
(234,227,222)
#ECE6E3
(236,230,227)
#EEE9E8
(238,233,232)
#F0ECED
(240,236,237)
#F2EFF2
(242,239,242)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D4C5; }

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

This text font color is #E0D4C5.

Background Color

.myBgColor { background-color: #E0D4C5; }

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

This div background color is #E0D4C5.

Border color

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

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

This div border color is #E0D4C5.

Opacity

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

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

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

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

This text has shadow with #E0D4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D4C5.

Preview

Color preview on black background

This text has color #E0D4C5 on black background.


Color preview on white background

This text has color #E0D4C5 on white background.


Black color preview on #E0D4C5 background

This text has black color on #E0D4C5 background.


White color preview on #E0D4C5 background

This text has white color on #E0D4C5 background.


Related colors

Complementary color

Complementary color for #hex is #1F2B3A.


I love getcolorcode.com

Triadic colors

1 #C5E0D4 and #D4C5E0 with #E0D4C5 are triadic colors.

2 #C5D4E0 and #D4E0C5 with #E0D4C5 are triadic colors.