COLOR #E0D0CF

HEX: #E0D0CF RGB: (224,208,207)

Color info

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

RGB color model

#E0D0CF color RGB value is (224,208,207).

RGB: (224,208,207) (88%, 82%, 81%)

RGB channels and saturation

R 224 of 255 = 88%
G 208 of 255 = 82%
B 207 of 255 = 81%

224
208
207

R + G + B ~ 84%. #E0D0CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 208 + 207 = 639 (100%)
R 224 of 639 ~ 35.05%
G 208 of 639 ~ 32.55%
B 207 of 639 ~ 32.39'%

%35.05
%32.55
%32.39

CMYK color model

#E0D0CF color CMYK value is (0,7,8,12).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 7.59%
  • key color value is 12.16%
CMYK: (0,7,8,12) C0M7Y8K12 (0%,7%,8%,12%) (0.00/0.07/0.08/0.12) 

CMYK percentages

%0
%7.14
%7.59
%12.16

Codes

Color #E0D0CF in popluar color models

E0 D0 CF
RGB 224 208 207
HSL 21.52% 84.51%
HSB/HSV 7.59% 87.84%
CMYK 0.00% 7.14% 7.59%
12.16%

Color #E0D0CF in popluar number systems.

HEX E0 D0 CF
Decimal 224 208 207
Binary 11100000 11010000 11001111
Octal 340 320 317

Shades and tints

Shades of #E0D0CF

#E0D0CF
(224,208,207)
#CCBEBD
(204,190,189)
#B8ACAB
(184,172,171)
#A49A99
(164,154,153)
#908887
(144,136,135)
#7C7675
(124,118,117)
#686463
(104,100,99)
#545251
(84,82,81)
#40403F
(64,64,63)
#2C2E2D
(44,46,45)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #E0D0CF

#E0D0CF
(224,208,207)
#E2D4D3
(226,212,211)
#E4D8D7
(228,216,215)
#E6DCDB
(230,220,219)
#E8E0DF
(232,224,223)
#EAE4E3
(234,228,227)
#ECE8E7
(236,232,231)
#EEECEB
(238,236,235)
#F0F0EF
(240,240,239)
#F2F4F3
(242,244,243)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D0CF; }

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

This text font color is #E0D0CF.

Background Color

.myBgColor { background-color: #E0D0CF; }

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

This div background color is #E0D0CF.

Border color

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

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

This div border color is #E0D0CF.

Opacity

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

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

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

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

This text has shadow with #E0D0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D0CF.

Preview

Color preview on black background

This text has color #E0D0CF on black background.


Color preview on white background

This text has color #E0D0CF on white background.


Black color preview on #E0D0CF background

This text has black color on #E0D0CF background.


White color preview on #E0D0CF background

This text has white color on #E0D0CF background.


Related colors

Complementary color

Complementary color for #hex is #1F2F30.


I love getcolorcode.com

Triadic colors

1 #CFE0D0 and #D0CFE0 with #E0D0CF are triadic colors.

2 #CFD0E0 and #D0E0CF with #E0D0CF are triadic colors.