COLOR #A9BA9B

HEX: #A9BA9B
RGB: (169,186,155)

Color info

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

RGB color model

#A9BA9B color RGB value is (169,186,155).

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

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 155 of 255 = 61%

169
186
155

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

Portions of RGB colors in percentages

R + G + B =
169 + 186 + 155 = 510 (100%)
R 169 of 510 ~ 33.14%
G 186 of 510 ~ 36.47%
B 155 of 510 ~ 30.39%

%33.14
%36.47
%30.39

CMYK color model

#A9BA9B color CMYK value is (9,0,17,27).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 27.06%
CMYK:
(9,0,17,27)
C9M0Y17K27 
(9%,0%,17%,27%)
(0.09/0.00/0.17/0.27)	

CMYK percentages

%9.14
%0
%16.67
%27.06

Codes

Color #A9BA9B in popluar color models

A9BA9B
RGB169186155
HSL93°18.34%66.86%
HSB/HSV93°16.67%72.94%
CMYK9.14%0.00%16.67%
27.06%

Color #A9BA9B in popluar number systems.

HEXA9BA9B
Decimal169186155
Binary101010011011101010011011
Octal251272233

Shades and tints

Shades of #A9BA9B

#A9BA9B
(169,186,155)
#9AAA8D
(154,170,141)
#8B9A7F
(139,154,127)
#7C8A71
(124,138,113)
#6D7A63
(109,122,99)
#5E6A55
(94,106,85)
#4F5A47
(79,90,71)
#404A39
(64,74,57)
#313A2B
(49,58,43)
#222A1D
(34,42,29)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #A9BA9B

#A9BA9B
(169,186,155)
#B0C0A4
(176,192,164)
#B7C6AD
(183,198,173)
#BECCB6
(190,204,182)
#C5D2BF
(197,210,191)
#CCD8C8
(204,216,200)
#D3DED1
(211,222,209)
#DAE4DA
(218,228,218)
#E1EAE3
(225,234,227)
#E8F0EC
(232,240,236)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BA9B; }

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

This text font color is #A9BA9B.


Background Color

.myBgColor { background-color: #A9BA9B; }

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

This div background color is #A9BA9B.


Border color

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

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

This div border color is #A9BA9B.


Opacity

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

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

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

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

This text has shadow with #A9BA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BA9B on black background.


Color preview on white background

This text has color #A9BA9B on white background.



Black color preview on #A9BA9B background

This text has black color on #A9BA9B background.


White color preview on #A9BA9B background

This text has white color on #A9BA9B background.