COLOR #A6B3AA

HEX: #A6B3AA
RGB: (166,179,170)

Color info

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

RGB color model

#A6B3AA color RGB value is (166,179,170).

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

RGB channels and saturation

R 166 of 255 = 65%
G 179 of 255 = 70%
B 170 of 255 = 67%

166
179
170

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

Portions of RGB colors in percentages

R + G + B =
166 + 179 + 170 = 515 (100%)
R 166 of 515 ~ 32.23%
G 179 of 515 ~ 34.76%
B 170 of 515 ~ 33.01%

%32.23
%34.76
%33.01

CMYK color model

#A6B3AA color CMYK value is (7,0,5,30).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 29.80%
CMYK:
(7,0,5,30)
C7M0Y5K30 
(7%,0%,5%,30%)
(0.07/0.00/0.05/0.30)	

CMYK percentages

%7.26
%0
%5.03
%29.8

Codes

Color #A6B3AA in popluar color models

A6B3AA
RGB166179170
HSL138°7.88%67.65%
HSB/HSV138°7.26%70.20%
CMYK7.26%0.00%5.03%
29.80%

Color #A6B3AA in popluar number systems.

HEXA6B3AA
Decimal166179170
Binary101001101011001110101010
Octal246263252

Shades and tints

Shades of #A6B3AA

#A6B3AA
(166,179,170)
#97A39B
(151,163,155)
#88938C
(136,147,140)
#79837D
(121,131,125)
#6A736E
(106,115,110)
#5B635F
(91,99,95)
#4C5350
(76,83,80)
#3D4341
(61,67,65)
#2E3332
(46,51,50)
#1F2323
(31,35,35)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #A6B3AA

#A6B3AA
(166,179,170)
#AEB9B1
(174,185,177)
#B6BFB8
(182,191,184)
#BEC5BF
(190,197,191)
#C6CBC6
(198,203,198)
#CED1CD
(206,209,205)
#D6D7D4
(214,215,212)
#DEDDDB
(222,221,219)
#E6E3E2
(230,227,226)
#EEE9E9
(238,233,233)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B3AA; }

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

This text font color is #A6B3AA.


Background Color

.myBgColor { background-color: #A6B3AA; }

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

This div background color is #A6B3AA.


Border color

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

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

This div border color is #A6B3AA.


Opacity

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

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

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

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

This text has shadow with #A6B3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B3AA on black background.


Color preview on white background

This text has color #A6B3AA on white background.



Black color preview on #A6B3AA background

This text has black color on #A6B3AA background.


White color preview on #A6B3AA background

This text has white color on #A6B3AA background.