COLOR #A8B686

HEX: #A8B686
RGB: (168,182,134)

Color info

#A8B686 contains red, green and blue colors in about the same proportion. Web safe color of #A8B686 is #99CC99 (or #9C9).

RGB color model

#A8B686 color RGB value is (168,182,134).

  • red value is 168;
  • green value is 182;
  • blue value is 134.
RGB:
(168,182,134)
(66%,71%,53%)

RGB channels and saturation

R 168 of 255 = 66%
G 182 of 255 = 71%
B 134 of 255 = 53%

168
182
134

R + G + B ~ 63%. #A8B686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 182 + 134 = 484 (100%)
R 168 of 484 ~ 34.71%
G 182 of 484 ~ 37.6%
B 134 of 484 ~ 27.69%

%34.71
%37.6
%27.69

CMYK color model

#A8B686 color CMYK value is (8,0,26,29).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 26.37%
  • key color value is 28.63%
CMYK:
(8,0,26,29)
C8M0Y26K29 
(8%,0%,26%,29%)
(0.08/0.00/0.26/0.29)	

CMYK percentages

%7.69
%0
%26.37
%28.63

Codes

Color #A8B686 in popluar color models

A8B686
RGB168182134
HSL78°24.74%61.96%
HSB/HSV78°26.37%71.37%
CMYK7.69%0.00%26.37%
28.63%

Color #A8B686 in popluar number systems.

HEXA8B686
Decimal168182134
Binary101010001011011010000110
Octal250266206

Shades and tints

Shades of #A8B686

#A8B686
(168,182,134)
#99A67A
(153,166,122)
#8A966E
(138,150,110)
#7B8662
(123,134,98)
#6C7656
(108,118,86)
#5D664A
(93,102,74)
#4E563E
(78,86,62)
#3F4632
(63,70,50)
#303626
(48,54,38)
#21261A
(33,38,26)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #A8B686

#A8B686
(168,182,134)
#AFBC91
(175,188,145)
#B6C29C
(182,194,156)
#BDC8A7
(189,200,167)
#C4CEB2
(196,206,178)
#CBD4BD
(203,212,189)
#D2DAC8
(210,218,200)
#D9E0D3
(217,224,211)
#E0E6DE
(224,230,222)
#E7ECE9
(231,236,233)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B686 color. Also use rgb(168,182,134) instead hex code.

Text Font Color

.myTextColor { color: #A8B686; }

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

This text font color is #A8B686.


Background Color

.myBgColor { background-color: #A8B686; }

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

This div background color is #A8B686.


Border color

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

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

This div border color is #A8B686.


Opacity

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

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

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

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

This text has shadow with #A8B686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B686 on black background.


Color preview on white background

This text has color #A8B686 on white background.



Black color preview on #A8B686 background

This text has black color on #A8B686 background.


White color preview on #A8B686 background

This text has white color on #A8B686 background.