COLOR #ADAAAF

HEX: #ADAAAF RGB: (173,170,175)

Color info

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

RGB color model

#ADAAAF color RGB value is (173,170,175).

RGB: (173,170,175) (68%, 67%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 175 of 255 = 69%

173
170
175

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

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 175 = 518 (100%)
R 173 of 518 ~ 33.4%
G 170 of 518 ~ 32.82%
B 175 of 518 ~ 33.78'%

%33.4
%32.82
%33.78

CMYK color model

#ADAAAF color CMYK value is (1,3,0,31).

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

CMYK: (1,3,0,31)
C1M3Y0K31 (1%, 3%, 0%, 31%)
(0.01 / 0.03 / 0.00 / 0.31)

CMYK percentages

%1.14
%2.86
%0
%31.37

Codes

Color #ADAAAF in popluar color models

AD AA AF
RGB 173 170 175
HSL 276° 3.03% 67.65%
HSB/HSV 276° 2.86% 68.63%
CMYK 1.14% 2.86% 0.00%
31.37%

Color #ADAAAF in popluar number systems.

HEX AD AA AF
Decimal 173 170 175
Binary 10101101 10101010 10101111
Octal 255 252 257

Shades and tints

Shades of #ADAAAF

#ADAAAF
(173,170,175)
#9E9BA0
(158,155,160)
#8F8C91
(143,140,145)
#807D82
(128,125,130)
#716E73
(113,110,115)
#625F64
(98,95,100)
#535055
(83,80,85)
#444146
(68,65,70)
#353237
(53,50,55)
#262328
(38,35,40)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADAAAF

#ADAAAF
(173,170,175)
#B4B1B6
(180,177,182)
#BBB8BD
(187,184,189)
#C2BFC4
(194,191,196)
#C9C6CB
(201,198,203)
#D0CDD2
(208,205,210)
#D7D4D9
(215,212,217)
#DEDBE0
(222,219,224)
#E5E2E7
(229,226,231)
#ECE9EE
(236,233,238)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAAF; }

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

This text font color is #ADAAAF.

Background Color

.myBgColor { background-color: #ADAAAF; }

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

This div background color is #ADAAAF.

Border color

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

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

This div border color is #ADAAAF.

Opacity

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

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

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

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

This text has shadow with #ADAAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAAAF.

Preview

Color preview on black background

This text has color #ADAAAF on black background.


Color preview on white background

This text has color #ADAAAF on white background.


Black color preview on #ADAAAF background

This text has black color on #ADAAAF background.


White color preview on #ADAAAF background

This text has white color on #ADAAAF background.


Related colors

Complementary color

Complementary color for #hex is #525550.


I love getcolorcode.com

Triadic colors

1 #AFADAA and #AAAFAD with #ADAAAF are triadic colors.

2 #AFAAAD and #AAADAF with #ADAAAF are triadic colors.