COLOR #E1D6DC

HEX: #E1D6DC
RGB: (225,214,220)

Color info

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

RGB color model

#E1D6DC color RGB value is (225,214,220).

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

RGB channels and saturation

R 225 of 255 = 88%
G 214 of 255 = 84%
B 220 of 255 = 86%

225
214
220

R + G + B ~ 86%. #E1D6DC is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 214 + 220 = 659 (100%)
R 225 of 659 ~ 34.14%
G 214 of 659 ~ 32.47%
B 220 of 659 ~ 33.38%

%34.14
%32.47
%33.38

CMYK color model

#E1D6DC color CMYK value is (0,5,2,12).

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(0,5,2,12)
C0M5Y2K12 
(0%,5%,2%,12%)
(0.00/0.05/0.02/0.12)	

CMYK percentages

%0
%4.89
%2.22
%11.76

Codes

Color #E1D6DC in popluar color models

E1D6DC
RGB225214220
HSL327°15.49%86.08%
HSB/HSV327°4.89%88.24%
CMYK0.00%4.89%2.22%
11.76%

Color #E1D6DC in popluar number systems.

HEXE1D6DC
Decimal225214220
Binary111000011101011011011100
Octal341326334

Shades and tints

Shades of #E1D6DC

#E1D6DC
(225,214,220)
#CDC3C8
(205,195,200)
#B9B0B4
(185,176,180)
#A59DA0
(165,157,160)
#918A8C
(145,138,140)
#7D7778
(125,119,120)
#696464
(105,100,100)
#555150
(85,81,80)
#413E3C
(65,62,60)
#2D2B28
(45,43,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #E1D6DC

#E1D6DC
(225,214,220)
#E3D9DF
(227,217,223)
#E5DCE2
(229,220,226)
#E7DFE5
(231,223,229)
#E9E2E8
(233,226,232)
#EBE5EB
(235,229,235)
#EDE8EE
(237,232,238)
#EFEBF1
(239,235,241)
#F1EEF4
(241,238,244)
#F3F1F7
(243,241,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D6DC; }

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

This text font color is #E1D6DC.


Background Color

.myBgColor { background-color: #E1D6DC; }

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

This div background color is #E1D6DC.


Border color

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

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

This div border color is #E1D6DC.


Opacity

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

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

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

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

This text has shadow with #E1D6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D6DC on black background.


Color preview on white background

This text has color #E1D6DC on white background.



Black color preview on #E1D6DC background

This text has black color on #E1D6DC background.


White color preview on #E1D6DC background

This text has white color on #E1D6DC background.