COLOR #E1D6CA

HEX: #E1D6CA
RGB: (225,214,202)

Color info

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

RGB color model

#E1D6CA color RGB value is (225,214,202).

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

RGB channels and saturation

R 225 of 255 = 88%
G 214 of 255 = 84%
B 202 of 255 = 79%

225
214
202

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

Portions of RGB colors in percentages

R + G + B =
225 + 214 + 202 = 641 (100%)
R 225 of 641 ~ 35.1%
G 214 of 641 ~ 33.39%
B 202 of 641 ~ 31.51%

%35.1
%33.39
%31.51

CMYK color model

#E1D6CA color CMYK value is (0,5,10,12).

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(0,5,10,12)
C0M5Y10K12 
(0%,5%,10%,12%)
(0.00/0.05/0.10/0.12)	

CMYK percentages

%0
%4.89
%10.22
%11.76

Codes

Color #E1D6CA in popluar color models

E1D6CA
RGB225214202
HSL31°27.71%83.73%
HSB/HSV31°10.22%88.24%
CMYK0.00%4.89%10.22%
11.76%

Color #E1D6CA in popluar number systems.

HEXE1D6CA
Decimal225214202
Binary111000011101011011001010
Octal341326312

Shades and tints

Shades of #E1D6CA

#E1D6CA
(225,214,202)
#CDC3B8
(205,195,184)
#B9B0A6
(185,176,166)
#A59D94
(165,157,148)
#918A82
(145,138,130)
#7D7770
(125,119,112)
#69645E
(105,100,94)
#55514C
(85,81,76)
#413E3A
(65,62,58)
#2D2B28
(45,43,40)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #E1D6CA

#E1D6CA
(225,214,202)
#E3D9CE
(227,217,206)
#E5DCD2
(229,220,210)
#E7DFD6
(231,223,214)
#E9E2DA
(233,226,218)
#EBE5DE
(235,229,222)
#EDE8E2
(237,232,226)
#EFEBE6
(239,235,230)
#F1EEEA
(241,238,234)
#F3F1EE
(243,241,238)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D6CA; }

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

This text font color is #E1D6CA.


Background Color

.myBgColor { background-color: #E1D6CA; }

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

This div background color is #E1D6CA.


Border color

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

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

This div border color is #E1D6CA.


Opacity

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

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

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

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

This text has shadow with #E1D6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D6CA on black background.


Color preview on white background

This text has color #E1D6CA on white background.



Black color preview on #E1D6CA background

This text has black color on #E1D6CA background.


White color preview on #E1D6CA background

This text has white color on #E1D6CA background.