COLOR #A8B682

HEX: #A8B682
RGB: (168,182,130)

Color info

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

RGB color model

#A8B682 color RGB value is (168,182,130).

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

RGB channels and saturation

R 168 of 255 = 66%
G 182 of 255 = 71%
B 130 of 255 = 51%

168
182
130

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

Portions of RGB colors in percentages

R + G + B =
168 + 182 + 130 = 480 (100%)
R 168 of 480 ~ 35%
G 182 of 480 ~ 37.92%
B 130 of 480 ~ 27.08%

%35
%37.92
%27.08

CMYK color model

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

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 28.63%
CMYK:
(8,0,29,29)
C8M0Y29K29 
(8%,0%,29%,29%)
(0.08/0.00/0.29/0.29)	

CMYK percentages

%7.69
%0
%28.57
%28.63

Codes

Color #A8B682 in popluar color models

A8B682
RGB168182130
HSL76°26.26%61.18%
HSB/HSV76°28.57%71.37%
CMYK7.69%0.00%28.57%
28.63%

Color #A8B682 in popluar number systems.

HEXA8B682
Decimal168182130
Binary101010001011011010000010
Octal250266202

Shades and tints

Shades of #A8B682

#A8B682
(168,182,130)
#99A677
(153,166,119)
#8A966C
(138,150,108)
#7B8661
(123,134,97)
#6C7656
(108,118,86)
#5D664B
(93,102,75)
#4E5640
(78,86,64)
#3F4635
(63,70,53)
#30362A
(48,54,42)
#21261F
(33,38,31)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #A8B682

#A8B682
(168,182,130)
#AFBC8D
(175,188,141)
#B6C298
(182,194,152)
#BDC8A3
(189,200,163)
#C4CEAE
(196,206,174)
#CBD4B9
(203,212,185)
#D2DAC4
(210,218,196)
#D9E0CF
(217,224,207)
#E0E6DA
(224,230,218)
#E7ECE5
(231,236,229)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B682; }

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

This text font color is #A8B682.


Background Color

.myBgColor { background-color: #A8B682; }

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

This div background color is #A8B682.


Border color

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

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

This div border color is #A8B682.


Opacity

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

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

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

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

This text has shadow with #A8B682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B682 on black background.


Color preview on white background

This text has color #A8B682 on white background.



Black color preview on #A8B682 background

This text has black color on #A8B682 background.


White color preview on #A8B682 background

This text has white color on #A8B682 background.