COLOR #A6AAB1

HEX: #A6AAB1
RGB: (166,170,177)

Color info

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

RGB color model

#A6AAB1 color RGB value is (166,170,177).

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

RGB channels and saturation

R 166 of 255 = 65%
G 170 of 255 = 67%
B 177 of 255 = 69%

166
170
177

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

Portions of RGB colors in percentages

R + G + B =
166 + 170 + 177 = 513 (100%)
R 166 of 513 ~ 32.36%
G 170 of 513 ~ 33.14%
B 177 of 513 ~ 34.5%

%32.36
%33.14
%34.5

CMYK color model

#A6AAB1 color CMYK value is (6,4,0,31).

  • cyan value is 6.21%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(6,4,0,31)
C6M4Y0K31 
(6%,4%,0%,31%)
(0.06/0.04/0.00/0.31)	

CMYK percentages

%6.21
%3.95
%0
%30.59

Codes

Color #A6AAB1 in popluar color models

A6AAB1
RGB166170177
HSL218°6.59%67.25%
HSB/HSV218°6.21%69.41%
CMYK6.21%3.95%0.00%
30.59%

Color #A6AAB1 in popluar number systems.

HEXA6AAB1
Decimal166170177
Binary101001101010101010110001
Octal246252261

Shades and tints

Shades of #A6AAB1

#A6AAB1
(166,170,177)
#979BA1
(151,155,161)
#888C91
(136,140,145)
#797D81
(121,125,129)
#6A6E71
(106,110,113)
#5B5F61
(91,95,97)
#4C5051
(76,80,81)
#3D4141
(61,65,65)
#2E3231
(46,50,49)
#1F2321
(31,35,33)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A6AAB1

#A6AAB1
(166,170,177)
#AEB1B8
(174,177,184)
#B6B8BF
(182,184,191)
#BEBFC6
(190,191,198)
#C6C6CD
(198,198,205)
#CECDD4
(206,205,212)
#D6D4DB
(214,212,219)
#DEDBE2
(222,219,226)
#E6E2E9
(230,226,233)
#EEE9F0
(238,233,240)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6AAB1 color. Also use rgb(166,170,177) instead hex code.

Text Font Color

.myTextColor { color: #A6AAB1; }

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

This text font color is #A6AAB1.


Background Color

.myBgColor { background-color: #A6AAB1; }

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

This div background color is #A6AAB1.


Border color

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

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

This div border color is #A6AAB1.


Opacity

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

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

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

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

This text has shadow with #A6AAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AAB1 on black background.


Color preview on white background

This text has color #A6AAB1 on white background.



Black color preview on #A6AAB1 background

This text has black color on #A6AAB1 background.


White color preview on #A6AAB1 background

This text has white color on #A6AAB1 background.