COLOR #A8B1AB

HEX: #A8B1AB
RGB: (168,177,171)

Color info

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

RGB color model

#A8B1AB color RGB value is (168,177,171).

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

RGB channels and saturation

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

168
177
171

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

Portions of RGB colors in percentages

R + G + B =
168 + 177 + 171 = 516 (100%)
R 168 of 516 ~ 32.56%
G 177 of 516 ~ 34.3%
B 171 of 516 ~ 33.14%

%32.56
%34.3
%33.14

CMYK color model

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

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • 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
%3.39
%30.59

Codes

Color #A8B1AB in popluar color models

A8B1AB
RGB168177171
HSL140°5.45%67.65%
HSB/HSV140°5.08%69.41%
CMYK5.08%0.00%3.39%
30.59%

Color #A8B1AB in popluar number systems.

HEXA8B1AB
Decimal168177171
Binary101010001011000110101011
Octal250261253

Shades and tints

Shades of #A8B1AB

#A8B1AB
(168,177,171)
#99A19C
(153,161,156)
#8A918D
(138,145,141)
#7B817E
(123,129,126)
#6C716F
(108,113,111)
#5D6160
(93,97,96)
#4E5151
(78,81,81)
#3F4142
(63,65,66)
#303133
(48,49,51)
#212124
(33,33,36)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #A8B1AB

#A8B1AB
(168,177,171)
#AFB8B2
(175,184,178)
#B6BFB9
(182,191,185)
#BDC6C0
(189,198,192)
#C4CDC7
(196,205,199)
#CBD4CE
(203,212,206)
#D2DBD5
(210,219,213)
#D9E2DC
(217,226,220)
#E0E9E3
(224,233,227)
#E7F0EA
(231,240,234)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B1AB; }

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

This text font color is #A8B1AB.


Background Color

.myBgColor { background-color: #A8B1AB; }

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

This div background color is #A8B1AB.


Border color

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

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

This div border color is #A8B1AB.


Opacity

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

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

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

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

This text has shadow with #A8B1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B1AB on black background.


Color preview on white background

This text has color #A8B1AB on white background.



Black color preview on #A8B1AB background

This text has black color on #A8B1AB background.


White color preview on #A8B1AB background

This text has white color on #A8B1AB background.