COLOR #ABA9AA

HEX: #ABA9AA
RGB: (171,169,170)

Color info

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

RGB color model

#ABA9AA color RGB value is (171,169,170).

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

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 170 of 255 = 67%

171
169
170

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

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 170 = 510 (100%)
R 171 of 510 ~ 33.53%
G 169 of 510 ~ 33.14%
B 170 of 510 ~ 33.33%

%33.53
%33.14
%33.33

CMYK color model

#ABA9AA color CMYK value is (0,1,1,33).

  • cyan value is 0.00%
  • magenta value is 1.17%
  • yellow value is 0.58%
  • key color value is 32.94%
CMYK:
(0,1,1,33)
C0M1Y1K33 
(0%,1%,1%,33%)
(0.00/0.01/0.01/0.33)	

CMYK percentages

%0
%1.17
%0.58
%32.94

Codes

Color #ABA9AA in popluar color models

ABA9AA
RGB171169170
HSL330°1.18%66.67%
HSB/HSV330°1.17%67.06%
CMYK0.00%1.17%0.58%
32.94%

Color #ABA9AA in popluar number systems.

HEXABA9AA
Decimal171169170
Binary101010111010100110101010
Octal253251252

Shades and tints

Shades of #ABA9AA

#ABA9AA
(171,169,170)
#9C9A9B
(156,154,155)
#8D8B8C
(141,139,140)
#7E7C7D
(126,124,125)
#6F6D6E
(111,109,110)
#605E5F
(96,94,95)
#514F50
(81,79,80)
#424041
(66,64,65)
#333132
(51,49,50)
#242223
(36,34,35)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #ABA9AA

#ABA9AA
(171,169,170)
#B2B0B1
(178,176,177)
#B9B7B8
(185,183,184)
#C0BEBF
(192,190,191)
#C7C5C6
(199,197,198)
#CECCCD
(206,204,205)
#D5D3D4
(213,211,212)
#DCDADB
(220,218,219)
#E3E1E2
(227,225,226)
#EAE8E9
(234,232,233)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA9AA; }

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

This text font color is #ABA9AA.


Background Color

.myBgColor { background-color: #ABA9AA; }

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

This div background color is #ABA9AA.


Border color

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

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

This div border color is #ABA9AA.


Opacity

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

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

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

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

This text has shadow with #ABA9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA9AA on black background.


Color preview on white background

This text has color #ABA9AA on white background.



Black color preview on #ABA9AA background

This text has black color on #ABA9AA background.


White color preview on #ABA9AA background

This text has white color on #ABA9AA background.