COLOR #AD979D

HEX: #AD979D RGB: (173,151,157)

Color info

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

RGB color model

#AD979D color RGB value is (173,151,157).

RGB: (173,151,157) (68%, 59%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 151 of 255 = 59%
B 157 of 255 = 62%

173
151
157

R + G + B ~ 63%. #AD979D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 151 + 157 = 481 (100%)
R 173 of 481 ~ 35.97%
G 151 of 481 ~ 31.39%
B 157 of 481 ~ 32.64'%

%35.97
%31.39
%32.64

CMYK color model

#AD979D color CMYK value is (0,13,9,32).

  • cyan value is 0.00%
  • magenta value is 12.72%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK: (0,13,9,32) C0M13Y9K32 (0%,13%,9%,32%) (0.00/0.13/0.09/0.32) 

CMYK percentages

%0
%12.72
%9.25
%32.16

Codes

Color #AD979D in popluar color models

AD 97 9D
RGB 173 151 157
HSL 344° 11.83% 63.53%
HSB/HSV 344° 12.72% 67.84%
CMYK 0.00% 12.72% 9.25%
32.16%

Color #AD979D in popluar number systems.

HEX AD 97 9D
Decimal 173 151 157
Binary 10101101 10010111 10011101
Octal 255 227 235

Shades and tints

Shades of #AD979D

#AD979D
(173,151,157)
#9E8A8F
(158,138,143)
#8F7D81
(143,125,129)
#807073
(128,112,115)
#716365
(113,99,101)
#625657
(98,86,87)
#534949
(83,73,73)
#443C3B
(68,60,59)
#352F2D
(53,47,45)
#26221F
(38,34,31)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #AD979D

#AD979D
(173,151,157)
#B4A0A5
(180,160,165)
#BBA9AD
(187,169,173)
#C2B2B5
(194,178,181)
#C9BBBD
(201,187,189)
#D0C4C5
(208,196,197)
#D7CDCD
(215,205,205)
#DED6D5
(222,214,213)
#E5DFDD
(229,223,221)
#ECE8E5
(236,232,229)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD979D; }

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

This text font color is #AD979D.

Background Color

.myBgColor { background-color: #AD979D; }

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

This div background color is #AD979D.

Border color

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

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

This div border color is #AD979D.

Opacity

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

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

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

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

This text has shadow with #AD979D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD979D.

Preview

Color preview on black background

This text has color #AD979D on black background.


Color preview on white background

This text has color #AD979D on white background.


Black color preview on #AD979D background

This text has black color on #AD979D background.


White color preview on #AD979D background

This text has white color on #AD979D background.


Related colors

Complementary color

Complementary color for #hex is #526862.


I love getcolorcode.com

Triadic colors

1 #9DAD97 and #979DAD with #AD979D are triadic colors.

2 #9D97AD and #97AD9D with #AD979D are triadic colors.