COLOR #E1D5CF

HEX: #E1D5CF RGB: (225,213,207)

Color info

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

RGB color model

#E1D5CF color RGB value is (225,213,207).

RGB: (225,213,207) (88%, 84%, 81%)

RGB channels and saturation

R 225 of 255 = 88%
G 213 of 255 = 84%
B 207 of 255 = 81%

225
213
207

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

Portions of RGB colors in percentages

R + G + B = 225 + 213 + 207 = 645 (100%)
R 225 of 645 ~ 34.88%
G 213 of 645 ~ 33.02%
B 207 of 645 ~ 32.09'%

%34.88
%33.02
%32.09

CMYK color model

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

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

CMYK: (0,5,8,12)
C0M5Y8K12 (0%, 5%, 8%, 12%)
(0.00 / 0.05 / 0.08 / 0.12)

CMYK percentages

%0
%5.33
%8
%11.76

Codes

Color #E1D5CF in popluar color models

E1 D5 CF
RGB 225 213 207
HSL 20° 23.08% 84.71%
HSB/HSV 20° 8.00% 88.24%
CMYK 0.00% 5.33% 8.00%
11.76%

Color #E1D5CF in popluar number systems.

HEX E1 D5 CF
Decimal 225 213 207
Binary 11100001 11010101 11001111
Octal 341 325 317

Shades and tints

Shades of #E1D5CF

#E1D5CF
(225,213,207)
#CDC2BD
(205,194,189)
#B9AFAB
(185,175,171)
#A59C99
(165,156,153)
#918987
(145,137,135)
#7D7675
(125,118,117)
#696363
(105,99,99)
#555051
(85,80,81)
#413D3F
(65,61,63)
#2D2A2D
(45,42,45)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #E1D5CF

#E1D5CF
(225,213,207)
#E3D8D3
(227,216,211)
#E5DBD7
(229,219,215)
#E7DEDB
(231,222,219)
#E9E1DF
(233,225,223)
#EBE4E3
(235,228,227)
#EDE7E7
(237,231,231)
#EFEAEB
(239,234,235)
#F1EDEF
(241,237,239)
#F3F0F3
(243,240,243)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D5CF; }

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

This text font color is #E1D5CF.

Background Color

.myBgColor { background-color: #E1D5CF; }

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

This div background color is #E1D5CF.

Border color

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

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

This div border color is #E1D5CF.

Opacity

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

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

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

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

This text has shadow with #E1D5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D5CF.

Preview

Color preview on black background

This text has color #E1D5CF on black background.


Color preview on white background

This text has color #E1D5CF on white background.


Black color preview on #E1D5CF background

This text has black color on #E1D5CF background.


White color preview on #E1D5CF background

This text has white color on #E1D5CF background.


Related colors

Complementary color

Complementary color for #hex is #1E2A30.


I love getcolorcode.com

Triadic colors

1 #CFE1D5 and #D5CFE1 with #E1D5CF are triadic colors.

2 #CFD5E1 and #D5E1CF with #E1D5CF are triadic colors.