COLOR #A6AEAD

HEX: #A6AEAD
RGB: (166,174,173)

Color info

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

RGB color model

#A6AEAD color RGB value is (166,174,173).

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

RGB channels and saturation

R 166 of 255 = 65%
G 174 of 255 = 68%
B 173 of 255 = 68%

166
174
173

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

Portions of RGB colors in percentages

R + G + B =
166 + 174 + 173 = 513 (100%)
R 166 of 513 ~ 32.36%
G 174 of 513 ~ 33.92%
B 173 of 513 ~ 33.72%

%32.36
%33.92
%33.72

CMYK color model

#A6AEAD color CMYK value is (5,0,1,32).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK:
(5,0,1,32)
C5M0Y1K32 
(5%,0%,1%,32%)
(0.05/0.00/0.01/0.32)	

CMYK percentages

%4.6
%0
%0.57
%31.76

Codes

Color #A6AEAD in popluar color models

A6AEAD
RGB166174173
HSL173°4.71%66.67%
HSB/HSV173°4.60%68.24%
CMYK4.60%0.00%0.57%
31.76%

Color #A6AEAD in popluar number systems.

HEXA6AEAD
Decimal166174173
Binary101001101010111010101101
Octal246256255

Shades and tints

Shades of #A6AEAD

#A6AEAD
(166,174,173)
#979F9E
(151,159,158)
#88908F
(136,144,143)
#798180
(121,129,128)
#6A7271
(106,114,113)
#5B6362
(91,99,98)
#4C5453
(76,84,83)
#3D4544
(61,69,68)
#2E3635
(46,54,53)
#1F2726
(31,39,38)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #A6AEAD

#A6AEAD
(166,174,173)
#AEB5B4
(174,181,180)
#B6BCBB
(182,188,187)
#BEC3C2
(190,195,194)
#C6CAC9
(198,202,201)
#CED1D0
(206,209,208)
#D6D8D7
(214,216,215)
#DEDFDE
(222,223,222)
#E6E6E5
(230,230,229)
#EEEDEC
(238,237,236)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AEAD; }

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

This text font color is #A6AEAD.


Background Color

.myBgColor { background-color: #A6AEAD; }

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

This div background color is #A6AEAD.


Border color

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

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

This div border color is #A6AEAD.


Opacity

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

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

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

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

This text has shadow with #A6AEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AEAD on black background.


Color preview on white background

This text has color #A6AEAD on white background.



Black color preview on #A6AEAD background

This text has black color on #A6AEAD background.


White color preview on #A6AEAD background

This text has white color on #A6AEAD background.