COLOR #A8AAAF

HEX: #A8AAAF
RGB: (168,170,175)

Color info

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

RGB color model

#A8AAAF color RGB value is (168,170,175).

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

RGB channels and saturation

R 168 of 255 = 66%
G 170 of 255 = 67%
B 175 of 255 = 69%

168
170
175

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

Portions of RGB colors in percentages

R + G + B =
168 + 170 + 175 = 513 (100%)
R 168 of 513 ~ 32.75%
G 170 of 513 ~ 33.14%
B 175 of 513 ~ 34.11%

%32.75
%33.14
%34.11

CMYK color model

#A8AAAF color CMYK value is (4,3,0,31).

  • cyan value is 4.00%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(4,3,0,31)
C4M3Y0K31 
(4%,3%,0%,31%)
(0.04/0.03/0.00/0.31)	

CMYK percentages

%4
%2.86
%0
%31.37

Codes

Color #A8AAAF in popluar color models

A8AAAF
RGB168170175
HSL223°4.19%67.25%
HSB/HSV223°4.00%68.63%
CMYK4.00%2.86%0.00%
31.37%

Color #A8AAAF in popluar number systems.

HEXA8AAAF
Decimal168170175
Binary101010001010101010101111
Octal250252257

Shades and tints

Shades of #A8AAAF

#A8AAAF
(168,170,175)
#999BA0
(153,155,160)
#8A8C91
(138,140,145)
#7B7D82
(123,125,130)
#6C6E73
(108,110,115)
#5D5F64
(93,95,100)
#4E5055
(78,80,85)
#3F4146
(63,65,70)
#303237
(48,50,55)
#212328
(33,35,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #A8AAAF

#A8AAAF
(168,170,175)
#AFB1B6
(175,177,182)
#B6B8BD
(182,184,189)
#BDBFC4
(189,191,196)
#C4C6CB
(196,198,203)
#CBCDD2
(203,205,210)
#D2D4D9
(210,212,217)
#D9DBE0
(217,219,224)
#E0E2E7
(224,226,231)
#E7E9EE
(231,233,238)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AAAF; }

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

This text font color is #A8AAAF.


Background Color

.myBgColor { background-color: #A8AAAF; }

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

This div background color is #A8AAAF.


Border color

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

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

This div border color is #A8AAAF.


Opacity

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

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

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

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

This text has shadow with #A8AAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AAAF on black background.


Color preview on white background

This text has color #A8AAAF on white background.



Black color preview on #A8AAAF background

This text has black color on #A8AAAF background.


White color preview on #A8AAAF background

This text has white color on #A8AAAF background.