COLOR #ADAFA6

HEX: #ADAFA6 RGB: (173,175,166)

Color info

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

RGB color model

#ADAFA6 color RGB value is (173,175,166).

RGB: (173,175,166) (68%, 69%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 166 of 255 = 65%

173
175
166

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

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 166 = 514 (100%)
R 173 of 514 ~ 33.66%
G 175 of 514 ~ 34.05%
B 166 of 514 ~ 32.3'%

%33.66
%34.05
%32.3

CMYK color model

#ADAFA6 color CMYK value is (1,0,5,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 31.37%

CMYK: (1,0,5,31)
C1M0Y5K31 (1%, 0%, 5%, 31%)
(0.01 / 0.00 / 0.05 / 0.31)

CMYK percentages

%1.14
%0
%5.14
%31.37

Codes

Color #ADAFA6 in popluar color models

AD AF A6
RGB 173 175 166
HSL 73° 5.33% 66.86%
HSB/HSV 73° 5.14% 68.63%
CMYK 1.14% 0.00% 5.14%
31.37%

Color #ADAFA6 in popluar number systems.

HEX AD AF A6
Decimal 173 175 166
Binary 10101101 10101111 10100110
Octal 255 257 246

Shades and tints

Shades of #ADAFA6

#ADAFA6
(173,175,166)
#9EA097
(158,160,151)
#8F9188
(143,145,136)
#808279
(128,130,121)
#71736A
(113,115,106)
#62645B
(98,100,91)
#53554C
(83,85,76)
#44463D
(68,70,61)
#35372E
(53,55,46)
#26281F
(38,40,31)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #ADAFA6

#ADAFA6
(173,175,166)
#B4B6AE
(180,182,174)
#BBBDB6
(187,189,182)
#C2C4BE
(194,196,190)
#C9CBC6
(201,203,198)
#D0D2CE
(208,210,206)
#D7D9D6
(215,217,214)
#DEE0DE
(222,224,222)
#E5E7E6
(229,231,230)
#ECEEEE
(236,238,238)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFA6; }

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

This text font color is #ADAFA6.

Background Color

.myBgColor { background-color: #ADAFA6; }

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

This div background color is #ADAFA6.

Border color

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

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

This div border color is #ADAFA6.

Opacity

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

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

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

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

This text has shadow with #ADAFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAFA6.

Preview

Color preview on black background

This text has color #ADAFA6 on black background.


Color preview on white background

This text has color #ADAFA6 on white background.


Black color preview on #ADAFA6 background

This text has black color on #ADAFA6 background.


White color preview on #ADAFA6 background

This text has white color on #ADAFA6 background.


Related colors

Complementary color

Complementary color for #hex is #525059.


I love getcolorcode.com

Triadic colors

1 #A6ADAF and #AFA6AD with #ADAFA6 are triadic colors.

2 #A6AFAD and #AFADA6 with #ADAFA6 are triadic colors.