COLOR #ABA0A6

HEX: #ABA0A6
RGB: (171,160,166)

Color info

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

RGB color model

#ABA0A6 color RGB value is (171,160,166).

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

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 166 of 255 = 65%

171
160
166

R + G + B ~ 65%. #ABA0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 160 + 166 = 497 (100%)
R 171 of 497 ~ 34.41%
G 160 of 497 ~ 32.19%
B 166 of 497 ~ 33.4%

%34.41
%32.19
%33.4

CMYK color model

#ABA0A6 color CMYK value is (0,6,3,33).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 2.92%
  • key color value is 32.94%
CMYK:
(0,6,3,33)
C0M6Y3K33 
(0%,6%,3%,33%)
(0.00/0.06/0.03/0.33)	

CMYK percentages

%0
%6.43
%2.92
%32.94

Codes

Color #ABA0A6 in popluar color models

ABA0A6
RGB171160166
HSL327°6.15%64.90%
HSB/HSV327°6.43%67.06%
CMYK0.00%6.43%2.92%
32.94%

Color #ABA0A6 in popluar number systems.

HEXABA0A6
Decimal171160166
Binary101010111010000010100110
Octal253240246

Shades and tints

Shades of #ABA0A6

#ABA0A6
(171,160,166)
#9C9297
(156,146,151)
#8D8488
(141,132,136)
#7E7679
(126,118,121)
#6F686A
(111,104,106)
#605A5B
(96,90,91)
#514C4C
(81,76,76)
#423E3D
(66,62,61)
#33302E
(51,48,46)
#24221F
(36,34,31)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #ABA0A6

#ABA0A6
(171,160,166)
#B2A8AE
(178,168,174)
#B9B0B6
(185,176,182)
#C0B8BE
(192,184,190)
#C7C0C6
(199,192,198)
#CEC8CE
(206,200,206)
#D5D0D6
(213,208,214)
#DCD8DE
(220,216,222)
#E3E0E6
(227,224,230)
#EAE8EE
(234,232,238)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA0A6; }

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

This text font color is #ABA0A6.


Background Color

.myBgColor { background-color: #ABA0A6; }

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

This div background color is #ABA0A6.


Border color

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

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

This div border color is #ABA0A6.


Opacity

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

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

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

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

This text has shadow with #ABA0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA0A6 on black background.


Color preview on white background

This text has color #ABA0A6 on white background.



Black color preview on #ABA0A6 background

This text has black color on #ABA0A6 background.


White color preview on #ABA0A6 background

This text has white color on #ABA0A6 background.