COLOR #E6D8AD

HEX: #E6D8AD
RGB: (230,216,173)

Color info

#E6D8AD contains red, green and blue colors in about the same proportion. Web safe color of #E6D8AD is #CCCC99 (or #CC9).

RGB color model

#E6D8AD color RGB value is (230,216,173).

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

RGB channels and saturation

R 230 of 255 = 90%
G 216 of 255 = 85%
B 173 of 255 = 68%

230
216
173

R + G + B ~ 81%. #E6D8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 216 + 173 = 619 (100%)
R 230 of 619 ~ 37.16%
G 216 of 619 ~ 34.89%
B 173 of 619 ~ 27.95%

%37.16
%34.89
%27.95

CMYK color model

#E6D8AD color CMYK value is (0,6,25,10).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 24.78%
  • key color value is 9.80%
CMYK:
(0,6,25,10)
C0M6Y25K10 
(0%,6%,25%,10%)
(0.00/0.06/0.25/0.10)	

CMYK percentages

%0
%6.09
%24.78
%9.8

Codes

Color #E6D8AD in popluar color models

E6D8AD
RGB230216173
HSL45°53.27%79.02%
HSB/HSV45°24.78%90.20%
CMYK0.00%6.09%24.78%
9.80%

Color #E6D8AD in popluar number systems.

HEXE6D8AD
Decimal230216173
Binary111001101101100010101101
Octal346330255

Shades and tints

Shades of #E6D8AD

#E6D8AD
(230,216,173)
#D2C59E
(210,197,158)
#BEB28F
(190,178,143)
#AA9F80
(170,159,128)
#968C71
(150,140,113)
#827962
(130,121,98)
#6E6653
(110,102,83)
#5A5344
(90,83,68)
#464035
(70,64,53)
#322D26
(50,45,38)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6D8AD

#E6D8AD
(230,216,173)
#E8DBB4
(232,219,180)
#EADEBB
(234,222,187)
#ECE1C2
(236,225,194)
#EEE4C9
(238,228,201)
#F0E7D0
(240,231,208)
#F2EAD7
(242,234,215)
#F4EDDE
(244,237,222)
#F6F0E5
(246,240,229)
#F8F3EC
(248,243,236)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D8AD; }

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

This text font color is #E6D8AD.


Background Color

.myBgColor { background-color: #E6D8AD; }

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

This div background color is #E6D8AD.


Border color

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

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

This div border color is #E6D8AD.


Opacity

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

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

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

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

This text has shadow with #E6D8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D8AD on black background.


Color preview on white background

This text has color #E6D8AD on white background.



Black color preview on #E6D8AD background

This text has black color on #E6D8AD background.


White color preview on #E6D8AD background

This text has white color on #E6D8AD background.