COLOR #E6D7AC

HEX: #E6D7AC
RGB: (230,215,172)

Color info

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

RGB color model

#E6D7AC color RGB value is (230,215,172).

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

RGB channels and saturation

R 230 of 255 = 90%
G 215 of 255 = 84%
B 172 of 255 = 67%

230
215
172

R + G + B ~ 80%. #E6D7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 215 + 172 = 617 (100%)
R 230 of 617 ~ 37.28%
G 215 of 617 ~ 34.85%
B 172 of 617 ~ 27.88%

%37.28
%34.85
%27.88

CMYK color model

#E6D7AC color CMYK value is (0,7,25,10).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 25.22%
  • key color value is 9.80%
CMYK:
(0,7,25,10)
C0M7Y25K10 
(0%,7%,25%,10%)
(0.00/0.07/0.25/0.10)	

CMYK percentages

%0
%6.52
%25.22
%9.8

Codes

Color #E6D7AC in popluar color models

E6D7AC
RGB230215172
HSL44°53.70%78.82%
HSB/HSV44°25.22%90.20%
CMYK0.00%6.52%25.22%
9.80%

Color #E6D7AC in popluar number systems.

HEXE6D7AC
Decimal230215172
Binary111001101101011110101100
Octal346327254

Shades and tints

Shades of #E6D7AC

#E6D7AC
(230,215,172)
#D2C49D
(210,196,157)
#BEB18E
(190,177,142)
#AA9E7F
(170,158,127)
#968B70
(150,139,112)
#827861
(130,120,97)
#6E6552
(110,101,82)
#5A5243
(90,82,67)
#463F34
(70,63,52)
#322C25
(50,44,37)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #E6D7AC

#E6D7AC
(230,215,172)
#E8DAB3
(232,218,179)
#EADDBA
(234,221,186)
#ECE0C1
(236,224,193)
#EEE3C8
(238,227,200)
#F0E6CF
(240,230,207)
#F2E9D6
(242,233,214)
#F4ECDD
(244,236,221)
#F6EFE4
(246,239,228)
#F8F2EB
(248,242,235)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D7AC; }

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

This text font color is #E6D7AC.


Background Color

.myBgColor { background-color: #E6D7AC; }

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

This div background color is #E6D7AC.


Border color

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

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

This div border color is #E6D7AC.


Opacity

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

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

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

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

This text has shadow with #E6D7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D7AC on black background.


Color preview on white background

This text has color #E6D7AC on white background.



Black color preview on #E6D7AC background

This text has black color on #E6D7AC background.


White color preview on #E6D7AC background

This text has white color on #E6D7AC background.