COLOR #A7ABAF

HEX: #A7ABAF
RGB: (167,171,175)

Color info

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

RGB color model

#A7ABAF color RGB value is (167,171,175).

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

RGB channels and saturation

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

167
171
175

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

Portions of RGB colors in percentages

R + G + B =
167 + 171 + 175 = 513 (100%)
R 167 of 513 ~ 32.55%
G 171 of 513 ~ 33.33%
B 175 of 513 ~ 34.11%

%32.55
%33.33
%34.11

CMYK color model

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

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

CMYK percentages

%4.57
%2.29
%0
%31.37

Codes

Color #A7ABAF in popluar color models

A7ABAF
RGB167171175
HSL210°4.76%67.06%
HSB/HSV210°4.57%68.63%
CMYK4.57%2.29%0.00%
31.37%

Color #A7ABAF in popluar number systems.

HEXA7ABAF
Decimal167171175
Binary101001111010101110101111
Octal247253257

Shades and tints

Shades of #A7ABAF

#A7ABAF
(167,171,175)
#989CA0
(152,156,160)
#898D91
(137,141,145)
#7A7E82
(122,126,130)
#6B6F73
(107,111,115)
#5C6064
(92,96,100)
#4D5155
(77,81,85)
#3E4246
(62,66,70)
#2F3337
(47,51,55)
#202428
(32,36,40)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #A7ABAF

#A7ABAF
(167,171,175)
#AFB2B6
(175,178,182)
#B7B9BD
(183,185,189)
#BFC0C4
(191,192,196)
#C7C7CB
(199,199,203)
#CFCED2
(207,206,210)
#D7D5D9
(215,213,217)
#DFDCE0
(223,220,224)
#E7E3E7
(231,227,231)
#EFEAEE
(239,234,238)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ABAF; }

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

This text font color is #A7ABAF.


Background Color

.myBgColor { background-color: #A7ABAF; }

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

This div background color is #A7ABAF.


Border color

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

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

This div border color is #A7ABAF.


Opacity

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

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

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

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

This text has shadow with #A7ABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ABAF on black background.


Color preview on white background

This text has color #A7ABAF on white background.



Black color preview on #A7ABAF background

This text has black color on #A7ABAF background.


White color preview on #A7ABAF background

This text has white color on #A7ABAF background.