COLOR #E6C0AA

HEX: #E6C0AA
RGB: (230,192,170)

Color info

#E6C0AA contains mainly red and green colors. Web safe color of #E6C0AA is #CCCC99 (or #CC9).

RGB color model

#E6C0AA color RGB value is (230,192,170).

  • red value is 230;
  • green value is 192;
  • blue value is 170.
RGB:
(230,192,170)
(90%,75%,67%)

RGB channels and saturation

R 230 of 255 = 90%
G 192 of 255 = 75%
B 170 of 255 = 67%

230
192
170

R + G + B ~ 77%. #E6C0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 192 + 170 = 592 (100%)
R 230 of 592 ~ 38.85%
G 192 of 592 ~ 32.43%
B 170 of 592 ~ 28.72%

%38.85
%32.43
%28.72

CMYK color model

#E6C0AA color CMYK value is (0,17,26,10).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 26.09%
  • key color value is 9.80%
CMYK:
(0,17,26,10)
C0M17Y26K10 
(0%,17%,26%,10%)
(0.00/0.17/0.26/0.10)	

CMYK percentages

%0
%16.52
%26.09
%9.8

Codes

Color #E6C0AA in popluar color models

E6C0AA
RGB230192170
HSL22°54.55%78.43%
HSB/HSV22°26.09%90.20%
CMYK0.00%16.52%26.09%
9.80%

Color #E6C0AA in popluar number systems.

HEXE6C0AA
Decimal230192170
Binary111001101100000010101010
Octal346300252

Shades and tints

Shades of #E6C0AA

#E6C0AA
(230,192,170)
#D2AF9B
(210,175,155)
#BE9E8C
(190,158,140)
#AA8D7D
(170,141,125)
#967C6E
(150,124,110)
#826B5F
(130,107,95)
#6E5A50
(110,90,80)
#5A4941
(90,73,65)
#463832
(70,56,50)
#322723
(50,39,35)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #E6C0AA

#E6C0AA
(230,192,170)
#E8C5B1
(232,197,177)
#EACAB8
(234,202,184)
#ECCFBF
(236,207,191)
#EED4C6
(238,212,198)
#F0D9CD
(240,217,205)
#F2DED4
(242,222,212)
#F4E3DB
(244,227,219)
#F6E8E2
(246,232,226)
#F8EDE9
(248,237,233)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C0AA color. Also use rgb(230,192,170) instead hex code.

Text Font Color

.myTextColor { color: #E6C0AA; }

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

This text font color is #E6C0AA.


Background Color

.myBgColor { background-color: #E6C0AA; }

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

This div background color is #E6C0AA.


Border color

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

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

This div border color is #E6C0AA.


Opacity

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

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

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

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

This text has shadow with #E6C0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C0AA on black background.


Color preview on white background

This text has color #E6C0AA on white background.



Black color preview on #E6C0AA background

This text has black color on #E6C0AA background.


White color preview on #E6C0AA background

This text has white color on #E6C0AA background.