COLOR #ABA9B0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
169
176

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

Portions of RGB colors in percentages

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

%33.14
%32.75
%34.11

CMYK color model

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

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

CMYK percentages

%2.84
%3.98
%0
%30.98

Codes

Color #ABA9B0 in popluar color models

ABA9B0
RGB171169176
HSL257°4.24%67.65%
HSB/HSV257°3.98%69.02%
CMYK2.84%3.98%0.00%
30.98%

Color #ABA9B0 in popluar number systems.

HEXABA9B0
Decimal171169176
Binary101010111010100110110000
Octal253251260

Shades and tints

Shades of #ABA9B0

#ABA9B0
(171,169,176)
#9C9AA0
(156,154,160)
#8D8B90
(141,139,144)
#7E7C80
(126,124,128)
#6F6D70
(111,109,112)
#605E60
(96,94,96)
#514F50
(81,79,80)
#424040
(66,64,64)
#333130
(51,49,48)
#242220
(36,34,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #ABA9B0

#ABA9B0
(171,169,176)
#B2B0B7
(178,176,183)
#B9B7BE
(185,183,190)
#C0BEC5
(192,190,197)
#C7C5CC
(199,197,204)
#CECCD3
(206,204,211)
#D5D3DA
(213,211,218)
#DCDAE1
(220,218,225)
#E3E1E8
(227,225,232)
#EAE8EF
(234,232,239)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA9B0; }

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

This text font color is #ABA9B0.


Background Color

.myBgColor { background-color: #ABA9B0; }

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

This div background color is #ABA9B0.


Border color

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

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

This div border color is #ABA9B0.


Opacity

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

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

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

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

This text has shadow with #ABA9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA9B0 on black background.


Color preview on white background

This text has color #ABA9B0 on white background.



Black color preview on #ABA9B0 background

This text has black color on #ABA9B0 background.


White color preview on #ABA9B0 background

This text has white color on #ABA9B0 background.