COLOR #AD9E9C

HEX: #AD9E9C RGB: (173,158,156)

Color info

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

RGB color model

#AD9E9C color RGB value is (173,158,156).

RGB: (173,158,156) (68%, 62%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 156 of 255 = 61%

173
158
156

R + G + B ~ 64%. #AD9E9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 158 + 156 = 487 (100%)
R 173 of 487 ~ 35.52%
G 158 of 487 ~ 32.44%
B 156 of 487 ~ 32.03'%

%35.52
%32.44
%32.03

CMYK color model

#AD9E9C color CMYK value is (0,9,10,32).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 9.83%
  • key color value is 32.16%

CMYK: (0,9,10,32)
C0M9Y10K32 (0%, 9%, 10%, 32%)
(0.00 / 0.09 / 0.10 / 0.32)

CMYK percentages

%0
%8.67
%9.83
%32.16

Codes

Color #AD9E9C in popluar color models

AD 9E 9C
RGB 173 158 156
HSL 9.39% 64.51%
HSB/HSV 9.83% 67.84%
CMYK 0.00% 8.67% 9.83%
32.16%

Color #AD9E9C in popluar number systems.

HEX AD 9E 9C
Decimal 173 158 156
Binary 10101101 10011110 10011100
Octal 255 236 234

Shades and tints

Shades of #AD9E9C

#AD9E9C
(173,158,156)
#9E908E
(158,144,142)
#8F8280
(143,130,128)
#807472
(128,116,114)
#716664
(113,102,100)
#625856
(98,88,86)
#534A48
(83,74,72)
#443C3A
(68,60,58)
#352E2C
(53,46,44)
#26201E
(38,32,30)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #AD9E9C

#AD9E9C
(173,158,156)
#B4A6A5
(180,166,165)
#BBAEAE
(187,174,174)
#C2B6B7
(194,182,183)
#C9BEC0
(201,190,192)
#D0C6C9
(208,198,201)
#D7CED2
(215,206,210)
#DED6DB
(222,214,219)
#E5DEE4
(229,222,228)
#ECE6ED
(236,230,237)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9E9C color. Also use rgb(173,158,156) instead hex code.

Text Font Color

.myTextColor { color: #AD9E9C; }

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

This text font color is #AD9E9C.

Background Color

.myBgColor { background-color: #AD9E9C; }

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

This div background color is #AD9E9C.

Border color

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

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

This div border color is #AD9E9C.

Opacity

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

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

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

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

This text has shadow with #AD9E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9E9C.

Preview

Color preview on black background

This text has color #AD9E9C on black background.


Color preview on white background

This text has color #AD9E9C on white background.


Black color preview on #AD9E9C background

This text has black color on #AD9E9C background.


White color preview on #AD9E9C background

This text has white color on #AD9E9C background.


Related colors

Complementary color

Complementary color for #hex is #526163.


I love getcolorcode.com

Triadic colors

1 #9CAD9E and #9E9CAD with #AD9E9C are triadic colors.

2 #9C9EAD and #9EAD9C with #AD9E9C are triadic colors.