COLOR #A9BA9D

HEX: #A9BA9D
RGB: (169,186,157)

Color info

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

RGB color model

#A9BA9D color RGB value is (169,186,157).

  • red value is 169;
  • green value is 186;
  • blue value is 157.
RGB:
(169,186,157)
(66%,73%,62%)

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 157 of 255 = 62%

169
186
157

R + G + B ~ 67%. #A9BA9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 186 + 157 = 512 (100%)
R 169 of 512 ~ 33.01%
G 186 of 512 ~ 36.33%
B 157 of 512 ~ 30.66%

%33.01
%36.33
%30.66

CMYK color model

#A9BA9D color CMYK value is (9,0,16,27).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 15.59%
  • key color value is 27.06%
CMYK:
(9,0,16,27)
C9M0Y16K27 
(9%,0%,16%,27%)
(0.09/0.00/0.16/0.27)	

CMYK percentages

%9.14
%0
%15.59
%27.06

Codes

Color #A9BA9D in popluar color models

A9BA9D
RGB169186157
HSL95°17.37%67.25%
HSB/HSV95°15.59%72.94%
CMYK9.14%0.00%15.59%
27.06%

Color #A9BA9D in popluar number systems.

HEXA9BA9D
Decimal169186157
Binary101010011011101010011101
Octal251272235

Shades and tints

Shades of #A9BA9D

#A9BA9D
(169,186,157)
#9AAA8F
(154,170,143)
#8B9A81
(139,154,129)
#7C8A73
(124,138,115)
#6D7A65
(109,122,101)
#5E6A57
(94,106,87)
#4F5A49
(79,90,73)
#404A3B
(64,74,59)
#313A2D
(49,58,45)
#222A1F
(34,42,31)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #A9BA9D

#A9BA9D
(169,186,157)
#B0C0A5
(176,192,165)
#B7C6AD
(183,198,173)
#BECCB5
(190,204,181)
#C5D2BD
(197,210,189)
#CCD8C5
(204,216,197)
#D3DECD
(211,222,205)
#DAE4D5
(218,228,213)
#E1EADD
(225,234,221)
#E8F0E5
(232,240,229)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BA9D color. Also use rgb(169,186,157) instead hex code.

Text Font Color

.myTextColor { color: #A9BA9D; }

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

This text font color is #A9BA9D.


Background Color

.myBgColor { background-color: #A9BA9D; }

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

This div background color is #A9BA9D.


Border color

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

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

This div border color is #A9BA9D.


Opacity

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

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

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

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

This text has shadow with #A9BA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BA9D on black background.


Color preview on white background

This text has color #A9BA9D on white background.



Black color preview on #A9BA9D background

This text has black color on #A9BA9D background.


White color preview on #A9BA9D background

This text has white color on #A9BA9D background.