COLOR #ABA6A9

HEX: #ABA6A9
RGB: (171,166,169)

Color info

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

RGB color model

#ABA6A9 color RGB value is (171,166,169).

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

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 169 of 255 = 66%

171
166
169

R + G + B ~ 66%. #ABA6A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 166 + 169 = 506 (100%)
R 171 of 506 ~ 33.79%
G 166 of 506 ~ 32.81%
B 169 of 506 ~ 33.4%

%33.79
%32.81
%33.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(0,3,1,33)
C0M3Y1K33 
(0%,3%,1%,33%)
(0.00/0.03/0.01/0.33)	

CMYK percentages

%0
%2.92
%1.17
%32.94

Codes

Color #ABA6A9 in popluar color models

ABA6A9
RGB171166169
HSL324°2.89%66.08%
HSB/HSV324°2.92%67.06%
CMYK0.00%2.92%1.17%
32.94%

Color #ABA6A9 in popluar number systems.

HEXABA6A9
Decimal171166169
Binary101010111010011010101001
Octal253246251

Shades and tints

Shades of #ABA6A9

#ABA6A9
(171,166,169)
#9C979A
(156,151,154)
#8D888B
(141,136,139)
#7E797C
(126,121,124)
#6F6A6D
(111,106,109)
#605B5E
(96,91,94)
#514C4F
(81,76,79)
#423D40
(66,61,64)
#332E31
(51,46,49)
#241F22
(36,31,34)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #ABA6A9

#ABA6A9
(171,166,169)
#B2AEB0
(178,174,176)
#B9B6B7
(185,182,183)
#C0BEBE
(192,190,190)
#C7C6C5
(199,198,197)
#CECECC
(206,206,204)
#D5D6D3
(213,214,211)
#DCDEDA
(220,222,218)
#E3E6E1
(227,230,225)
#EAEEE8
(234,238,232)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA6A9; }

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

This text font color is #ABA6A9.


Background Color

.myBgColor { background-color: #ABA6A9; }

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

This div background color is #ABA6A9.


Border color

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

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

This div border color is #ABA6A9.


Opacity

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

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

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

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

This text has shadow with #ABA6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA6A9 on black background.


Color preview on white background

This text has color #ABA6A9 on white background.



Black color preview on #ABA6A9 background

This text has black color on #ABA6A9 background.


White color preview on #ABA6A9 background

This text has white color on #ABA6A9 background.