COLOR #A8B1AD

HEX: #A8B1AD
RGB: (168,177,173)

Color info

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

RGB color model

#A8B1AD color RGB value is (168,177,173).

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

RGB channels and saturation

R 168 of 255 = 66%
G 177 of 255 = 69%
B 173 of 255 = 68%

168
177
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 177 + 173 = 518 (100%)
R 168 of 518 ~ 32.43%
G 177 of 518 ~ 34.17%
B 173 of 518 ~ 33.4%

%32.43
%34.17
%33.4

CMYK color model

#A8B1AD color CMYK value is (5,0,2,31).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 30.59%
CMYK:
(5,0,2,31)
C5M0Y2K31 
(5%,0%,2%,31%)
(0.05/0.00/0.02/0.31)	

CMYK percentages

%5.08
%0
%2.26
%30.59

Codes

Color #A8B1AD in popluar color models

A8B1AD
RGB168177173
HSL153°5.45%67.65%
HSB/HSV153°5.08%69.41%
CMYK5.08%0.00%2.26%
30.59%

Color #A8B1AD in popluar number systems.

HEXA8B1AD
Decimal168177173
Binary101010001011000110101101
Octal250261255

Shades and tints

Shades of #A8B1AD

#A8B1AD
(168,177,173)
#99A19E
(153,161,158)
#8A918F
(138,145,143)
#7B8180
(123,129,128)
#6C7171
(108,113,113)
#5D6162
(93,97,98)
#4E5153
(78,81,83)
#3F4144
(63,65,68)
#303135
(48,49,53)
#212126
(33,33,38)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #A8B1AD

#A8B1AD
(168,177,173)
#AFB8B4
(175,184,180)
#B6BFBB
(182,191,187)
#BDC6C2
(189,198,194)
#C4CDC9
(196,205,201)
#CBD4D0
(203,212,208)
#D2DBD7
(210,219,215)
#D9E2DE
(217,226,222)
#E0E9E5
(224,233,229)
#E7F0EC
(231,240,236)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B1AD; }

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

This text font color is #A8B1AD.


Background Color

.myBgColor { background-color: #A8B1AD; }

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

This div background color is #A8B1AD.


Border color

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

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

This div border color is #A8B1AD.


Opacity

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

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

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

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

This text has shadow with #A8B1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B1AD on black background.


Color preview on white background

This text has color #A8B1AD on white background.



Black color preview on #A8B1AD background

This text has black color on #A8B1AD background.


White color preview on #A8B1AD background

This text has white color on #A8B1AD background.