COLOR #A9ABAF

HEX: #A9ABAF
RGB: (169,171,175)

Color info

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

RGB color model

#A9ABAF color RGB value is (169,171,175).

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

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 175 of 255 = 69%

169
171
175

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

Portions of RGB colors in percentages

R + G + B =
169 + 171 + 175 = 515 (100%)
R 169 of 515 ~ 32.82%
G 171 of 515 ~ 33.2%
B 175 of 515 ~ 33.98%

%32.82
%33.2
%33.98

CMYK color model

#A9ABAF color CMYK value is (3,2,0,31).

  • cyan value is 3.43%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(3,2,0,31)
C3M2Y0K31 
(3%,2%,0%,31%)
(0.03/0.02/0.00/0.31)	

CMYK percentages

%3.43
%2.29
%0
%31.37

Codes

Color #A9ABAF in popluar color models

A9ABAF
RGB169171175
HSL220°3.61%67.45%
HSB/HSV220°3.43%68.63%
CMYK3.43%2.29%0.00%
31.37%

Color #A9ABAF in popluar number systems.

HEXA9ABAF
Decimal169171175
Binary101010011010101110101111
Octal251253257

Shades and tints

Shades of #A9ABAF

#A9ABAF
(169,171,175)
#9A9CA0
(154,156,160)
#8B8D91
(139,141,145)
#7C7E82
(124,126,130)
#6D6F73
(109,111,115)
#5E6064
(94,96,100)
#4F5155
(79,81,85)
#404246
(64,66,70)
#313337
(49,51,55)
#222428
(34,36,40)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #A9ABAF

#A9ABAF
(169,171,175)
#B0B2B6
(176,178,182)
#B7B9BD
(183,185,189)
#BEC0C4
(190,192,196)
#C5C7CB
(197,199,203)
#CCCED2
(204,206,210)
#D3D5D9
(211,213,217)
#DADCE0
(218,220,224)
#E1E3E7
(225,227,231)
#E8EAEE
(232,234,238)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ABAF; }

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

This text font color is #A9ABAF.


Background Color

.myBgColor { background-color: #A9ABAF; }

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

This div background color is #A9ABAF.


Border color

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

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

This div border color is #A9ABAF.


Opacity

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

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

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

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

This text has shadow with #A9ABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ABAF on black background.


Color preview on white background

This text has color #A9ABAF on white background.



Black color preview on #A9ABAF background

This text has black color on #A9ABAF background.


White color preview on #A9ABAF background

This text has white color on #A9ABAF background.