COLOR #E6D6DC

HEX: #E6D6DC RGB: (230,214,220)

Color info

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

RGB color model

#E6D6DC color RGB value is (230,214,220).

RGB: (230,214,220) (90%, 84%, 86%)

RGB channels and saturation

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

230
214
220

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

Portions of RGB colors in percentages

R + G + B = 230 + 214 + 220 = 664 (100%)
R 230 of 664 ~ 34.64%
G 214 of 664 ~ 32.23%
B 220 of 664 ~ 33.13'%

%34.64
%32.23
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.96%
  • 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.96
%4.35
%9.8

Codes

Color #E6D6DC in popluar color models

E6 D6 DC
RGB 230 214 220
HSL 338° 24.24% 87.06%
HSB/HSV 338° 6.96% 90.20%
CMYK 0.00% 6.96% 4.35%
9.80%

Color #E6D6DC in popluar number systems.

HEX E6 D6 DC
Decimal 230 214 220
Binary 11100110 11010110 11011100
Octal 346 326 334

Shades and tints

Shades of #E6D6DC

#E6D6DC
(230,214,220)
#D2C3C8
(210,195,200)
#BEB0B4
(190,176,180)
#AA9DA0
(170,157,160)
#968A8C
(150,138,140)
#827778
(130,119,120)
#6E6464
(110,100,100)
#5A5150
(90,81,80)
#463E3C
(70,62,60)
#322B28
(50,43,40)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #E6D6DC

#E6D6DC
(230,214,220)
#E8D9DF
(232,217,223)
#EADCE2
(234,220,226)
#ECDFE5
(236,223,229)
#EEE2E8
(238,226,232)
#F0E5EB
(240,229,235)
#F2E8EE
(242,232,238)
#F4EBF1
(244,235,241)
#F6EEF4
(246,238,244)
#F8F1F7
(248,241,247)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D6DC; }

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

This text font color is #E6D6DC.

Background Color

.myBgColor { background-color: #E6D6DC; }

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

This div background color is #E6D6DC.

Border color

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

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

This div border color is #E6D6DC.

Opacity

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

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

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

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

This text has shadow with #E6D6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D6DC.

Preview

Color preview on black background

This text has color #E6D6DC on black background.


Color preview on white background

This text has color #E6D6DC on white background.


Black color preview on #E6D6DC background

This text has black color on #E6D6DC background.


White color preview on #E6D6DC background

This text has white color on #E6D6DC background.


Related colors

Complementary color

Complementary color for #hex is #192923.


I love getcolorcode.com

Triadic colors

1 #DCE6D6 and #D6DCE6 with #E6D6DC are triadic colors.

2 #DCD6E6 and #D6E6DC with #E6D6DC are triadic colors.