COLOR #A9ABB0

HEX: #A9ABB0
RGB: (169,171,176)

Color info

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

RGB color model

#A9ABB0 color RGB value is (169,171,176).

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

RGB channels and saturation

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

169
171
176

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

Portions of RGB colors in percentages

R + G + B =
169 + 171 + 176 = 516 (100%)
R 169 of 516 ~ 32.75%
G 171 of 516 ~ 33.14%
B 176 of 516 ~ 34.11%

%32.75
%33.14
%34.11

CMYK color model

#A9ABB0 color CMYK value is (4,3,0,31).

  • cyan value is 3.98%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(4,3,0,31)
C4M3Y0K31 
(4%,3%,0%,31%)
(0.04/0.03/0.00/0.31)	

CMYK percentages

%3.98
%2.84
%0
%30.98

Codes

Color #A9ABB0 in popluar color models

A9ABB0
RGB169171176
HSL223°4.24%67.65%
HSB/HSV223°3.98%69.02%
CMYK3.98%2.84%0.00%
30.98%

Color #A9ABB0 in popluar number systems.

HEXA9ABB0
Decimal169171176
Binary101010011010101110110000
Octal251253260

Shades and tints

Shades of #A9ABB0

#A9ABB0
(169,171,176)
#9A9CA0
(154,156,160)
#8B8D90
(139,141,144)
#7C7E80
(124,126,128)
#6D6F70
(109,111,112)
#5E6060
(94,96,96)
#4F5150
(79,81,80)
#404240
(64,66,64)
#313330
(49,51,48)
#222420
(34,36,32)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #A9ABB0

#A9ABB0
(169,171,176)
#B0B2B7
(176,178,183)
#B7B9BE
(183,185,190)
#BEC0C5
(190,192,197)
#C5C7CC
(197,199,204)
#CCCED3
(204,206,211)
#D3D5DA
(211,213,218)
#DADCE1
(218,220,225)
#E1E3E8
(225,227,232)
#E8EAEF
(232,234,239)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ABB0; }

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

This text font color is #A9ABB0.


Background Color

.myBgColor { background-color: #A9ABB0; }

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

This div background color is #A9ABB0.


Border color

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

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

This div border color is #A9ABB0.


Opacity

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

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

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

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

This text has shadow with #A9ABB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ABB0 on black background.


Color preview on white background

This text has color #A9ABB0 on white background.



Black color preview on #A9ABB0 background

This text has black color on #A9ABB0 background.


White color preview on #A9ABB0 background

This text has white color on #A9ABB0 background.