COLOR #A8B3AD

HEX: #A8B3AD
RGB: (168,179,173)

Color info

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

RGB color model

#A8B3AD color RGB value is (168,179,173).

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

RGB channels and saturation

R 168 of 255 = 66%
G 179 of 255 = 70%
B 173 of 255 = 68%

168
179
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 179 + 173 = 520 (100%)
R 168 of 520 ~ 32.31%
G 179 of 520 ~ 34.42%
B 173 of 520 ~ 33.27%

%32.31
%34.42
%33.27

CMYK color model

#A8B3AD color CMYK value is (6,0,3,30).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 29.80%
CMYK:
(6,0,3,30)
C6M0Y3K30 
(6%,0%,3%,30%)
(0.06/0.00/0.03/0.30)	

CMYK percentages

%6.15
%0
%3.35
%29.8

Codes

Color #A8B3AD in popluar color models

A8B3AD
RGB168179173
HSL147°6.75%68.04%
HSB/HSV147°6.15%70.20%
CMYK6.15%0.00%3.35%
29.80%

Color #A8B3AD in popluar number systems.

HEXA8B3AD
Decimal168179173
Binary101010001011001110101101
Octal250263255

Shades and tints

Shades of #A8B3AD

#A8B3AD
(168,179,173)
#99A39E
(153,163,158)
#8A938F
(138,147,143)
#7B8380
(123,131,128)
#6C7371
(108,115,113)
#5D6362
(93,99,98)
#4E5353
(78,83,83)
#3F4344
(63,67,68)
#303335
(48,51,53)
#212326
(33,35,38)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #A8B3AD

#A8B3AD
(168,179,173)
#AFB9B4
(175,185,180)
#B6BFBB
(182,191,187)
#BDC5C2
(189,197,194)
#C4CBC9
(196,203,201)
#CBD1D0
(203,209,208)
#D2D7D7
(210,215,215)
#D9DDDE
(217,221,222)
#E0E3E5
(224,227,229)
#E7E9EC
(231,233,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B3AD; }

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

This text font color is #A8B3AD.


Background Color

.myBgColor { background-color: #A8B3AD; }

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

This div background color is #A8B3AD.


Border color

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

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

This div border color is #A8B3AD.


Opacity

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

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

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

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

This text has shadow with #A8B3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B3AD on black background.


Color preview on white background

This text has color #A8B3AD on white background.



Black color preview on #A8B3AD background

This text has black color on #A8B3AD background.


White color preview on #A8B3AD background

This text has white color on #A8B3AD background.