COLOR #ABAFAF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
175
175

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

Portions of RGB colors in percentages

R + G + B =
171 + 175 + 175 = 521 (100%)
R 171 of 521 ~ 32.82%
G 175 of 521 ~ 33.59%
B 175 of 521 ~ 33.59%

%32.82
%33.59
%33.59

CMYK color model

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

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,0,0,31)
C2M0Y0K31 
(2%,0%,0%,31%)
(0.02/0.00/0.00/0.31)	

CMYK percentages

%2.29
%0
%0
%31.37

Codes

Color #ABAFAF in popluar color models

ABAFAF
RGB171175175
HSL180°2.44%67.84%
HSB/HSV180°2.29%68.63%
CMYK2.29%0.00%0.00%
31.37%

Color #ABAFAF in popluar number systems.

HEXABAFAF
Decimal171175175
Binary101010111010111110101111
Octal253257257

Shades and tints

Shades of #ABAFAF

#ABAFAF
(171,175,175)
#9CA0A0
(156,160,160)
#8D9191
(141,145,145)
#7E8282
(126,130,130)
#6F7373
(111,115,115)
#606464
(96,100,100)
#515555
(81,85,85)
#424646
(66,70,70)
#333737
(51,55,55)
#242828
(36,40,40)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #ABAFAF

#ABAFAF
(171,175,175)
#B2B6B6
(178,182,182)
#B9BDBD
(185,189,189)
#C0C4C4
(192,196,196)
#C7CBCB
(199,203,203)
#CED2D2
(206,210,210)
#D5D9D9
(213,217,217)
#DCE0E0
(220,224,224)
#E3E7E7
(227,231,231)
#EAEEEE
(234,238,238)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAFAF; }

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

This text font color is #ABAFAF.


Background Color

.myBgColor { background-color: #ABAFAF; }

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

This div background color is #ABAFAF.


Border color

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

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

This div border color is #ABAFAF.


Opacity

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

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

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

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

This text has shadow with #ABAFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAFAF on black background.


Color preview on white background

This text has color #ABAFAF on white background.



Black color preview on #ABAFAF background

This text has black color on #ABAFAF background.


White color preview on #ABAFAF background

This text has white color on #ABAFAF background.