COLOR #E1D6D6

HEX: #E1D6D6 RGB: (225,214,214)

Color info

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

RGB color model

#E1D6D6 color RGB value is (225,214,214).

RGB: (225,214,214) (88%, 84%, 84%)

RGB channels and saturation

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

225
214
214

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

Portions of RGB colors in percentages

R + G + B = 225 + 214 + 214 = 653 (100%)
R 225 of 653 ~ 34.46%
G 214 of 653 ~ 32.77%
B 214 of 653 ~ 32.77'%

%34.46
%32.77
%32.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 4.89%
  • key color value is 11.76%

CMYK: (0,5,5,12)
C0M5Y5K12 (0%, 5%, 5%, 12%)
(0.00 / 0.05 / 0.05 / 0.12)

CMYK percentages

%0
%4.89
%4.89
%11.76

Codes

Color #E1D6D6 in popluar color models

E1 D6 D6
RGB 225 214 214
HSL 15.49% 86.08%
HSB/HSV 4.89% 88.24%
CMYK 0.00% 4.89% 4.89%
11.76%

Color #E1D6D6 in popluar number systems.

HEX E1 D6 D6
Decimal 225 214 214
Binary 11100001 11010110 11010110
Octal 341 326 326

Shades and tints

Shades of #E1D6D6

#E1D6D6
(225,214,214)
#CDC3C3
(205,195,195)
#B9B0B0
(185,176,176)
#A59D9D
(165,157,157)
#918A8A
(145,138,138)
#7D7777
(125,119,119)
#696464
(105,100,100)
#555151
(85,81,81)
#413E3E
(65,62,62)
#2D2B2B
(45,43,43)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #E1D6D6

#E1D6D6
(225,214,214)
#E3D9D9
(227,217,217)
#E5DCDC
(229,220,220)
#E7DFDF
(231,223,223)
#E9E2E2
(233,226,226)
#EBE5E5
(235,229,229)
#EDE8E8
(237,232,232)
#EFEBEB
(239,235,235)
#F1EEEE
(241,238,238)
#F3F1F1
(243,241,241)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D6D6; }

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

This text font color is #E1D6D6.

Background Color

.myBgColor { background-color: #E1D6D6; }

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

This div background color is #E1D6D6.

Border color

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

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

This div border color is #E1D6D6.

Opacity

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

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

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

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

This text has shadow with #E1D6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D6D6.

Preview

Color preview on black background

This text has color #E1D6D6 on black background.


Color preview on white background

This text has color #E1D6D6 on white background.


Black color preview on #E1D6D6 background

This text has black color on #E1D6D6 background.


White color preview on #E1D6D6 background

This text has white color on #E1D6D6 background.


Related colors

Complementary color

Complementary color for #hex is #1E2929.


I love getcolorcode.com