COLOR #ABA9B1

HEX: #ABA9B1
RGB: (171,169,177)

Color info

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

RGB color model

#ABA9B1 color RGB value is (171,169,177).

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

RGB channels and saturation

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

171
169
177

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

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 177 = 517 (100%)
R 171 of 517 ~ 33.08%
G 169 of 517 ~ 32.69%
B 177 of 517 ~ 34.24%

%33.08
%32.69
%34.24

CMYK color model

#ABA9B1 color CMYK value is (3,5,0,31).

  • cyan value is 3.39%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(3,5,0,31)
C3M5Y0K31 
(3%,5%,0%,31%)
(0.03/0.05/0.00/0.31)	

CMYK percentages

%3.39
%4.52
%0
%30.59

Codes

Color #ABA9B1 in popluar color models

ABA9B1
RGB171169177
HSL255°4.88%67.84%
HSB/HSV255°4.52%69.41%
CMYK3.39%4.52%0.00%
30.59%

Color #ABA9B1 in popluar number systems.

HEXABA9B1
Decimal171169177
Binary101010111010100110110001
Octal253251261

Shades and tints

Shades of #ABA9B1

#ABA9B1
(171,169,177)
#9C9AA1
(156,154,161)
#8D8B91
(141,139,145)
#7E7C81
(126,124,129)
#6F6D71
(111,109,113)
#605E61
(96,94,97)
#514F51
(81,79,81)
#424041
(66,64,65)
#333131
(51,49,49)
#242221
(36,34,33)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #ABA9B1

#ABA9B1
(171,169,177)
#B2B0B8
(178,176,184)
#B9B7BF
(185,183,191)
#C0BEC6
(192,190,198)
#C7C5CD
(199,197,205)
#CECCD4
(206,204,212)
#D5D3DB
(213,211,219)
#DCDAE2
(220,218,226)
#E3E1E9
(227,225,233)
#EAE8F0
(234,232,240)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA9B1; }

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

This text font color is #ABA9B1.


Background Color

.myBgColor { background-color: #ABA9B1; }

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

This div background color is #ABA9B1.


Border color

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

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

This div border color is #ABA9B1.


Opacity

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

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

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

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

This text has shadow with #ABA9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA9B1 on black background.


Color preview on white background

This text has color #ABA9B1 on white background.



Black color preview on #ABA9B1 background

This text has black color on #ABA9B1 background.


White color preview on #ABA9B1 background

This text has white color on #ABA9B1 background.