COLOR #E6C0A6

HEX: #E6C0A6 RGB: (230,192,166)

Color info

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

RGB color model

#E6C0A6 color RGB value is (230,192,166).

RGB: (230,192,166) (90%, 75%, 65%)

RGB channels and saturation

R 230 of 255 = 90%
G 192 of 255 = 75%
B 166 of 255 = 65%

230
192
166

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

Portions of RGB colors in percentages

R + G + B = 230 + 192 + 166 = 588 (100%)
R 230 of 588 ~ 39.12%
G 192 of 588 ~ 32.65%
B 166 of 588 ~ 28.23'%

%39.12
%32.65
%28.23

CMYK color model

#E6C0A6 color CMYK value is (0,17,28,10).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 27.83%
  • key color value is 9.80%

CMYK: (0,17,28,10)
C0M17Y28K10 (0%, 17%, 28%, 10%)
(0.00 / 0.17 / 0.28 / 0.10)

CMYK percentages

%0
%16.52
%27.83
%9.8

Codes

Color #E6C0A6 in popluar color models

E6 C0 A6
RGB 230 192 166
HSL 24° 56.14% 77.65%
HSB/HSV 24° 27.83% 90.20%
CMYK 0.00% 16.52% 27.83%
9.80%

Color #E6C0A6 in popluar number systems.

HEX E6 C0 A6
Decimal 230 192 166
Binary 11100110 11000000 10100110
Octal 346 300 246

Shades and tints

Shades of #E6C0A6

#E6C0A6
(230,192,166)
#D2AF97
(210,175,151)
#BE9E88
(190,158,136)
#AA8D79
(170,141,121)
#967C6A
(150,124,106)
#826B5B
(130,107,91)
#6E5A4C
(110,90,76)
#5A493D
(90,73,61)
#46382E
(70,56,46)
#32271F
(50,39,31)
#1E1610
(30,22,16)
#000000
(0,0,0)

Tints of #E6C0A6

#E6C0A6
(230,192,166)
#E8C5AE
(232,197,174)
#EACAB6
(234,202,182)
#ECCFBE
(236,207,190)
#EED4C6
(238,212,198)
#F0D9CE
(240,217,206)
#F2DED6
(242,222,214)
#F4E3DE
(244,227,222)
#F6E8E6
(246,232,230)
#F8EDEE
(248,237,238)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C0A6; }

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

This text font color is #E6C0A6.

Background Color

.myBgColor { background-color: #E6C0A6; }

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

This div background color is #E6C0A6.

Border color

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

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

This div border color is #E6C0A6.

Opacity

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

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

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

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

This text has shadow with #E6C0A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C0A6.

Preview

Color preview on black background

This text has color #E6C0A6 on black background.


Color preview on white background

This text has color #E6C0A6 on white background.


Black color preview on #E6C0A6 background

This text has black color on #E6C0A6 background.


White color preview on #E6C0A6 background

This text has white color on #E6C0A6 background.


Related colors

Complementary color

Complementary color for #hex is #193F59.


I love getcolorcode.com

Triadic colors

1 #A6E6C0 and #C0A6E6 with #E6C0A6 are triadic colors.

2 #A6C0E6 and #C0E6A6 with #E6C0A6 are triadic colors.