COLOR #A8B1AC

HEX: #A8B1AC
RGB: (168,177,172)

Color info

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

RGB color model

#A8B1AC color RGB value is (168,177,172).

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

RGB channels and saturation

R 168 of 255 = 66%
G 177 of 255 = 69%
B 172 of 255 = 67%

168
177
172

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

Portions of RGB colors in percentages

R + G + B =
168 + 177 + 172 = 517 (100%)
R 168 of 517 ~ 32.5%
G 177 of 517 ~ 34.24%
B 172 of 517 ~ 33.27%

%32.5
%34.24
%33.27

CMYK color model

#A8B1AC color CMYK value is (5,0,3,31).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 30.59%
CMYK:
(5,0,3,31)
C5M0Y3K31 
(5%,0%,3%,31%)
(0.05/0.00/0.03/0.31)	

CMYK percentages

%5.08
%0
%2.82
%30.59

Codes

Color #A8B1AC in popluar color models

A8B1AC
RGB168177172
HSL147°5.45%67.65%
HSB/HSV147°5.08%69.41%
CMYK5.08%0.00%2.82%
30.59%

Color #A8B1AC in popluar number systems.

HEXA8B1AC
Decimal168177172
Binary101010001011000110101100
Octal250261254

Shades and tints

Shades of #A8B1AC

#A8B1AC
(168,177,172)
#99A19D
(153,161,157)
#8A918E
(138,145,142)
#7B817F
(123,129,127)
#6C7170
(108,113,112)
#5D6161
(93,97,97)
#4E5152
(78,81,82)
#3F4143
(63,65,67)
#303134
(48,49,52)
#212125
(33,33,37)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #A8B1AC

#A8B1AC
(168,177,172)
#AFB8B3
(175,184,179)
#B6BFBA
(182,191,186)
#BDC6C1
(189,198,193)
#C4CDC8
(196,205,200)
#CBD4CF
(203,212,207)
#D2DBD6
(210,219,214)
#D9E2DD
(217,226,221)
#E0E9E4
(224,233,228)
#E7F0EB
(231,240,235)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B1AC; }

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

This text font color is #A8B1AC.


Background Color

.myBgColor { background-color: #A8B1AC; }

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

This div background color is #A8B1AC.


Border color

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

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

This div border color is #A8B1AC.


Opacity

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

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

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

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

This text has shadow with #A8B1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B1AC on black background.


Color preview on white background

This text has color #A8B1AC on white background.



Black color preview on #A8B1AC background

This text has black color on #A8B1AC background.


White color preview on #A8B1AC background

This text has white color on #A8B1AC background.