COLOR #E6D6DA

HEX: #E6D6DA
RGB: (230,214,218)

Color info

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

RGB color model

#E6D6DA color RGB value is (230,214,218).

  • red value is 230;
  • green value is 214;
  • blue value is 218.
RGB:
(230,214,218)
(90%,84%,85%)

RGB channels and saturation

R 230 of 255 = 90%
G 214 of 255 = 84%
B 218 of 255 = 85%

230
214
218

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

Portions of RGB colors in percentages

R + G + B =
230 + 214 + 218 = 662 (100%)
R 230 of 662 ~ 34.74%
G 214 of 662 ~ 32.33%
B 218 of 662 ~ 32.93%

%34.74
%32.33
%32.93

CMYK color model

#E6D6DA color CMYK value is (0,7,5,10).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(0,7,5,10)
C0M7Y5K10 
(0%,7%,5%,10%)
(0.00/0.07/0.05/0.10)	

CMYK percentages

%0
%6.96
%5.22
%9.8

Codes

Color #E6D6DA in popluar color models

E6D6DA
RGB230214218
HSL345°24.24%87.06%
HSB/HSV345°6.96%90.20%
CMYK0.00%6.96%5.22%
9.80%

Color #E6D6DA in popluar number systems.

HEXE6D6DA
Decimal230214218
Binary111001101101011011011010
Octal346326332

Shades and tints

Shades of #E6D6DA

#E6D6DA
(230,214,218)
#D2C3C7
(210,195,199)
#BEB0B4
(190,176,180)
#AA9DA1
(170,157,161)
#968A8E
(150,138,142)
#82777B
(130,119,123)
#6E6468
(110,100,104)
#5A5155
(90,81,85)
#463E42
(70,62,66)
#322B2F
(50,43,47)
#1E181C
(30,24,28)
#000000
(0,0,0)

Tints of #E6D6DA

#E6D6DA
(230,214,218)
#E8D9DD
(232,217,221)
#EADCE0
(234,220,224)
#ECDFE3
(236,223,227)
#EEE2E6
(238,226,230)
#F0E5E9
(240,229,233)
#F2E8EC
(242,232,236)
#F4EBEF
(244,235,239)
#F6EEF2
(246,238,242)
#F8F1F5
(248,241,245)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D6DA; }

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

This text font color is #E6D6DA.


Background Color

.myBgColor { background-color: #E6D6DA; }

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

This div background color is #E6D6DA.


Border color

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

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

This div border color is #E6D6DA.


Opacity

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

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

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

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

This text has shadow with #E6D6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D6DA on black background.


Color preview on white background

This text has color #E6D6DA on white background.



Black color preview on #E6D6DA background

This text has black color on #E6D6DA background.


White color preview on #E6D6DA background

This text has white color on #E6D6DA background.