COLOR #AD8CAF

HEX: #AD8CAF RGB: (173,140,175)

Color info

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

RGB color model

#AD8CAF color RGB value is (173,140,175).

RGB: (173,140,175) (68%, 55%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 175 of 255 = 69%

173
140
175

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

Portions of RGB colors in percentages

R + G + B = 173 + 140 + 175 = 488 (100%)
R 173 of 488 ~ 35.45%
G 140 of 488 ~ 28.69%
B 175 of 488 ~ 35.86'%

%35.45
%28.69
%35.86

CMYK color model

#AD8CAF color CMYK value is (1,20,0,31).

  • cyan value is 1.14%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (1,20,0,31)
C1M20Y0K31 (1%, 20%, 0%, 31%)
(0.01 / 0.20 / 0.00 / 0.31)

CMYK percentages

%1.14
%20
%0
%31.37

Codes

Color #AD8CAF in popluar color models

AD 8C AF
RGB 173 140 175
HSL 297° 17.95% 61.76%
HSB/HSV 297° 20.00% 68.63%
CMYK 1.14% 20.00% 0.00%
31.37%

Color #AD8CAF in popluar number systems.

HEX AD 8C AF
Decimal 173 140 175
Binary 10101101 10001100 10101111
Octal 255 214 257

Shades and tints

Shades of #AD8CAF

#AD8CAF
(173,140,175)
#9E80A0
(158,128,160)
#8F7491
(143,116,145)
#806882
(128,104,130)
#715C73
(113,92,115)
#625064
(98,80,100)
#534455
(83,68,85)
#443846
(68,56,70)
#352C37
(53,44,55)
#262028
(38,32,40)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #AD8CAF

#AD8CAF
(173,140,175)
#B496B6
(180,150,182)
#BBA0BD
(187,160,189)
#C2AAC4
(194,170,196)
#C9B4CB
(201,180,203)
#D0BED2
(208,190,210)
#D7C8D9
(215,200,217)
#DED2E0
(222,210,224)
#E5DCE7
(229,220,231)
#ECE6EE
(236,230,238)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8CAF; }

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

This text font color is #AD8CAF.

Background Color

.myBgColor { background-color: #AD8CAF; }

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

This div background color is #AD8CAF.

Border color

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

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

This div border color is #AD8CAF.

Opacity

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

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

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

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

This text has shadow with #AD8CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8CAF.

Preview

Color preview on black background

This text has color #AD8CAF on black background.


Color preview on white background

This text has color #AD8CAF on white background.


Black color preview on #AD8CAF background

This text has black color on #AD8CAF background.


White color preview on #AD8CAF background

This text has white color on #AD8CAF background.


Related colors

Complementary color

Complementary color for #hex is #527350.


I love getcolorcode.com

Triadic colors

1 #AFAD8C and #8CAFAD with #AD8CAF are triadic colors.

2 #AF8CAD and #8CADAF with #AD8CAF are triadic colors.