COLOR #A6B3AE

HEX: #A6B3AE
RGB: (166,179,174)

Color info

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

RGB color model

#A6B3AE color RGB value is (166,179,174).

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

RGB channels and saturation

R 166 of 255 = 65%
G 179 of 255 = 70%
B 174 of 255 = 68%

166
179
174

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

Portions of RGB colors in percentages

R + G + B =
166 + 179 + 174 = 519 (100%)
R 166 of 519 ~ 31.98%
G 179 of 519 ~ 34.49%
B 174 of 519 ~ 33.53%

%31.98
%34.49
%33.53

CMYK color model

#A6B3AE color CMYK value is (7,0,3,30).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(7,0,3,30)
C7M0Y3K30 
(7%,0%,3%,30%)
(0.07/0.00/0.03/0.30)	

CMYK percentages

%7.26
%0
%2.79
%29.8

Codes

Color #A6B3AE in popluar color models

A6B3AE
RGB166179174
HSL157°7.88%67.65%
HSB/HSV157°7.26%70.20%
CMYK7.26%0.00%2.79%
29.80%

Color #A6B3AE in popluar number systems.

HEXA6B3AE
Decimal166179174
Binary101001101011001110101110
Octal246263256

Shades and tints

Shades of #A6B3AE

#A6B3AE
(166,179,174)
#97A39F
(151,163,159)
#889390
(136,147,144)
#798381
(121,131,129)
#6A7372
(106,115,114)
#5B6363
(91,99,99)
#4C5354
(76,83,84)
#3D4345
(61,67,69)
#2E3336
(46,51,54)
#1F2327
(31,35,39)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #A6B3AE

#A6B3AE
(166,179,174)
#AEB9B5
(174,185,181)
#B6BFBC
(182,191,188)
#BEC5C3
(190,197,195)
#C6CBCA
(198,203,202)
#CED1D1
(206,209,209)
#D6D7D8
(214,215,216)
#DEDDDF
(222,221,223)
#E6E3E6
(230,227,230)
#EEE9ED
(238,233,237)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B3AE; }

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

This text font color is #A6B3AE.


Background Color

.myBgColor { background-color: #A6B3AE; }

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

This div background color is #A6B3AE.


Border color

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

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

This div border color is #A6B3AE.


Opacity

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

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

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

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

This text has shadow with #A6B3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B3AE on black background.


Color preview on white background

This text has color #A6B3AE on white background.



Black color preview on #A6B3AE background

This text has black color on #A6B3AE background.


White color preview on #A6B3AE background

This text has white color on #A6B3AE background.