COLOR #A8AFA7

HEX: #A8AFA7
RGB: (168,175,167)

Color info

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

RGB color model

#A8AFA7 color RGB value is (168,175,167).

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

RGB channels and saturation

R 168 of 255 = 66%
G 175 of 255 = 69%
B 167 of 255 = 65%

168
175
167

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

Portions of RGB colors in percentages

R + G + B =
168 + 175 + 167 = 510 (100%)
R 168 of 510 ~ 32.94%
G 175 of 510 ~ 34.31%
B 167 of 510 ~ 32.75%

%32.94
%34.31
%32.75

CMYK color model

#A8AFA7 color CMYK value is (4,0,5,31).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(4,0,5,31)
C4M0Y5K31 
(4%,0%,5%,31%)
(0.04/0.00/0.05/0.31)	

CMYK percentages

%4
%0
%4.57
%31.37

Codes

Color #A8AFA7 in popluar color models

A8AFA7
RGB168175167
HSL113°4.76%67.06%
HSB/HSV113°4.57%68.63%
CMYK4.00%0.00%4.57%
31.37%

Color #A8AFA7 in popluar number systems.

HEXA8AFA7
Decimal168175167
Binary101010001010111110100111
Octal250257247

Shades and tints

Shades of #A8AFA7

#A8AFA7
(168,175,167)
#99A098
(153,160,152)
#8A9189
(138,145,137)
#7B827A
(123,130,122)
#6C736B
(108,115,107)
#5D645C
(93,100,92)
#4E554D
(78,85,77)
#3F463E
(63,70,62)
#30372F
(48,55,47)
#212820
(33,40,32)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #A8AFA7

#A8AFA7
(168,175,167)
#AFB6AF
(175,182,175)
#B6BDB7
(182,189,183)
#BDC4BF
(189,196,191)
#C4CBC7
(196,203,199)
#CBD2CF
(203,210,207)
#D2D9D7
(210,217,215)
#D9E0DF
(217,224,223)
#E0E7E7
(224,231,231)
#E7EEEF
(231,238,239)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AFA7; }

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

This text font color is #A8AFA7.


Background Color

.myBgColor { background-color: #A8AFA7; }

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

This div background color is #A8AFA7.


Border color

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

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

This div border color is #A8AFA7.


Opacity

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

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

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

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

This text has shadow with #A8AFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AFA7 on black background.


Color preview on white background

This text has color #A8AFA7 on white background.



Black color preview on #A8AFA7 background

This text has black color on #A8AFA7 background.


White color preview on #A8AFA7 background

This text has white color on #A8AFA7 background.