COLOR #AD8CAC

HEX: #AD8CAC RGB: (173,140,172)

Color info

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

RGB color model

#AD8CAC color RGB value is (173,140,172).

RGB: (173,140,172) (68%, 55%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 172 of 255 = 67%

173
140
172

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

Portions of RGB colors in percentages

R + G + B = 173 + 140 + 172 = 485 (100%)
R 173 of 485 ~ 35.67%
G 140 of 485 ~ 28.87%
B 172 of 485 ~ 35.46'%

%35.67
%28.87
%35.46

CMYK color model

#AD8CAC color CMYK value is (0,19,1,32).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 0.58%
  • key color value is 32.16%
CMYK: (0,19,1,32) C0M19Y1K32 (0%,19%,1%,32%) (0.00/0.19/0.01/0.32) 

CMYK percentages

%0
%19.08
%0.58
%32.16

Codes

Color #AD8CAC in popluar color models

AD 8C AC
RGB 173 140 172
HSL 302° 16.75% 61.37%
HSB/HSV 302° 19.08% 67.84%
CMYK 0.00% 19.08% 0.58%
32.16%

Color #AD8CAC in popluar number systems.

HEX AD 8C AC
Decimal 173 140 172
Binary 10101101 10001100 10101100
Octal 255 214 254

Shades and tints

Shades of #AD8CAC

#AD8CAC
(173,140,172)
#9E809D
(158,128,157)
#8F748E
(143,116,142)
#80687F
(128,104,127)
#715C70
(113,92,112)
#625061
(98,80,97)
#534452
(83,68,82)
#443843
(68,56,67)
#352C34
(53,44,52)
#262025
(38,32,37)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #AD8CAC

#AD8CAC
(173,140,172)
#B496B3
(180,150,179)
#BBA0BA
(187,160,186)
#C2AAC1
(194,170,193)
#C9B4C8
(201,180,200)
#D0BECF
(208,190,207)
#D7C8D6
(215,200,214)
#DED2DD
(222,210,221)
#E5DCE4
(229,220,228)
#ECE6EB
(236,230,235)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8CAC; }

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

This text font color is #AD8CAC.

Background Color

.myBgColor { background-color: #AD8CAC; }

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

This div background color is #AD8CAC.

Border color

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

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

This div border color is #AD8CAC.

Opacity

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

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

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

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

This text has shadow with #AD8CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8CAC.

Preview

Color preview on black background

This text has color #AD8CAC on black background.


Color preview on white background

This text has color #AD8CAC on white background.


Black color preview on #AD8CAC background

This text has black color on #AD8CAC background.


White color preview on #AD8CAC background

This text has white color on #AD8CAC background.


Related colors

Complementary color

Complementary color for #hex is #527353.


I love getcolorcode.com

Triadic colors

1 #ACAD8C and #8CACAD with #AD8CAC are triadic colors.

2 #AC8CAD and #8CADAC with #AD8CAC are triadic colors.