COLOR #A6ABAE

HEX: #A6ABAE
RGB: (166,171,174)

Color info

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

RGB color model

#A6ABAE color RGB value is (166,171,174).

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

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 174 of 255 = 68%

166
171
174

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

Portions of RGB colors in percentages

R + G + B =
166 + 171 + 174 = 511 (100%)
R 166 of 511 ~ 32.49%
G 171 of 511 ~ 33.46%
B 174 of 511 ~ 34.05%

%32.49
%33.46
%34.05

CMYK color model

#A6ABAE color CMYK value is (5,2,0,32).

  • cyan value is 4.60%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,2,0,32)
C5M2Y0K32 
(5%,2%,0%,32%)
(0.05/0.02/0.00/0.32)	

CMYK percentages

%4.6
%1.72
%0
%31.76

Codes

Color #A6ABAE in popluar color models

A6ABAE
RGB166171174
HSL203°4.71%66.67%
HSB/HSV203°4.60%68.24%
CMYK4.60%1.72%0.00%
31.76%

Color #A6ABAE in popluar number systems.

HEXA6ABAE
Decimal166171174
Binary101001101010101110101110
Octal246253256

Shades and tints

Shades of #A6ABAE

#A6ABAE
(166,171,174)
#979C9F
(151,156,159)
#888D90
(136,141,144)
#797E81
(121,126,129)
#6A6F72
(106,111,114)
#5B6063
(91,96,99)
#4C5154
(76,81,84)
#3D4245
(61,66,69)
#2E3336
(46,51,54)
#1F2427
(31,36,39)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #A6ABAE

#A6ABAE
(166,171,174)
#AEB2B5
(174,178,181)
#B6B9BC
(182,185,188)
#BEC0C3
(190,192,195)
#C6C7CA
(198,199,202)
#CECED1
(206,206,209)
#D6D5D8
(214,213,216)
#DEDCDF
(222,220,223)
#E6E3E6
(230,227,230)
#EEEAED
(238,234,237)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ABAE; }

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

This text font color is #A6ABAE.


Background Color

.myBgColor { background-color: #A6ABAE; }

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

This div background color is #A6ABAE.


Border color

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

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

This div border color is #A6ABAE.


Opacity

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

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

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

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

This text has shadow with #A6ABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ABAE on black background.


Color preview on white background

This text has color #A6ABAE on white background.



Black color preview on #A6ABAE background

This text has black color on #A6ABAE background.


White color preview on #A6ABAE background

This text has white color on #A6ABAE background.