COLOR #A8A7AB

HEX: #A8A7AB
RGB: (168,167,171)

Color info

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

RGB color model

#A8A7AB color RGB value is (168,167,171).

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

RGB channels and saturation

R 168 of 255 = 66%
G 167 of 255 = 65%
B 171 of 255 = 67%

168
167
171

R + G + B ~ 66%. #A8A7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 167 + 171 = 506 (100%)
R 168 of 506 ~ 33.2%
G 167 of 506 ~ 33%
B 171 of 506 ~ 33.79%

%33.2
%33
%33.79

CMYK color model

#A8A7AB color CMYK value is (2,2,0,33).

  • cyan value is 1.75%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(2,2,0,33)
C2M2Y0K33 
(2%,2%,0%,33%)
(0.02/0.02/0.00/0.33)	

CMYK percentages

%1.75
%2.34
%0
%32.94

Codes

Color #A8A7AB in popluar color models

A8A7AB
RGB168167171
HSL255°2.33%66.27%
HSB/HSV255°2.34%67.06%
CMYK1.75%2.34%0.00%
32.94%

Color #A8A7AB in popluar number systems.

HEXA8A7AB
Decimal168167171
Binary101010001010011110101011
Octal250247253

Shades and tints

Shades of #A8A7AB

#A8A7AB
(168,167,171)
#99989C
(153,152,156)
#8A898D
(138,137,141)
#7B7A7E
(123,122,126)
#6C6B6F
(108,107,111)
#5D5C60
(93,92,96)
#4E4D51
(78,77,81)
#3F3E42
(63,62,66)
#302F33
(48,47,51)
#212024
(33,32,36)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #A8A7AB

#A8A7AB
(168,167,171)
#AFAFB2
(175,175,178)
#B6B7B9
(182,183,185)
#BDBFC0
(189,191,192)
#C4C7C7
(196,199,199)
#CBCFCE
(203,207,206)
#D2D7D5
(210,215,213)
#D9DFDC
(217,223,220)
#E0E7E3
(224,231,227)
#E7EFEA
(231,239,234)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A7AB; }

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

This text font color is #A8A7AB.


Background Color

.myBgColor { background-color: #A8A7AB; }

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

This div background color is #A8A7AB.


Border color

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

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

This div border color is #A8A7AB.


Opacity

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

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

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

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

This text has shadow with #A8A7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A7AB on black background.


Color preview on white background

This text has color #A8A7AB on white background.



Black color preview on #A8A7AB background

This text has black color on #A8A7AB background.


White color preview on #A8A7AB background

This text has white color on #A8A7AB background.