HEX: #AD9DBB
RGB: (173,157,187)
#AD9DBB contains red, green and blue colors in about the same proportion. Web safe color of #AD9DBB is #9999CC (or #99C).
#AD9DBB color RGB value is (173,157,187).
RGB: (173,157,187)
(68%, 62%, 73%)
R 173 of 255 = 68%
G 157 of 255 = 62%
B 187 of 255 = 73%
R + G + B ~ 68%. #AD9DBB is quite light color.
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'%
#AD9DBB color CMYK value is (7,16,0,27).
CMYK: (7,16,0,27) C7M16Y0K27 (7%,16%,0%,27%) (0.07/0.16/0.00/0.27)
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 of #AD9DBB
Tints of #AD9DBB
Examples of css and html codes for elements with #AD9DBB color. Also use rgb(173,157,187) instead hex code.
.myTextColor { color: #AD9DBB; }
<p style="color:#AD9DBB">This sample text font color is #AD9DBB.</p>
This text font color is #AD9DBB.
.myBgColor { background-color: #AD9DBB; }
<div style="background-color:#AD9DBB">Inner text</div>
This div background color is #AD9DBB.
.myBorderColor { border: 1px solid #AD9DBB; }
<div style="border:3px solid #AD9DBB">Div</div>
This div border color is #AD9DBB.
.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%.
.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.
/* 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 text has color #AD9DBB on black background.
This text has color #AD9DBB on white background.
This text has black color on #AD9DBB background.
This text has white color on #AD9DBB background.
Complementary color for #hex is #526244.