COLOR #A8B69C

HEX: #A8B69C
RGB: (168,182,156)

Color info

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

RGB color model

#A8B69C color RGB value is (168,182,156).

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

RGB channels and saturation

R 168 of 255 = 66%
G 182 of 255 = 71%
B 156 of 255 = 61%

168
182
156

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

Portions of RGB colors in percentages

R + G + B =
168 + 182 + 156 = 506 (100%)
R 168 of 506 ~ 33.2%
G 182 of 506 ~ 35.97%
B 156 of 506 ~ 30.83%

%33.2
%35.97
%30.83

CMYK color model

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

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 28.63%
CMYK:
(8,0,14,29)
C8M0Y14K29 
(8%,0%,14%,29%)
(0.08/0.00/0.14/0.29)	

CMYK percentages

%7.69
%0
%14.29
%28.63

Codes

Color #A8B69C in popluar color models

A8B69C
RGB168182156
HSL92°15.12%66.27%
HSB/HSV92°14.29%71.37%
CMYK7.69%0.00%14.29%
28.63%

Color #A8B69C in popluar number systems.

HEXA8B69C
Decimal168182156
Binary101010001011011010011100
Octal250266234

Shades and tints

Shades of #A8B69C

#A8B69C
(168,182,156)
#99A68E
(153,166,142)
#8A9680
(138,150,128)
#7B8672
(123,134,114)
#6C7664
(108,118,100)
#5D6656
(93,102,86)
#4E5648
(78,86,72)
#3F463A
(63,70,58)
#30362C
(48,54,44)
#21261E
(33,38,30)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #A8B69C

#A8B69C
(168,182,156)
#AFBCA5
(175,188,165)
#B6C2AE
(182,194,174)
#BDC8B7
(189,200,183)
#C4CEC0
(196,206,192)
#CBD4C9
(203,212,201)
#D2DAD2
(210,218,210)
#D9E0DB
(217,224,219)
#E0E6E4
(224,230,228)
#E7ECED
(231,236,237)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B69C; }

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

This text font color is #A8B69C.


Background Color

.myBgColor { background-color: #A8B69C; }

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

This div background color is #A8B69C.


Border color

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

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

This div border color is #A8B69C.


Opacity

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

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

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

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

This text has shadow with #A8B69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B69C on black background.


Color preview on white background

This text has color #A8B69C on white background.



Black color preview on #A8B69C background

This text has black color on #A8B69C background.


White color preview on #A8B69C background

This text has white color on #A8B69C background.