COLOR #ABABAF

HEX: #ABABAF RGB: (171,171,175)

Color info

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

RGB color model

#ABABAF color RGB value is (171,171,175).

RGB: (171,171,175) (67%, 67%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 175 of 255 = 69%

171
171
175

R + G + B ~ 68%. #ABABAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 171 + 175 = 517 (100%)
R 171 of 517 ~ 33.08%
G 171 of 517 ~ 33.08%
B 175 of 517 ~ 33.85'%

%33.08
%33.08
%33.85

CMYK color model

#ABABAF color CMYK value is (2,2,0,31).

  • cyan value is 2.29%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (2,2,0,31)
C2M2Y0K31 (2%, 2%, 0%, 31%)
(0.02 / 0.02 / 0.00 / 0.31)

CMYK percentages

%2.29
%2.29
%0
%31.37

Codes

Color #ABABAF in popluar color models

AB AB AF
RGB 171 171 175
HSL 240° 2.44% 67.84%
HSB/HSV 240° 2.29% 68.63%
CMYK 2.29% 2.29% 0.00%
31.37%

Color #ABABAF in popluar number systems.

HEX AB AB AF
Decimal 171 171 175
Binary 10101011 10101011 10101111
Octal 253 253 257

Shades and tints

Shades of #ABABAF

#ABABAF
(171,171,175)
#9C9CA0
(156,156,160)
#8D8D91
(141,141,145)
#7E7E82
(126,126,130)
#6F6F73
(111,111,115)
#606064
(96,96,100)
#515155
(81,81,85)
#424246
(66,66,70)
#333337
(51,51,55)
#242428
(36,36,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #ABABAF

#ABABAF
(171,171,175)
#B2B2B6
(178,178,182)
#B9B9BD
(185,185,189)
#C0C0C4
(192,192,196)
#C7C7CB
(199,199,203)
#CECED2
(206,206,210)
#D5D5D9
(213,213,217)
#DCDCE0
(220,220,224)
#E3E3E7
(227,227,231)
#EAEAEE
(234,234,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABAF; }

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

This text font color is #ABABAF.

Background Color

.myBgColor { background-color: #ABABAF; }

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

This div background color is #ABABAF.

Border color

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

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

This div border color is #ABABAF.

Opacity

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

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

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

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

This text has shadow with #ABABAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABABAF.

Preview

Color preview on black background

This text has color #ABABAF on black background.


Color preview on white background

This text has color #ABABAF on white background.


Black color preview on #ABABAF background

This text has black color on #ABABAF background.


White color preview on #ABABAF background

This text has white color on #ABABAF background.


Related colors

Complementary color

Complementary color for #hex is #545450.


I love getcolorcode.com