COLOR #A6AFAB

HEX: #A6AFAB
RGB: (166,175,171)

Color info

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

RGB color model

#A6AFAB color RGB value is (166,175,171).

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

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 171 of 255 = 67%

166
175
171

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

Portions of RGB colors in percentages

R + G + B =
166 + 175 + 171 = 512 (100%)
R 166 of 512 ~ 32.42%
G 175 of 512 ~ 34.18%
B 171 of 512 ~ 33.4%

%32.42
%34.18
%33.4

CMYK color model

#A6AFAB color CMYK value is (5,0,2,31).

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 31.37%
CMYK:
(5,0,2,31)
C5M0Y2K31 
(5%,0%,2%,31%)
(0.05/0.00/0.02/0.31)	

CMYK percentages

%5.14
%0
%2.29
%31.37

Codes

Color #A6AFAB in popluar color models

A6AFAB
RGB166175171
HSL153°5.33%66.86%
HSB/HSV153°5.14%68.63%
CMYK5.14%0.00%2.29%
31.37%

Color #A6AFAB in popluar number systems.

HEXA6AFAB
Decimal166175171
Binary101001101010111110101011
Octal246257253

Shades and tints

Shades of #A6AFAB

#A6AFAB
(166,175,171)
#97A09C
(151,160,156)
#88918D
(136,145,141)
#79827E
(121,130,126)
#6A736F
(106,115,111)
#5B6460
(91,100,96)
#4C5551
(76,85,81)
#3D4642
(61,70,66)
#2E3733
(46,55,51)
#1F2824
(31,40,36)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #A6AFAB

#A6AFAB
(166,175,171)
#AEB6B2
(174,182,178)
#B6BDB9
(182,189,185)
#BEC4C0
(190,196,192)
#C6CBC7
(198,203,199)
#CED2CE
(206,210,206)
#D6D9D5
(214,217,213)
#DEE0DC
(222,224,220)
#E6E7E3
(230,231,227)
#EEEEEA
(238,238,234)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AFAB; }

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

This text font color is #A6AFAB.


Background Color

.myBgColor { background-color: #A6AFAB; }

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

This div background color is #A6AFAB.


Border color

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

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

This div border color is #A6AFAB.


Opacity

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

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

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

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

This text has shadow with #A6AFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AFAB on black background.


Color preview on white background

This text has color #A6AFAB on white background.



Black color preview on #A6AFAB background

This text has black color on #A6AFAB background.


White color preview on #A6AFAB background

This text has white color on #A6AFAB background.