COLOR #ABAB9F

HEX: #ABAB9F
RGB: (171,171,159)

Color info

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

RGB color model

#ABAB9F color RGB value is (171,171,159).

  • red value is 171;
  • green value is 171;
  • blue value is 159.
RGB:
(171,171,159)
(67%,67%,62%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 159 of 255 = 62%

171
171
159

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 159 = 501 (100%)
R 171 of 501 ~ 34.13%
G 171 of 501 ~ 34.13%
B 159 of 501 ~ 31.74%

%34.13
%34.13
%31.74

CMYK color model

#ABAB9F color CMYK value is (0,0,7,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 32.94%
CMYK:
(0,0,7,33)
C0M0Y7K33 
(0%,0%,7%,33%)
(0.00/0.00/0.07/0.33)	

CMYK percentages

%0
%0
%7.02
%32.94

Codes

Color #ABAB9F in popluar color models

ABAB9F
RGB171171159
HSL60°6.67%64.71%
HSB/HSV60°7.02%67.06%
CMYK0.00%0.00%7.02%
32.94%

Color #ABAB9F in popluar number systems.

HEXABAB9F
Decimal171171159
Binary101010111010101110011111
Octal253253237

Shades and tints

Shades of #ABAB9F

#ABAB9F
(171,171,159)
#9C9C91
(156,156,145)
#8D8D83
(141,141,131)
#7E7E75
(126,126,117)
#6F6F67
(111,111,103)
#606059
(96,96,89)
#51514B
(81,81,75)
#42423D
(66,66,61)
#33332F
(51,51,47)
#242421
(36,36,33)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #ABAB9F

#ABAB9F
(171,171,159)
#B2B2A7
(178,178,167)
#B9B9AF
(185,185,175)
#C0C0B7
(192,192,183)
#C7C7BF
(199,199,191)
#CECEC7
(206,206,199)
#D5D5CF
(213,213,207)
#DCDCD7
(220,220,215)
#E3E3DF
(227,227,223)
#EAEAE7
(234,234,231)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAB9F; }

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

This text font color is #ABAB9F.


Background Color

.myBgColor { background-color: #ABAB9F; }

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

This div background color is #ABAB9F.


Border color

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

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

This div border color is #ABAB9F.


Opacity

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

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

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

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

This text has shadow with #ABAB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAB9F on black background.


Color preview on white background

This text has color #ABAB9F on white background.



Black color preview on #ABAB9F background

This text has black color on #ABAB9F background.


White color preview on #ABAB9F background

This text has white color on #ABAB9F background.