COLOR #A6B3AD

HEX: #A6B3AD
RGB: (166,179,173)

Color info

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

RGB color model

#A6B3AD color RGB value is (166,179,173).

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

RGB channels and saturation

R 166 of 255 = 65%
G 179 of 255 = 70%
B 173 of 255 = 68%

166
179
173

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

Portions of RGB colors in percentages

R + G + B =
166 + 179 + 173 = 518 (100%)
R 166 of 518 ~ 32.05%
G 179 of 518 ~ 34.56%
B 173 of 518 ~ 33.4%

%32.05
%34.56
%33.4

CMYK color model

#A6B3AD color CMYK value is (7,0,3,30).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 29.80%
CMYK:
(7,0,3,30)
C7M0Y3K30 
(7%,0%,3%,30%)
(0.07/0.00/0.03/0.30)	

CMYK percentages

%7.26
%0
%3.35
%29.8

Codes

Color #A6B3AD in popluar color models

A6B3AD
RGB166179173
HSL152°7.88%67.65%
HSB/HSV152°7.26%70.20%
CMYK7.26%0.00%3.35%
29.80%

Color #A6B3AD in popluar number systems.

HEXA6B3AD
Decimal166179173
Binary101001101011001110101101
Octal246263255

Shades and tints

Shades of #A6B3AD

#A6B3AD
(166,179,173)
#97A39E
(151,163,158)
#88938F
(136,147,143)
#798380
(121,131,128)
#6A7371
(106,115,113)
#5B6362
(91,99,98)
#4C5353
(76,83,83)
#3D4344
(61,67,68)
#2E3335
(46,51,53)
#1F2326
(31,35,38)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #A6B3AD

#A6B3AD
(166,179,173)
#AEB9B4
(174,185,180)
#B6BFBB
(182,191,187)
#BEC5C2
(190,197,194)
#C6CBC9
(198,203,201)
#CED1D0
(206,209,208)
#D6D7D7
(214,215,215)
#DEDDDE
(222,221,222)
#E6E3E5
(230,227,229)
#EEE9EC
(238,233,236)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B3AD; }

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

This text font color is #A6B3AD.


Background Color

.myBgColor { background-color: #A6B3AD; }

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

This div background color is #A6B3AD.


Border color

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

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

This div border color is #A6B3AD.


Opacity

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

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

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

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

This text has shadow with #A6B3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B3AD on black background.


Color preview on white background

This text has color #A6B3AD on white background.



Black color preview on #A6B3AD background

This text has black color on #A6B3AD background.


White color preview on #A6B3AD background

This text has white color on #A6B3AD background.