COLOR #A9B2A6

HEX: #A9B2A6
RGB: (169,178,166)

Color info

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

RGB color model

#A9B2A6 color RGB value is (169,178,166).

  • red value is 169;
  • green value is 178;
  • blue value is 166.
RGB:
(169,178,166)
(66%,70%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 166 of 255 = 65%

169
178
166

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

Portions of RGB colors in percentages

R + G + B =
169 + 178 + 166 = 513 (100%)
R 169 of 513 ~ 32.94%
G 178 of 513 ~ 34.7%
B 166 of 513 ~ 32.36%

%32.94
%34.7
%32.36

CMYK color model

#A9B2A6 color CMYK value is (5,0,7,30).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 6.74%
  • key color value is 30.20%
CMYK:
(5,0,7,30)
C5M0Y7K30 
(5%,0%,7%,30%)
(0.05/0.00/0.07/0.30)	

CMYK percentages

%5.06
%0
%6.74
%30.2

Codes

Color #A9B2A6 in popluar color models

A9B2A6
RGB169178166
HSL105°7.23%67.45%
HSB/HSV105°6.74%69.80%
CMYK5.06%0.00%6.74%
30.20%

Color #A9B2A6 in popluar number systems.

HEXA9B2A6
Decimal169178166
Binary101010011011001010100110
Octal251262246

Shades and tints

Shades of #A9B2A6

#A9B2A6
(169,178,166)
#9AA297
(154,162,151)
#8B9288
(139,146,136)
#7C8279
(124,130,121)
#6D726A
(109,114,106)
#5E625B
(94,98,91)
#4F524C
(79,82,76)
#40423D
(64,66,61)
#31322E
(49,50,46)
#22221F
(34,34,31)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #A9B2A6

#A9B2A6
(169,178,166)
#B0B9AE
(176,185,174)
#B7C0B6
(183,192,182)
#BEC7BE
(190,199,190)
#C5CEC6
(197,206,198)
#CCD5CE
(204,213,206)
#D3DCD6
(211,220,214)
#DAE3DE
(218,227,222)
#E1EAE6
(225,234,230)
#E8F1EE
(232,241,238)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B2A6 color. Also use rgb(169,178,166) instead hex code.

Text Font Color

.myTextColor { color: #A9B2A6; }

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

This text font color is #A9B2A6.


Background Color

.myBgColor { background-color: #A9B2A6; }

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

This div background color is #A9B2A6.


Border color

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

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

This div border color is #A9B2A6.


Opacity

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

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

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

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

This text has shadow with #A9B2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B2A6 on black background.


Color preview on white background

This text has color #A9B2A6 on white background.



Black color preview on #A9B2A6 background

This text has black color on #A9B2A6 background.


White color preview on #A9B2A6 background

This text has white color on #A9B2A6 background.