COLOR #A6B7AD

HEX: #A6B7AD RGB: (166,183,173)

Color info

#A6B7AD contains red, green and blue colors in about the same proportion. Web safe color of #A6B7AD is #99CC99 (or #9C9).

RGB color model

#A6B7AD color RGB value is (166,183,173).

RGB: (166,183,173) (65%, 72%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 183 of 255 = 72%
B 173 of 255 = 68%

166
183
173

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

Portions of RGB colors in percentages

R + G + B = 166 + 183 + 173 = 522 (100%)
R 166 of 522 ~ 31.8%
G 183 of 522 ~ 35.06%
B 173 of 522 ~ 33.14'%

%31.8
%35.06
%33.14

CMYK color model

#A6B7AD color CMYK value is (9,0,5,28).

  • cyan value is 9.29%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 28.24%

CMYK: (9,0,5,28)
C9M0Y5K28 (9%, 0%, 5%, 28%)
(0.09 / 0.00 / 0.05 / 0.28)

CMYK percentages

%9.29
%0
%5.46
%28.24

Codes

Color #A6B7AD in popluar color models

A6 B7 AD
RGB 166 183 173
HSL 145° 10.56% 68.43%
HSB/HSV 145° 9.29% 71.76%
CMYK 9.29% 0.00% 5.46%
28.24%

Color #A6B7AD in popluar number systems.

HEX A6 B7 AD
Decimal 166 183 173
Binary 10100110 10110111 10101101
Octal 246 267 255

Shades and tints

Shades of #A6B7AD

#A6B7AD
(166,183,173)
#97A79E
(151,167,158)
#88978F
(136,151,143)
#798780
(121,135,128)
#6A7771
(106,119,113)
#5B6762
(91,103,98)
#4C5753
(76,87,83)
#3D4744
(61,71,68)
#2E3735
(46,55,53)
#1F2726
(31,39,38)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #A6B7AD

#A6B7AD
(166,183,173)
#AEBDB4
(174,189,180)
#B6C3BB
(182,195,187)
#BEC9C2
(190,201,194)
#C6CFC9
(198,207,201)
#CED5D0
(206,213,208)
#D6DBD7
(214,219,215)
#DEE1DE
(222,225,222)
#E6E7E5
(230,231,229)
#EEEDEC
(238,237,236)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B7AD; }

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

This text font color is #A6B7AD.

Background Color

.myBgColor { background-color: #A6B7AD; }

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

This div background color is #A6B7AD.

Border color

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

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

This div border color is #A6B7AD.

Opacity

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

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

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

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

This text has shadow with #A6B7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B7AD.

Preview

Color preview on black background

This text has color #A6B7AD on black background.


Color preview on white background

This text has color #A6B7AD on white background.


Black color preview on #A6B7AD background

This text has black color on #A6B7AD background.


White color preview on #A6B7AD background

This text has white color on #A6B7AD background.


Related colors

Complementary color

Complementary color for #hex is #594852.


I love getcolorcode.com

Triadic colors

1 #ADA6B7 and #B7ADA6 with #A6B7AD are triadic colors.

2 #ADB7A6 and #B7A6AD with #A6B7AD are triadic colors.