COLOR #E6D9AC

HEX: #E6D9AC
RGB: (230,217,172)

Color info

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

RGB color model

#E6D9AC color RGB value is (230,217,172).

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

RGB channels and saturation

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

230
217
172

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

Portions of RGB colors in percentages

R + G + B =
230 + 217 + 172 = 619 (100%)
R 230 of 619 ~ 37.16%
G 217 of 619 ~ 35.06%
B 172 of 619 ~ 27.79%

%37.16
%35.06
%27.79

CMYK color model

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

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

Codes

Color #E6D9AC in popluar color models

E6D9AC
RGB230217172
HSL47°53.70%78.82%
HSB/HSV47°25.22%90.20%
CMYK0.00%5.65%25.22%
9.80%

Color #E6D9AC in popluar number systems.

HEXE6D9AC
Decimal230217172
Binary111001101101100110101100
Octal346331254

Shades and tints

Shades of #E6D9AC

#E6D9AC
(230,217,172)
#D2C69D
(210,198,157)
#BEB38E
(190,179,142)
#AAA07F
(170,160,127)
#968D70
(150,141,112)
#827A61
(130,122,97)
#6E6752
(110,103,82)
#5A5443
(90,84,67)
#464134
(70,65,52)
#322E25
(50,46,37)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #E6D9AC

#E6D9AC
(230,217,172)
#E8DCB3
(232,220,179)
#EADFBA
(234,223,186)
#ECE2C1
(236,226,193)
#EEE5C8
(238,229,200)
#F0E8CF
(240,232,207)
#F2EBD6
(242,235,214)
#F4EEDD
(244,238,221)
#F6F1E4
(246,241,228)
#F8F4EB
(248,244,235)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D9AC; }

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

This text font color is #E6D9AC.


Background Color

.myBgColor { background-color: #E6D9AC; }

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

This div background color is #E6D9AC.


Border color

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

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

This div border color is #E6D9AC.


Opacity

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

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

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

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

This text has shadow with #E6D9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D9AC on black background.


Color preview on white background

This text has color #E6D9AC on white background.



Black color preview on #E6D9AC background

This text has black color on #E6D9AC background.


White color preview on #E6D9AC background

This text has white color on #E6D9AC background.