COLOR #AD9DBB

HEX: #AD9DBB RGB: (173,157,187)

Color info

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

RGB color model

#AD9DBB color RGB value is (173,157,187).

RGB: (173,157,187) (68%, 62%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 187 of 255 = 73%

173
157
187

R + G + B ~ 68%. #AD9DBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 157 + 187 = 517 (100%)
R 173 of 517 ~ 33.46%
G 157 of 517 ~ 30.37%
B 187 of 517 ~ 36.17'%

%33.46
%30.37
%36.17

CMYK color model

#AD9DBB color CMYK value is (7,16,0,27).

  • cyan value is 7.49%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (7,16,0,27) C7M16Y0K27 (7%,16%,0%,27%) (0.07/0.16/0.00/0.27) 

CMYK percentages

%7.49
%16.04
%0
%26.67

Codes

Color #AD9DBB in popluar color models

AD 9D BB
RGB 173 157 187
HSL 272° 18.07% 67.45%
HSB/HSV 272° 16.04% 73.33%
CMYK 7.49% 16.04% 0.00%
26.67%

Color #AD9DBB in popluar number systems.

HEX AD 9D BB
Decimal 173 157 187
Binary 10101101 10011101 10111011
Octal 255 235 273

Shades and tints

Shades of #AD9DBB

#AD9DBB
(173,157,187)
#9E8FAA
(158,143,170)
#8F8199
(143,129,153)
#807388
(128,115,136)
#716577
(113,101,119)
#625766
(98,87,102)
#534955
(83,73,85)
#443B44
(68,59,68)
#352D33
(53,45,51)
#261F22
(38,31,34)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #AD9DBB

#AD9DBB
(173,157,187)
#B4A5C1
(180,165,193)
#BBADC7
(187,173,199)
#C2B5CD
(194,181,205)
#C9BDD3
(201,189,211)
#D0C5D9
(208,197,217)
#D7CDDF
(215,205,223)
#DED5E5
(222,213,229)
#E5DDEB
(229,221,235)
#ECE5F1
(236,229,241)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9DBB; }

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

This text font color is #AD9DBB.

Background Color

.myBgColor { background-color: #AD9DBB; }

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

This div background color is #AD9DBB.

Border color

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

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

This div border color is #AD9DBB.

Opacity

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

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

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

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

This text has shadow with #AD9DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9DBB.

Preview

Color preview on black background

This text has color #AD9DBB on black background.


Color preview on white background

This text has color #AD9DBB on white background.


Black color preview on #AD9DBB background

This text has black color on #AD9DBB background.


White color preview on #AD9DBB background

This text has white color on #AD9DBB background.


Related colors

Complementary color

Complementary color for #hex is #526244.


I love getcolorcode.com

Triadic colors

1 #BBAD9D and #9DBBAD with #AD9DBB are triadic colors.

2 #BB9DAD and #9DADBB with #AD9DBB are triadic colors.