HEX: #ADA0BD
RGB: (173,160,189)
#ADA0BD contains red, green and blue colors in about the same proportion. Web safe color of #ADA0BD is #9999CC (or #99C).
#ADA0BD color RGB value is (173,160,189).
RGB: (173,160,189)
(68%, 63%, 74%)
R 173 of 255 = 68%
G 160 of 255 = 63%
B 189 of 255 = 74%
R + G + B ~ 68%. #ADA0BD is quite light color.
R + G + B = 173 + 160 + 189 = 522 (100%)
R 173 of 522 ~ 33.14%
G 160 of 522 ~ 30.65%
B 189 of 522 ~ 36.21'%
#ADA0BD color CMYK value is (8,15,0,26).
CMYK: (8,15,0,26)
C8M15Y0K26 (8%, 15%, 0%, 26%)
(0.08 / 0.15 / 0.00 / 0.26)
Color #ADA0BD in popluar color models
AD | A0 | BD | |
---|---|---|---|
RGB | 173 | 160 | 189 |
HSL | 267° | 18.01% | 68.43% |
HSB/HSV | 267° | 15.34% | 74.12% |
CMYK | 8.47% | 15.34% | 0.00% |
25.88% |
Color #ADA0BD in popluar number systems.
HEX | AD | A0 | BD |
Decimal | 173 | 160 | 189 |
Binary | 10101101 | 10100000 | 10111101 |
Octal | 255 | 240 | 275 |
Shades of #ADA0BD
Tints of #ADA0BD
Examples of css and html codes for elements with #ADA0BD color. Also use rgb(173,160,189) instead hex code.
.myTextColor { color: #ADA0BD; }
<p style="color:#ADA0BD">This sample text font color is #ADA0BD.</p>
This text font color is #ADA0BD.
.myBgColor { background-color: #ADA0BD; }
<div style="background-color:#ADA0BD">Inner text</div>
This div background color is #ADA0BD.
.myBorderColor { border: 1px solid #ADA0BD; }
<div style="border:3px solid #ADA0BD">Div</div>
This div border color is #ADA0BD.
.myOpacity80 { color: #ADA0BD; opacity: 0.8; }
<p style="color:#ADA0BD;opacity:0.8;">80%</p>
Text with #ADA0BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA0BD;}
<p style="text-shadow: 3px 3px 1px #ADA0BD">Text here.</p>
This text has shadow with #ADA0BD color.
.textShadow {text-shadow: 3px 3px 1px #ADA0BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA0BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA0BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA0BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA0BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA0BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA0BD;
-webkit-box-shadow: 1px 1px 3px 2px #ADA0BD;
box-shadow: 1px 1px 3px 2px #ADA0BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA0BD; -webkit-box-shadow: 1px 1px 3px 2px #ADA0BD; box-shadow:1px 1px 3px 2px #ADA0BD;">
Div content here
</div>
This text has color #ADA0BD on black background.
This text has color #ADA0BD on white background.
This text has black color on #ADA0BD background.
This text has white color on #ADA0BD background.
Complementary color for #hex is #525F42.