COLOR #A8B1AF

HEX: #A8B1AF
RGB: (168,177,175)

Color info

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

RGB color model

#A8B1AF color RGB value is (168,177,175).

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

RGB channels and saturation

R 168 of 255 = 66%
G 177 of 255 = 69%
B 175 of 255 = 69%

168
177
175

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

Portions of RGB colors in percentages

R + G + B =
168 + 177 + 175 = 520 (100%)
R 168 of 520 ~ 32.31%
G 177 of 520 ~ 34.04%
B 175 of 520 ~ 33.65%

%32.31
%34.04
%33.65

CMYK color model

#A8B1AF color CMYK value is (5,0,1,31).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(5,0,1,31)
C5M0Y1K31 
(5%,0%,1%,31%)
(0.05/0.00/0.01/0.31)	

CMYK percentages

%5.08
%0
%1.13
%30.59

Codes

Color #A8B1AF in popluar color models

A8B1AF
RGB168177175
HSL167°5.45%67.65%
HSB/HSV167°5.08%69.41%
CMYK5.08%0.00%1.13%
30.59%

Color #A8B1AF in popluar number systems.

HEXA8B1AF
Decimal168177175
Binary101010001011000110101111
Octal250261257

Shades and tints

Shades of #A8B1AF

#A8B1AF
(168,177,175)
#99A1A0
(153,161,160)
#8A9191
(138,145,145)
#7B8182
(123,129,130)
#6C7173
(108,113,115)
#5D6164
(93,97,100)
#4E5155
(78,81,85)
#3F4146
(63,65,70)
#303137
(48,49,55)
#212128
(33,33,40)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #A8B1AF

#A8B1AF
(168,177,175)
#AFB8B6
(175,184,182)
#B6BFBD
(182,191,189)
#BDC6C4
(189,198,196)
#C4CDCB
(196,205,203)
#CBD4D2
(203,212,210)
#D2DBD9
(210,219,217)
#D9E2E0
(217,226,224)
#E0E9E7
(224,233,231)
#E7F0EE
(231,240,238)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B1AF; }

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

This text font color is #A8B1AF.


Background Color

.myBgColor { background-color: #A8B1AF; }

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

This div background color is #A8B1AF.


Border color

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

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

This div border color is #A8B1AF.


Opacity

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

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

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

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

This text has shadow with #A8B1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B1AF on black background.


Color preview on white background

This text has color #A8B1AF on white background.



Black color preview on #A8B1AF background

This text has black color on #A8B1AF background.


White color preview on #A8B1AF background

This text has white color on #A8B1AF background.