COLOR #A6B5AB

HEX: #A6B5AB
RGB: (166,181,171)

Color info

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

RGB color model

#A6B5AB color RGB value is (166,181,171).

  • red value is 166;
  • green value is 181;
  • blue value is 171.
RGB:
(166,181,171)
(65%,71%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 171 of 255 = 67%

166
181
171

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

Portions of RGB colors in percentages

R + G + B =
166 + 181 + 171 = 518 (100%)
R 166 of 518 ~ 32.05%
G 181 of 518 ~ 34.94%
B 171 of 518 ~ 33.01%

%32.05
%34.94
%33.01

CMYK color model

#A6B5AB color CMYK value is (8,0,6,29).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(8,0,6,29)
C8M0Y6K29 
(8%,0%,6%,29%)
(0.08/0.00/0.06/0.29)	

CMYK percentages

%8.29
%0
%5.52
%29.02

Codes

Color #A6B5AB in popluar color models

A6B5AB
RGB166181171
HSL140°9.20%68.04%
HSB/HSV140°8.29%70.98%
CMYK8.29%0.00%5.52%
29.02%

Color #A6B5AB in popluar number systems.

HEXA6B5AB
Decimal166181171
Binary101001101011010110101011
Octal246265253

Shades and tints

Shades of #A6B5AB

#A6B5AB
(166,181,171)
#97A59C
(151,165,156)
#88958D
(136,149,141)
#79857E
(121,133,126)
#6A756F
(106,117,111)
#5B6560
(91,101,96)
#4C5551
(76,85,81)
#3D4542
(61,69,66)
#2E3533
(46,53,51)
#1F2524
(31,37,36)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A6B5AB

#A6B5AB
(166,181,171)
#AEBBB2
(174,187,178)
#B6C1B9
(182,193,185)
#BEC7C0
(190,199,192)
#C6CDC7
(198,205,199)
#CED3CE
(206,211,206)
#D6D9D5
(214,217,213)
#DEDFDC
(222,223,220)
#E6E5E3
(230,229,227)
#EEEBEA
(238,235,234)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B5AB color. Also use rgb(166,181,171) instead hex code.

Text Font Color

.myTextColor { color: #A6B5AB; }

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

This text font color is #A6B5AB.


Background Color

.myBgColor { background-color: #A6B5AB; }

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

This div background color is #A6B5AB.


Border color

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

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

This div border color is #A6B5AB.


Opacity

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

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

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

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

This text has shadow with #A6B5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B5AB on black background.


Color preview on white background

This text has color #A6B5AB on white background.



Black color preview on #A6B5AB background

This text has black color on #A6B5AB background.


White color preview on #A6B5AB background

This text has white color on #A6B5AB background.