COLOR #A8B3A6

HEX: #A8B3A6
RGB: (168,179,166)

Color info

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

RGB color model

#A8B3A6 color RGB value is (168,179,166).

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

RGB channels and saturation

R 168 of 255 = 66%
G 179 of 255 = 70%
B 166 of 255 = 65%

168
179
166

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

Portions of RGB colors in percentages

R + G + B =
168 + 179 + 166 = 513 (100%)
R 168 of 513 ~ 32.75%
G 179 of 513 ~ 34.89%
B 166 of 513 ~ 32.36%

%32.75
%34.89
%32.36

CMYK color model

#A8B3A6 color CMYK value is (6,0,7,30).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 29.80%
CMYK:
(6,0,7,30)
C6M0Y7K30 
(6%,0%,7%,30%)
(0.06/0.00/0.07/0.30)	

CMYK percentages

%6.15
%0
%7.26
%29.8

Codes

Color #A8B3A6 in popluar color models

A8B3A6
RGB168179166
HSL111°7.88%67.65%
HSB/HSV111°7.26%70.20%
CMYK6.15%0.00%7.26%
29.80%

Color #A8B3A6 in popluar number systems.

HEXA8B3A6
Decimal168179166
Binary101010001011001110100110
Octal250263246

Shades and tints

Shades of #A8B3A6

#A8B3A6
(168,179,166)
#99A397
(153,163,151)
#8A9388
(138,147,136)
#7B8379
(123,131,121)
#6C736A
(108,115,106)
#5D635B
(93,99,91)
#4E534C
(78,83,76)
#3F433D
(63,67,61)
#30332E
(48,51,46)
#21231F
(33,35,31)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #A8B3A6

#A8B3A6
(168,179,166)
#AFB9AE
(175,185,174)
#B6BFB6
(182,191,182)
#BDC5BE
(189,197,190)
#C4CBC6
(196,203,198)
#CBD1CE
(203,209,206)
#D2D7D6
(210,215,214)
#D9DDDE
(217,221,222)
#E0E3E6
(224,227,230)
#E7E9EE
(231,233,238)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B3A6; }

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

This text font color is #A8B3A6.


Background Color

.myBgColor { background-color: #A8B3A6; }

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

This div background color is #A8B3A6.


Border color

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

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

This div border color is #A8B3A6.


Opacity

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

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

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

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

This text has shadow with #A8B3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B3A6 on black background.


Color preview on white background

This text has color #A8B3A6 on white background.



Black color preview on #A8B3A6 background

This text has black color on #A8B3A6 background.


White color preview on #A8B3A6 background

This text has white color on #A8B3A6 background.