COLOR #E1D9CF

HEX: #E1D9CF
RGB: (225,217,207)

Color info

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

RGB color model

#E1D9CF color RGB value is (225,217,207).

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

RGB channels and saturation

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

225
217
207

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

Portions of RGB colors in percentages

R + G + B =
225 + 217 + 207 = 649 (100%)
R 225 of 649 ~ 34.67%
G 217 of 649 ~ 33.44%
B 207 of 649 ~ 31.9%

%34.67
%33.44
%31.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.56%
  • 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
%3.56
%8
%11.76

Codes

Color #E1D9CF in popluar color models

E1D9CF
RGB225217207
HSL33°23.08%84.71%
HSB/HSV33°8.00%88.24%
CMYK0.00%3.56%8.00%
11.76%

Color #E1D9CF in popluar number systems.

HEXE1D9CF
Decimal225217207
Binary111000011101100111001111
Octal341331317

Shades and tints

Shades of #E1D9CF

#E1D9CF
(225,217,207)
#CDC6BD
(205,198,189)
#B9B3AB
(185,179,171)
#A5A099
(165,160,153)
#918D87
(145,141,135)
#7D7A75
(125,122,117)
#696763
(105,103,99)
#555451
(85,84,81)
#41413F
(65,65,63)
#2D2E2D
(45,46,45)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #E1D9CF

#E1D9CF
(225,217,207)
#E3DCD3
(227,220,211)
#E5DFD7
(229,223,215)
#E7E2DB
(231,226,219)
#E9E5DF
(233,229,223)
#EBE8E3
(235,232,227)
#EDEBE7
(237,235,231)
#EFEEEB
(239,238,235)
#F1F1EF
(241,241,239)
#F3F4F3
(243,244,243)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D9CF; }

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

This text font color is #E1D9CF.


Background Color

.myBgColor { background-color: #E1D9CF; }

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

This div background color is #E1D9CF.


Border color

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

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

This div border color is #E1D9CF.


Opacity

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

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

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

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

This text has shadow with #E1D9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D9CF on black background.


Color preview on white background

This text has color #E1D9CF on white background.



Black color preview on #E1D9CF background

This text has black color on #E1D9CF background.


White color preview on #E1D9CF background

This text has white color on #E1D9CF background.