COLOR #AD9CAC

HEX: #AD9CAC RGB: (173,156,172)

Color info

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

RGB color model

#AD9CAC color RGB value is (173,156,172).

RGB: (173,156,172) (68%, 61%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 172 of 255 = 67%

173
156
172

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

Portions of RGB colors in percentages

R + G + B = 173 + 156 + 172 = 501 (100%)
R 173 of 501 ~ 34.53%
G 156 of 501 ~ 31.14%
B 172 of 501 ~ 34.33'%

%34.53
%31.14
%34.33

CMYK color model

#AD9CAC color CMYK value is (0,10,1,32).

  • cyan value is 0.00%
  • magenta value is 9.83%
  • yellow value is 0.58%
  • key color value is 32.16%
CMYK: (0,10,1,32) C0M10Y1K32 (0%,10%,1%,32%) (0.00/0.10/0.01/0.32) 

CMYK percentages

%0
%9.83
%0.58
%32.16

Codes

Color #AD9CAC in popluar color models

AD 9C AC
RGB 173 156 172
HSL 304° 9.39% 64.51%
HSB/HSV 304° 9.83% 67.84%
CMYK 0.00% 9.83% 0.58%
32.16%

Color #AD9CAC in popluar number systems.

HEX AD 9C AC
Decimal 173 156 172
Binary 10101101 10011100 10101100
Octal 255 234 254

Shades and tints

Shades of #AD9CAC

#AD9CAC
(173,156,172)
#9E8E9D
(158,142,157)
#8F808E
(143,128,142)
#80727F
(128,114,127)
#716470
(113,100,112)
#625661
(98,86,97)
#534852
(83,72,82)
#443A43
(68,58,67)
#352C34
(53,44,52)
#261E25
(38,30,37)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #AD9CAC

#AD9CAC
(173,156,172)
#B4A5B3
(180,165,179)
#BBAEBA
(187,174,186)
#C2B7C1
(194,183,193)
#C9C0C8
(201,192,200)
#D0C9CF
(208,201,207)
#D7D2D6
(215,210,214)
#DEDBDD
(222,219,221)
#E5E4E4
(229,228,228)
#ECEDEB
(236,237,235)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9CAC; }

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

This text font color is #AD9CAC.

Background Color

.myBgColor { background-color: #AD9CAC; }

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

This div background color is #AD9CAC.

Border color

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

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

This div border color is #AD9CAC.

Opacity

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

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

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

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

This text has shadow with #AD9CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9CAC.

Preview

Color preview on black background

This text has color #AD9CAC on black background.


Color preview on white background

This text has color #AD9CAC on white background.


Black color preview on #AD9CAC background

This text has black color on #AD9CAC background.


White color preview on #AD9CAC background

This text has white color on #AD9CAC background.


Related colors

Complementary color

Complementary color for #hex is #526353.


I love getcolorcode.com

Triadic colors

1 #ACAD9C and #9CACAD with #AD9CAC are triadic colors.

2 #AC9CAD and #9CADAC with #AD9CAC are triadic colors.