COLOR #AD8DB6

HEX: #AD8DB6 RGB: (173,141,182)

Color info

#AD8DB6 contains red, green and blue colors in about the same proportion. Web safe color of #AD8DB6 is #9999CC (or #99C).

RGB color model

#AD8DB6 color RGB value is (173,141,182).

RGB: (173,141,182) (68%, 55%, 71%)

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 182 of 255 = 71%

173
141
182

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

Portions of RGB colors in percentages

R + G + B = 173 + 141 + 182 = 496 (100%)
R 173 of 496 ~ 34.88%
G 141 of 496 ~ 28.43%
B 182 of 496 ~ 36.69'%

%34.88
%28.43
%36.69

CMYK color model

#AD8DB6 color CMYK value is (5,23,0,29).

  • cyan value is 4.95%
  • magenta value is 22.53%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (5,23,0,29) C5M23Y0K29 (5%,23%,0%,29%) (0.05/0.23/0.00/0.29) 

CMYK percentages

%4.95
%22.53
%0
%28.63

Codes

Color #AD8DB6 in popluar color models

AD 8D B6
RGB 173 141 182
HSL 287° 21.93% 63.33%
HSB/HSV 287° 22.53% 71.37%
CMYK 4.95% 22.53% 0.00%
28.63%

Color #AD8DB6 in popluar number systems.

HEX AD 8D B6
Decimal 173 141 182
Binary 10101101 10001101 10110110
Octal 255 215 266

Shades and tints

Shades of #AD8DB6

#AD8DB6
(173,141,182)
#9E81A6
(158,129,166)
#8F7596
(143,117,150)
#806986
(128,105,134)
#715D76
(113,93,118)
#625166
(98,81,102)
#534556
(83,69,86)
#443946
(68,57,70)
#352D36
(53,45,54)
#262126
(38,33,38)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #AD8DB6

#AD8DB6
(173,141,182)
#B497BC
(180,151,188)
#BBA1C2
(187,161,194)
#C2ABC8
(194,171,200)
#C9B5CE
(201,181,206)
#D0BFD4
(208,191,212)
#D7C9DA
(215,201,218)
#DED3E0
(222,211,224)
#E5DDE6
(229,221,230)
#ECE7EC
(236,231,236)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8DB6 color. Also use rgb(173,141,182) instead hex code.

Text Font Color

.myTextColor { color: #AD8DB6; }

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

This text font color is #AD8DB6.

Background Color

.myBgColor { background-color: #AD8DB6; }

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

This div background color is #AD8DB6.

Border color

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

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

This div border color is #AD8DB6.

Opacity

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

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

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

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

This text has shadow with #AD8DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8DB6.

Preview

Color preview on black background

This text has color #AD8DB6 on black background.


Color preview on white background

This text has color #AD8DB6 on white background.


Black color preview on #AD8DB6 background

This text has black color on #AD8DB6 background.


White color preview on #AD8DB6 background

This text has white color on #AD8DB6 background.


Related colors

Complementary color

Complementary color for #hex is #527249.


I love getcolorcode.com

Triadic colors

1 #B6AD8D and #8DB6AD with #AD8DB6 are triadic colors.

2 #B68DAD and #8DADB6 with #AD8DB6 are triadic colors.