COLOR #ADAFA9

HEX: #ADAFA9 RGB: (173,175,169)

Color info

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

RGB color model

#ADAFA9 color RGB value is (173,175,169).

RGB: (173,175,169) (68%, 69%, 66%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 169 of 255 = 66%

173
175
169

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

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 169 = 517 (100%)
R 173 of 517 ~ 33.46%
G 175 of 517 ~ 33.85%
B 169 of 517 ~ 32.69'%

%33.46
%33.85
%32.69

CMYK color model

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

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

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

CMYK percentages

%1.14
%0
%3.43
%31.37

Codes

Color #ADAFA9 in popluar color models

AD AF A9
RGB 173 175 169
HSL 80° 3.61% 67.45%
HSB/HSV 80° 3.43% 68.63%
CMYK 1.14% 0.00% 3.43%
31.37%

Color #ADAFA9 in popluar number systems.

HEX AD AF A9
Decimal 173 175 169
Binary 10101101 10101111 10101001
Octal 255 257 251

Shades and tints

Shades of #ADAFA9

#ADAFA9
(173,175,169)
#9EA09A
(158,160,154)
#8F918B
(143,145,139)
#80827C
(128,130,124)
#71736D
(113,115,109)
#62645E
(98,100,94)
#53554F
(83,85,79)
#444640
(68,70,64)
#353731
(53,55,49)
#262822
(38,40,34)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADAFA9

#ADAFA9
(173,175,169)
#B4B6B0
(180,182,176)
#BBBDB7
(187,189,183)
#C2C4BE
(194,196,190)
#C9CBC5
(201,203,197)
#D0D2CC
(208,210,204)
#D7D9D3
(215,217,211)
#DEE0DA
(222,224,218)
#E5E7E1
(229,231,225)
#ECEEE8
(236,238,232)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFA9; }

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

This text font color is #ADAFA9.

Background Color

.myBgColor { background-color: #ADAFA9; }

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

This div background color is #ADAFA9.

Border color

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

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

This div border color is #ADAFA9.

Opacity

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

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

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

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

This text has shadow with #ADAFA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAFA9.

Preview

Color preview on black background

This text has color #ADAFA9 on black background.


Color preview on white background

This text has color #ADAFA9 on white background.


Black color preview on #ADAFA9 background

This text has black color on #ADAFA9 background.


White color preview on #ADAFA9 background

This text has white color on #ADAFA9 background.


Related colors

Complementary color

Complementary color for #hex is #525056.


I love getcolorcode.com

Triadic colors

1 #A9ADAF and #AFA9AD with #ADAFA9 are triadic colors.

2 #A9AFAD and #AFADA9 with #ADAFA9 are triadic colors.