COLOR #E6D7DC

HEX: #E6D7DC
RGB: (230,215,220)

Color info

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

RGB color model

#E6D7DC color RGB value is (230,215,220).

  • red value is 230;
  • green value is 215;
  • blue value is 220.
RGB:
(230,215,220)
(90%,84%,86%)

RGB channels and saturation

R 230 of 255 = 90%
G 215 of 255 = 84%
B 220 of 255 = 86%

230
215
220

R + G + B ~ 87%. #E6D7DC is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 215 + 220 = 665 (100%)
R 230 of 665 ~ 34.59%
G 215 of 665 ~ 32.33%
B 220 of 665 ~ 33.08%

%34.59
%32.33
%33.08

CMYK color model

#E6D7DC color CMYK value is (0,7,4,10).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(0,7,4,10)
C0M7Y4K10 
(0%,7%,4%,10%)
(0.00/0.07/0.04/0.10)	

CMYK percentages

%0
%6.52
%4.35
%9.8

Codes

Color #E6D7DC in popluar color models

E6D7DC
RGB230215220
HSL340°23.08%87.25%
HSB/HSV340°6.52%90.20%
CMYK0.00%6.52%4.35%
9.80%

Color #E6D7DC in popluar number systems.

HEXE6D7DC
Decimal230215220
Binary111001101101011111011100
Octal346327334

Shades and tints

Shades of #E6D7DC

#E6D7DC
(230,215,220)
#D2C4C8
(210,196,200)
#BEB1B4
(190,177,180)
#AA9EA0
(170,158,160)
#968B8C
(150,139,140)
#827878
(130,120,120)
#6E6564
(110,101,100)
#5A5250
(90,82,80)
#463F3C
(70,63,60)
#322C28
(50,44,40)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #E6D7DC

#E6D7DC
(230,215,220)
#E8DADF
(232,218,223)
#EADDE2
(234,221,226)
#ECE0E5
(236,224,229)
#EEE3E8
(238,227,232)
#F0E6EB
(240,230,235)
#F2E9EE
(242,233,238)
#F4ECF1
(244,236,241)
#F6EFF4
(246,239,244)
#F8F2F7
(248,242,247)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D7DC color. Also use rgb(230,215,220) instead hex code.

Text Font Color

.myTextColor { color: #E6D7DC; }

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

This text font color is #E6D7DC.


Background Color

.myBgColor { background-color: #E6D7DC; }

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

This div background color is #E6D7DC.


Border color

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

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

This div border color is #E6D7DC.


Opacity

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

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

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

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

This text has shadow with #E6D7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D7DC on black background.


Color preview on white background

This text has color #E6D7DC on white background.



Black color preview on #E6D7DC background

This text has black color on #E6D7DC background.


White color preview on #E6D7DC background

This text has white color on #E6D7DC background.