COLOR #E6D8D3

HEX: #E6D8D3
RGB: (230,216,211)

Color info

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

RGB color model

#E6D8D3 color RGB value is (230,216,211).

  • red value is 230;
  • green value is 216;
  • blue value is 211.
RGB:
(230,216,211)
(90%,85%,83%)

RGB channels and saturation

R 230 of 255 = 90%
G 216 of 255 = 85%
B 211 of 255 = 83%

230
216
211

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

Portions of RGB colors in percentages

R + G + B =
230 + 216 + 211 = 657 (100%)
R 230 of 657 ~ 35.01%
G 216 of 657 ~ 32.88%
B 211 of 657 ~ 32.12%

%35.01
%32.88
%32.12

CMYK color model

#E6D8D3 color CMYK value is (0,6,8,10).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 8.26%
  • key color value is 9.80%
CMYK:
(0,6,8,10)
C0M6Y8K10 
(0%,6%,8%,10%)
(0.00/0.06/0.08/0.10)	

CMYK percentages

%0
%6.09
%8.26
%9.8

Codes

Color #E6D8D3 in popluar color models

E6D8D3
RGB230216211
HSL16°27.54%86.47%
HSB/HSV16°8.26%90.20%
CMYK0.00%6.09%8.26%
9.80%

Color #E6D8D3 in popluar number systems.

HEXE6D8D3
Decimal230216211
Binary111001101101100011010011
Octal346330323

Shades and tints

Shades of #E6D8D3

#E6D8D3
(230,216,211)
#D2C5C0
(210,197,192)
#BEB2AD
(190,178,173)
#AA9F9A
(170,159,154)
#968C87
(150,140,135)
#827974
(130,121,116)
#6E6661
(110,102,97)
#5A534E
(90,83,78)
#46403B
(70,64,59)
#322D28
(50,45,40)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #E6D8D3

#E6D8D3
(230,216,211)
#E8DBD7
(232,219,215)
#EADEDB
(234,222,219)
#ECE1DF
(236,225,223)
#EEE4E3
(238,228,227)
#F0E7E7
(240,231,231)
#F2EAEB
(242,234,235)
#F4EDEF
(244,237,239)
#F6F0F3
(246,240,243)
#F8F3F7
(248,243,247)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D8D3 color. Also use rgb(230,216,211) instead hex code.

Text Font Color

.myTextColor { color: #E6D8D3; }

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

This text font color is #E6D8D3.


Background Color

.myBgColor { background-color: #E6D8D3; }

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

This div background color is #E6D8D3.


Border color

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

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

This div border color is #E6D8D3.


Opacity

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

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

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

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

This text has shadow with #E6D8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D8D3 on black background.


Color preview on white background

This text has color #E6D8D3 on white background.



Black color preview on #E6D8D3 background

This text has black color on #E6D8D3 background.


White color preview on #E6D8D3 background

This text has white color on #E6D8D3 background.