COLOR #E6A86C

HEX: #E6A86C
RGB: (230,168,108)

Color info

#E6A86C contains mainly red color. Web safe color of #E6A86C is #CC9966 (or #C96).

RGB color model

#E6A86C color RGB value is (230,168,108).

  • red value is 230;
  • green value is 168;
  • blue value is 108.
RGB:
(230,168,108)
(90%,66%,42%)

RGB channels and saturation

R 230 of 255 = 90%
G 168 of 255 = 66%
B 108 of 255 = 42%

230
168
108

R + G + B ~ 66%. #E6A86C is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 168 + 108 = 506 (100%)
R 230 of 506 ~ 45.45%
G 168 of 506 ~ 33.2%
B 108 of 506 ~ 21.34%

%45.45
%33.2
%21.34

CMYK color model

#E6A86C color CMYK value is (0,27,53,10).

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 53.04%
  • key color value is 9.80%
CMYK:
(0,27,53,10)
C0M27Y53K10 
(0%,27%,53%,10%)
(0.00/0.27/0.53/0.10)	

CMYK percentages

%0
%26.96
%53.04
%9.8

Codes

Color #E6A86C in popluar color models

E6A86C
RGB230168108
HSL30°70.93%66.27%
HSB/HSV30°53.04%90.20%
CMYK0.00%26.96%53.04%
9.80%

Color #E6A86C in popluar number systems.

HEXE6A86C
Decimal230168108
Binary11100110101010001101100
Octal346250154

Shades and tints

Shades of #E6A86C

#E6A86C
(230,168,108)
#D29963
(210,153,99)
#BE8A5A
(190,138,90)
#AA7B51
(170,123,81)
#966C48
(150,108,72)
#825D3F
(130,93,63)
#6E4E36
(110,78,54)
#5A3F2D
(90,63,45)
#463024
(70,48,36)
#32211B
(50,33,27)
#1E1212
(30,18,18)
#000000
(0,0,0)

Tints of #E6A86C

#E6A86C
(230,168,108)
#E8AF79
(232,175,121)
#EAB686
(234,182,134)
#ECBD93
(236,189,147)
#EEC4A0
(238,196,160)
#F0CBAD
(240,203,173)
#F2D2BA
(242,210,186)
#F4D9C7
(244,217,199)
#F6E0D4
(246,224,212)
#F8E7E1
(248,231,225)
#FAEEEE
(250,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A86C color. Also use rgb(230,168,108) instead hex code.

Text Font Color

.myTextColor { color: #E6A86C; }

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

This text font color is #E6A86C.


Background Color

.myBgColor { background-color: #E6A86C; }

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

This div background color is #E6A86C.


Border color

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

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

This div border color is #E6A86C.


Opacity

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

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

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

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

This text has shadow with #E6A86C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A86C on black background.


Color preview on white background

This text has color #E6A86C on white background.



Black color preview on #E6A86C background

This text has black color on #E6A86C background.


White color preview on #E6A86C background

This text has white color on #E6A86C background.