COLOR #AD9ABB

HEX: #AD9ABB RGB: (173,154,187)

Color info

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

RGB color model

#AD9ABB color RGB value is (173,154,187).

RGB: (173,154,187) (68%, 60%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 154 of 255 = 60%
B 187 of 255 = 73%

173
154
187

R + G + B ~ 67%. #AD9ABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 154 + 187 = 514 (100%)
R 173 of 514 ~ 33.66%
G 154 of 514 ~ 29.96%
B 187 of 514 ~ 36.38'%

%33.66
%29.96
%36.38

CMYK color model

#AD9ABB color CMYK value is (7,18,0,27).

  • cyan value is 7.49%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (7,18,0,27)
C7M18Y0K27 (7%, 18%, 0%, 27%)
(0.07 / 0.18 / 0.00 / 0.27)

CMYK percentages

%7.49
%17.65
%0
%26.67

Codes

Color #AD9ABB in popluar color models

AD 9A BB
RGB 173 154 187
HSL 275° 19.53% 66.86%
HSB/HSV 275° 17.65% 73.33%
CMYK 7.49% 17.65% 0.00%
26.67%

Color #AD9ABB in popluar number systems.

HEX AD 9A BB
Decimal 173 154 187
Binary 10101101 10011010 10111011
Octal 255 232 273

Shades and tints

Shades of #AD9ABB

#AD9ABB
(173,154,187)
#9E8CAA
(158,140,170)
#8F7E99
(143,126,153)
#807088
(128,112,136)
#716277
(113,98,119)
#625466
(98,84,102)
#534655
(83,70,85)
#443844
(68,56,68)
#352A33
(53,42,51)
#261C22
(38,28,34)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #AD9ABB

#AD9ABB
(173,154,187)
#B4A3C1
(180,163,193)
#BBACC7
(187,172,199)
#C2B5CD
(194,181,205)
#C9BED3
(201,190,211)
#D0C7D9
(208,199,217)
#D7D0DF
(215,208,223)
#DED9E5
(222,217,229)
#E5E2EB
(229,226,235)
#ECEBF1
(236,235,241)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9ABB color. Also use rgb(173,154,187) instead hex code.

Text Font Color

.myTextColor { color: #AD9ABB; }

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

This text font color is #AD9ABB.

Background Color

.myBgColor { background-color: #AD9ABB; }

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

This div background color is #AD9ABB.

Border color

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

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

This div border color is #AD9ABB.

Opacity

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

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

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

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

This text has shadow with #AD9ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9ABB.

Preview

Color preview on black background

This text has color #AD9ABB on black background.


Color preview on white background

This text has color #AD9ABB on white background.


Black color preview on #AD9ABB background

This text has black color on #AD9ABB background.


White color preview on #AD9ABB background

This text has white color on #AD9ABB background.


Related colors

Complementary color

Complementary color for #hex is #526544.


I love getcolorcode.com

Triadic colors

1 #BBAD9A and #9ABBAD with #AD9ABB are triadic colors.

2 #BB9AAD and #9AADBB with #AD9ABB are triadic colors.