COLOR #E1D6CE

HEX: #E1D6CE
RGB: (225,214,206)

Color info

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

RGB color model

#E1D6CE color RGB value is (225,214,206).

  • red value is 225;
  • green value is 214;
  • blue value is 206.
RGB:
(225,214,206)
(88%,84%,81%)

RGB channels and saturation

R 225 of 255 = 88%
G 214 of 255 = 84%
B 206 of 255 = 81%

225
214
206

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

Portions of RGB colors in percentages

R + G + B =
225 + 214 + 206 = 645 (100%)
R 225 of 645 ~ 34.88%
G 214 of 645 ~ 33.18%
B 206 of 645 ~ 31.94%

%34.88
%33.18
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 8.44%
  • 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
%4.89
%8.44
%11.76

Codes

Color #E1D6CE in popluar color models

E1D6CE
RGB225214206
HSL25°24.05%84.51%
HSB/HSV25°8.44%88.24%
CMYK0.00%4.89%8.44%
11.76%

Color #E1D6CE in popluar number systems.

HEXE1D6CE
Decimal225214206
Binary111000011101011011001110
Octal341326316

Shades and tints

Shades of #E1D6CE

#E1D6CE
(225,214,206)
#CDC3BC
(205,195,188)
#B9B0AA
(185,176,170)
#A59D98
(165,157,152)
#918A86
(145,138,134)
#7D7774
(125,119,116)
#696462
(105,100,98)
#555150
(85,81,80)
#413E3E
(65,62,62)
#2D2B2C
(45,43,44)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #E1D6CE

#E1D6CE
(225,214,206)
#E3D9D2
(227,217,210)
#E5DCD6
(229,220,214)
#E7DFDA
(231,223,218)
#E9E2DE
(233,226,222)
#EBE5E2
(235,229,226)
#EDE8E6
(237,232,230)
#EFEBEA
(239,235,234)
#F1EEEE
(241,238,238)
#F3F1F2
(243,241,242)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D6CE color. Also use rgb(225,214,206) instead hex code.

Text Font Color

.myTextColor { color: #E1D6CE; }

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

This text font color is #E1D6CE.


Background Color

.myBgColor { background-color: #E1D6CE; }

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

This div background color is #E1D6CE.


Border color

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

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

This div border color is #E1D6CE.


Opacity

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

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

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

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

This text has shadow with #E1D6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D6CE on black background.


Color preview on white background

This text has color #E1D6CE on white background.



Black color preview on #E1D6CE background

This text has black color on #E1D6CE background.


White color preview on #E1D6CE background

This text has white color on #E1D6CE background.