COLOR #AD9DA6

HEX: #AD9DA6 RGB: (173,157,166)

Color info

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

RGB color model

#AD9DA6 color RGB value is (173,157,166).

RGB: (173,157,166) (68%, 62%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 166 of 255 = 65%

173
157
166

R + G + B ~ 65%. #AD9DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 157 + 166 = 496 (100%)
R 173 of 496 ~ 34.88%
G 157 of 496 ~ 31.65%
B 166 of 496 ~ 33.47'%

%34.88
%31.65
%33.47

CMYK color model

#AD9DA6 color CMYK value is (0,9,4,32).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 4.05%
  • key color value is 32.16%
CMYK: (0,9,4,32) C0M9Y4K32 (0%,9%,4%,32%) (0.00/0.09/0.04/0.32) 

CMYK percentages

%0
%9.25
%4.05
%32.16

Codes

Color #AD9DA6 in popluar color models

AD 9D A6
RGB 173 157 166
HSL 326° 8.89% 64.71%
HSB/HSV 326° 9.25% 67.84%
CMYK 0.00% 9.25% 4.05%
32.16%

Color #AD9DA6 in popluar number systems.

HEX AD 9D A6
Decimal 173 157 166
Binary 10101101 10011101 10100110
Octal 255 235 246

Shades and tints

Shades of #AD9DA6

#AD9DA6
(173,157,166)
#9E8F97
(158,143,151)
#8F8188
(143,129,136)
#807379
(128,115,121)
#71656A
(113,101,106)
#62575B
(98,87,91)
#53494C
(83,73,76)
#443B3D
(68,59,61)
#352D2E
(53,45,46)
#261F1F
(38,31,31)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD9DA6

#AD9DA6
(173,157,166)
#B4A5AE
(180,165,174)
#BBADB6
(187,173,182)
#C2B5BE
(194,181,190)
#C9BDC6
(201,189,198)
#D0C5CE
(208,197,206)
#D7CDD6
(215,205,214)
#DED5DE
(222,213,222)
#E5DDE6
(229,221,230)
#ECE5EE
(236,229,238)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9DA6; }

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

This text font color is #AD9DA6.

Background Color

.myBgColor { background-color: #AD9DA6; }

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

This div background color is #AD9DA6.

Border color

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

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

This div border color is #AD9DA6.

Opacity

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

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

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

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

This text has shadow with #AD9DA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9DA6.

Preview

Color preview on black background

This text has color #AD9DA6 on black background.


Color preview on white background

This text has color #AD9DA6 on white background.


Black color preview on #AD9DA6 background

This text has black color on #AD9DA6 background.


White color preview on #AD9DA6 background

This text has white color on #AD9DA6 background.


Related colors

Complementary color

Complementary color for #hex is #526259.


I love getcolorcode.com

Triadic colors

1 #A6AD9D and #9DA6AD with #AD9DA6 are triadic colors.

2 #A69DAD and #9DADA6 with #AD9DA6 are triadic colors.