COLOR #A6B7A3

HEX: #A6B7A3 RGB: (166,183,163)

Color info

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

RGB color model

#A6B7A3 color RGB value is (166,183,163).

RGB: (166,183,163) (65%, 72%, 64%)

RGB channels and saturation

R 166 of 255 = 65%
G 183 of 255 = 72%
B 163 of 255 = 64%

166
183
163

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

Portions of RGB colors in percentages

R + G + B = 166 + 183 + 163 = 512 (100%)
R 166 of 512 ~ 32.42%
G 183 of 512 ~ 35.74%
B 163 of 512 ~ 31.84'%

%32.42
%35.74
%31.84

CMYK color model

#A6B7A3 color CMYK value is (9,0,11,28).

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

CMYK: (9,0,11,28)
C9M0Y11K28 (9%, 0%, 11%, 28%)
(0.09 / 0.00 / 0.11 / 0.28)

CMYK percentages

%9.29
%0
%10.93
%28.24

Codes

Color #A6B7A3 in popluar color models

A6 B7 A3
RGB 166 183 163
HSL 111° 12.20% 67.84%
HSB/HSV 111° 10.93% 71.76%
CMYK 9.29% 0.00% 10.93%
28.24%

Color #A6B7A3 in popluar number systems.

HEX A6 B7 A3
Decimal 166 183 163
Binary 10100110 10110111 10100011
Octal 246 267 243

Shades and tints

Shades of #A6B7A3

#A6B7A3
(166,183,163)
#97A795
(151,167,149)
#889787
(136,151,135)
#798779
(121,135,121)
#6A776B
(106,119,107)
#5B675D
(91,103,93)
#4C574F
(76,87,79)
#3D4741
(61,71,65)
#2E3733
(46,55,51)
#1F2725
(31,39,37)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #A6B7A3

#A6B7A3
(166,183,163)
#AEBDAB
(174,189,171)
#B6C3B3
(182,195,179)
#BEC9BB
(190,201,187)
#C6CFC3
(198,207,195)
#CED5CB
(206,213,203)
#D6DBD3
(214,219,211)
#DEE1DB
(222,225,219)
#E6E7E3
(230,231,227)
#EEEDEB
(238,237,235)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B7A3; }

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

This text font color is #A6B7A3.

Background Color

.myBgColor { background-color: #A6B7A3; }

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

This div background color is #A6B7A3.

Border color

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

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

This div border color is #A6B7A3.

Opacity

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

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

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

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

This text has shadow with #A6B7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B7A3.

Preview

Color preview on black background

This text has color #A6B7A3 on black background.


Color preview on white background

This text has color #A6B7A3 on white background.


Black color preview on #A6B7A3 background

This text has black color on #A6B7A3 background.


White color preview on #A6B7A3 background

This text has white color on #A6B7A3 background.


Related colors

Complementary color

Complementary color for #hex is #59485C.


I love getcolorcode.com

Triadic colors

1 #A3A6B7 and #B7A3A6 with #A6B7A3 are triadic colors.

2 #A3B7A6 and #B7A6A3 with #A6B7A3 are triadic colors.