COLOR #E6D8AC

HEX: #E6D8AC
RGB: (230,216,172)

Color info

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

RGB color model

#E6D8AC color RGB value is (230,216,172).

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

RGB channels and saturation

R 230 of 255 = 90%
G 216 of 255 = 85%
B 172 of 255 = 67%

230
216
172

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

Portions of RGB colors in percentages

R + G + B =
230 + 216 + 172 = 618 (100%)
R 230 of 618 ~ 37.22%
G 216 of 618 ~ 34.95%
B 172 of 618 ~ 27.83%

%37.22
%34.95
%27.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 25.22%
  • 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
%25.22
%9.8

Codes

Color #E6D8AC in popluar color models

E6D8AC
RGB230216172
HSL46°53.70%78.82%
HSB/HSV46°25.22%90.20%
CMYK0.00%6.09%25.22%
9.80%

Color #E6D8AC in popluar number systems.

HEXE6D8AC
Decimal230216172
Binary111001101101100010101100
Octal346330254

Shades and tints

Shades of #E6D8AC

#E6D8AC
(230,216,172)
#D2C59D
(210,197,157)
#BEB28E
(190,178,142)
#AA9F7F
(170,159,127)
#968C70
(150,140,112)
#827961
(130,121,97)
#6E6652
(110,102,82)
#5A5343
(90,83,67)
#464034
(70,64,52)
#322D25
(50,45,37)
#1E1A16
(30,26,22)
#000000
(0,0,0)

Tints of #E6D8AC

#E6D8AC
(230,216,172)
#E8DBB3
(232,219,179)
#EADEBA
(234,222,186)
#ECE1C1
(236,225,193)
#EEE4C8
(238,228,200)
#F0E7CF
(240,231,207)
#F2EAD6
(242,234,214)
#F4EDDD
(244,237,221)
#F6F0E4
(246,240,228)
#F8F3EB
(248,243,235)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D8AC; }

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

This text font color is #E6D8AC.


Background Color

.myBgColor { background-color: #E6D8AC; }

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

This div background color is #E6D8AC.


Border color

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

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

This div border color is #E6D8AC.


Opacity

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

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

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

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

This text has shadow with #E6D8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D8AC on black background.


Color preview on white background

This text has color #E6D8AC on white background.



Black color preview on #E6D8AC background

This text has black color on #E6D8AC background.


White color preview on #E6D8AC background

This text has white color on #E6D8AC background.