COLOR #A9B9AB

HEX: #A9B9AB
RGB: (169,185,171)

Color info

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

RGB color model

#A9B9AB color RGB value is (169,185,171).

  • red value is 169;
  • green value is 185;
  • blue value is 171.
RGB:
(169,185,171)
(66%,73%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 171 of 255 = 67%

169
185
171

R + G + B ~ 69%. #A9B9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 171 = 525 (100%)
R 169 of 525 ~ 32.19%
G 185 of 525 ~ 35.24%
B 171 of 525 ~ 32.57%

%32.19
%35.24
%32.57

CMYK color model

#A9B9AB color CMYK value is (9,0,8,27).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(9,0,8,27)
C9M0Y8K27 
(9%,0%,8%,27%)
(0.09/0.00/0.08/0.27)	

CMYK percentages

%8.65
%0
%7.57
%27.45

Codes

Color #A9B9AB in popluar color models

A9B9AB
RGB169185171
HSL128°10.26%69.41%
HSB/HSV128°8.65%72.55%
CMYK8.65%0.00%7.57%
27.45%

Color #A9B9AB in popluar number systems.

HEXA9B9AB
Decimal169185171
Binary101010011011100110101011
Octal251271253

Shades and tints

Shades of #A9B9AB

#A9B9AB
(169,185,171)
#9AA99C
(154,169,156)
#8B998D
(139,153,141)
#7C897E
(124,137,126)
#6D796F
(109,121,111)
#5E6960
(94,105,96)
#4F5951
(79,89,81)
#404942
(64,73,66)
#313933
(49,57,51)
#222924
(34,41,36)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #A9B9AB

#A9B9AB
(169,185,171)
#B0BFB2
(176,191,178)
#B7C5B9
(183,197,185)
#BECBC0
(190,203,192)
#C5D1C7
(197,209,199)
#CCD7CE
(204,215,206)
#D3DDD5
(211,221,213)
#DAE3DC
(218,227,220)
#E1E9E3
(225,233,227)
#E8EFEA
(232,239,234)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B9AB color. Also use rgb(169,185,171) instead hex code.

Text Font Color

.myTextColor { color: #A9B9AB; }

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

This text font color is #A9B9AB.


Background Color

.myBgColor { background-color: #A9B9AB; }

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

This div background color is #A9B9AB.


Border color

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

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

This div border color is #A9B9AB.


Opacity

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

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

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

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

This text has shadow with #A9B9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B9AB on black background.


Color preview on white background

This text has color #A9B9AB on white background.



Black color preview on #A9B9AB background

This text has black color on #A9B9AB background.


White color preview on #A9B9AB background

This text has white color on #A9B9AB background.