HEX: #AD92BF
RGB: (173,146,191)
#AD92BF contains red, green and blue colors in about the same proportion. Web safe color of #AD92BF is #9999CC (or #99C).
#AD92BF color RGB value is (173,146,191).
RGB: (173,146,191)
(68%, 57%, 75%)
R 173 of 255 = 68%
G 146 of 255 = 57%
B 191 of 255 = 75%
R + G + B ~ 67%. #AD92BF is quite light color.
R + G + B = 173 + 146 + 191 = 510 (100%)
R 173 of 510 ~ 33.92%
G 146 of 510 ~ 28.63%
B 191 of 510 ~ 37.45'%
#AD92BF color CMYK value is (9,24,0,25).
CMYK: (9,24,0,25)
C9M24Y0K25 (9%, 24%, 0%, 25%)
(0.09 / 0.24 / 0.00 / 0.25)
Color #AD92BF in popluar color models
AD | 92 | BF | |
---|---|---|---|
RGB | 173 | 146 | 191 |
HSL | 276° | 26.01% | 66.08% |
HSB/HSV | 276° | 23.56% | 74.90% |
CMYK | 9.42% | 23.56% | 0.00% |
25.10% |
Color #AD92BF in popluar number systems.
HEX | AD | 92 | BF |
Decimal | 173 | 146 | 191 |
Binary | 10101101 | 10010010 | 10111111 |
Octal | 255 | 222 | 277 |
Shades of #AD92BF
Tints of #AD92BF
Examples of css and html codes for elements with #AD92BF color. Also use rgb(173,146,191) instead hex code.
.myTextColor { color: #AD92BF; }
<p style="color:#AD92BF">This sample text font color is #AD92BF.</p>
This text font color is #AD92BF.
.myBgColor { background-color: #AD92BF; }
<div style="background-color:#AD92BF">Inner text</div>
This div background color is #AD92BF.
.myBorderColor { border: 1px solid #AD92BF; }
<div style="border:3px solid #AD92BF">Div</div>
This div border color is #AD92BF.
.myOpacity80 { color: #AD92BF; opacity: 0.8; }
<p style="color:#AD92BF;opacity:0.8;">80%</p>
Text with #AD92BF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD92BF;}
<p style="text-shadow: 3px 3px 1px #AD92BF">Text here.</p>
This text has shadow with #AD92BF color.
.textShadow {text-shadow: 3px 3px 1px #AD92BF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD92BF, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD92BF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD92BF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD92BF, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD92BF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD92BF;
-webkit-box-shadow: 1px 1px 3px 2px #AD92BF;
box-shadow: 1px 1px 3px 2px #AD92BF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD92BF; -webkit-box-shadow: 1px 1px 3px 2px #AD92BF; box-shadow:1px 1px 3px 2px #AD92BF;">
Div content here
</div>
This text has color #AD92BF on black background.
This text has color #AD92BF on white background.
This text has black color on #AD92BF background.
This text has white color on #AD92BF background.
Complementary color for #hex is #526D40.