COLOR #A8B09F

HEX: #A8B09F
RGB: (168,176,159)

Color info

#A8B09F contains red, green and blue colors in about the same proportion. Web safe color of #A8B09F is #999999 (or #999).

RGB color model

#A8B09F color RGB value is (168,176,159).

  • red value is 168;
  • green value is 176;
  • blue value is 159.
RGB:
(168,176,159)
(66%,69%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 159 of 255 = 62%

168
176
159

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

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 159 = 503 (100%)
R 168 of 503 ~ 33.4%
G 176 of 503 ~ 34.99%
B 159 of 503 ~ 31.61%

%33.4
%34.99
%31.61

CMYK color model

#A8B09F color CMYK value is (5,0,10,31).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(5,0,10,31)
C5M0Y10K31 
(5%,0%,10%,31%)
(0.05/0.00/0.10/0.31)	

CMYK percentages

%4.55
%0
%9.66
%30.98

Codes

Color #A8B09F in popluar color models

A8B09F
RGB168176159
HSL88°9.71%65.69%
HSB/HSV88°9.66%69.02%
CMYK4.55%0.00%9.66%
30.98%

Color #A8B09F in popluar number systems.

HEXA8B09F
Decimal168176159
Binary101010001011000010011111
Octal250260237

Shades and tints

Shades of #A8B09F

#A8B09F
(168,176,159)
#99A091
(153,160,145)
#8A9083
(138,144,131)
#7B8075
(123,128,117)
#6C7067
(108,112,103)
#5D6059
(93,96,89)
#4E504B
(78,80,75)
#3F403D
(63,64,61)
#30302F
(48,48,47)
#212021
(33,32,33)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #A8B09F

#A8B09F
(168,176,159)
#AFB7A7
(175,183,167)
#B6BEAF
(182,190,175)
#BDC5B7
(189,197,183)
#C4CCBF
(196,204,191)
#CBD3C7
(203,211,199)
#D2DACF
(210,218,207)
#D9E1D7
(217,225,215)
#E0E8DF
(224,232,223)
#E7EFE7
(231,239,231)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B09F color. Also use rgb(168,176,159) instead hex code.

Text Font Color

.myTextColor { color: #A8B09F; }

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

This text font color is #A8B09F.


Background Color

.myBgColor { background-color: #A8B09F; }

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

This div background color is #A8B09F.


Border color

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

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

This div border color is #A8B09F.


Opacity

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

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

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

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

This text has shadow with #A8B09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B09F on black background.


Color preview on white background

This text has color #A8B09F on white background.



Black color preview on #A8B09F background

This text has black color on #A8B09F background.


White color preview on #A8B09F background

This text has white color on #A8B09F background.