COLOR #E1D8CF

HEX: #E1D8CF RGB: (225,216,207)

Color info

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

RGB color model

#E1D8CF color RGB value is (225,216,207).

RGB: (225,216,207) (88%, 85%, 81%)

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 207 of 255 = 81%

225
216
207

R + G + B ~ 85%. #E1D8CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 216 + 207 = 648 (100%)
R 225 of 648 ~ 34.72%
G 216 of 648 ~ 33.33%
B 207 of 648 ~ 31.94'%

%34.72
%33.33
%31.94

CMYK color model

#E1D8CF color CMYK value is (0,4,8,12).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 8.00%
  • key color value is 11.76%

CMYK: (0,4,8,12)
C0M4Y8K12 (0%, 4%, 8%, 12%)
(0.00 / 0.04 / 0.08 / 0.12)

CMYK percentages

%0
%4
%8
%11.76

Codes

Color #E1D8CF in popluar color models

E1 D8 CF
RGB 225 216 207
HSL 30° 23.08% 84.71%
HSB/HSV 30° 8.00% 88.24%
CMYK 0.00% 4.00% 8.00%
11.76%

Color #E1D8CF in popluar number systems.

HEX E1 D8 CF
Decimal 225 216 207
Binary 11100001 11011000 11001111
Octal 341 330 317

Shades and tints

Shades of #E1D8CF

#E1D8CF
(225,216,207)
#CDC5BD
(205,197,189)
#B9B2AB
(185,178,171)
#A59F99
(165,159,153)
#918C87
(145,140,135)
#7D7975
(125,121,117)
#696663
(105,102,99)
#555351
(85,83,81)
#41403F
(65,64,63)
#2D2D2D
(45,45,45)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #E1D8CF

#E1D8CF
(225,216,207)
#E3DBD3
(227,219,211)
#E5DED7
(229,222,215)
#E7E1DB
(231,225,219)
#E9E4DF
(233,228,223)
#EBE7E3
(235,231,227)
#EDEAE7
(237,234,231)
#EFEDEB
(239,237,235)
#F1F0EF
(241,240,239)
#F3F3F3
(243,243,243)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D8CF color. Also use rgb(225,216,207) instead hex code.

Text Font Color

.myTextColor { color: #E1D8CF; }

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

This text font color is #E1D8CF.

Background Color

.myBgColor { background-color: #E1D8CF; }

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

This div background color is #E1D8CF.

Border color

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

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

This div border color is #E1D8CF.

Opacity

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

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

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

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

This text has shadow with #E1D8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D8CF.

Preview

Color preview on black background

This text has color #E1D8CF on black background.


Color preview on white background

This text has color #E1D8CF on white background.


Black color preview on #E1D8CF background

This text has black color on #E1D8CF background.


White color preview on #E1D8CF background

This text has white color on #E1D8CF background.


Related colors

Complementary color

Complementary color for #hex is #1E2730.


I love getcolorcode.com

Triadic colors

1 #CFE1D8 and #D8CFE1 with #E1D8CF are triadic colors.

2 #CFD8E1 and #D8E1CF with #E1D8CF are triadic colors.