COLOR #E1D2CF

HEX: #E1D2CF
RGB: (225,210,207)

Color info

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

RGB color model

#E1D2CF color RGB value is (225,210,207).

  • red value is 225;
  • green value is 210;
  • blue value is 207.
RGB:
(225,210,207)
(88%,82%,81%)

RGB channels and saturation

R 225 of 255 = 88%
G 210 of 255 = 82%
B 207 of 255 = 81%

225
210
207

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

Portions of RGB colors in percentages

R + G + B =
225 + 210 + 207 = 642 (100%)
R 225 of 642 ~ 35.05%
G 210 of 642 ~ 32.71%
B 207 of 642 ~ 32.24%

%35.05
%32.71
%32.24

CMYK color model

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

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

CMYK percentages

%0
%6.67
%8
%11.76

Codes

Color #E1D2CF in popluar color models

E1D2CF
RGB225210207
HSL10°23.08%84.71%
HSB/HSV10°8.00%88.24%
CMYK0.00%6.67%8.00%
11.76%

Color #E1D2CF in popluar number systems.

HEXE1D2CF
Decimal225210207
Binary111000011101001011001111
Octal341322317

Shades and tints

Shades of #E1D2CF

#E1D2CF
(225,210,207)
#CDBFBD
(205,191,189)
#B9ACAB
(185,172,171)
#A59999
(165,153,153)
#918687
(145,134,135)
#7D7375
(125,115,117)
#696063
(105,96,99)
#554D51
(85,77,81)
#413A3F
(65,58,63)
#2D272D
(45,39,45)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #E1D2CF

#E1D2CF
(225,210,207)
#E3D6D3
(227,214,211)
#E5DAD7
(229,218,215)
#E7DEDB
(231,222,219)
#E9E2DF
(233,226,223)
#EBE6E3
(235,230,227)
#EDEAE7
(237,234,231)
#EFEEEB
(239,238,235)
#F1F2EF
(241,242,239)
#F3F6F3
(243,246,243)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D2CF; }

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

This text font color is #E1D2CF.


Background Color

.myBgColor { background-color: #E1D2CF; }

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

This div background color is #E1D2CF.


Border color

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

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

This div border color is #E1D2CF.


Opacity

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

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

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

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

This text has shadow with #E1D2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D2CF on black background.


Color preview on white background

This text has color #E1D2CF on white background.



Black color preview on #E1D2CF background

This text has black color on #E1D2CF background.


White color preview on #E1D2CF background

This text has white color on #E1D2CF background.