HEX: #AD97BA
RGB: (173,151,186)
#AD97BA contains red, green and blue colors in about the same proportion. Web safe color of #AD97BA is #9999CC (or #99C).
#AD97BA color RGB value is (173,151,186).
RGB: (173,151,186)
(68%, 59%, 73%)
R 173 of 255 = 68%
G 151 of 255 = 59%
B 186 of 255 = 73%
R + G + B ~ 67%. #AD97BA is quite light color.
R + G + B = 173 + 151 + 186 = 510 (100%)
R 173 of 510 ~ 33.92%
G 151 of 510 ~ 29.61%
B 186 of 510 ~ 36.47'%
#AD97BA color CMYK value is (7,19,0,27).
CMYK: (7,19,0,27)
C7M19Y0K27 (7%, 19%, 0%, 27%)
(0.07 / 0.19 / 0.00 / 0.27)
Color #AD97BA in popluar color models
AD | 97 | BA | |
---|---|---|---|
RGB | 173 | 151 | 186 |
HSL | 278° | 20.23% | 66.08% |
HSB/HSV | 278° | 18.82% | 72.94% |
CMYK | 6.99% | 18.82% | 0.00% |
27.06% |
Color #AD97BA in popluar number systems.
HEX | AD | 97 | BA |
Decimal | 173 | 151 | 186 |
Binary | 10101101 | 10010111 | 10111010 |
Octal | 255 | 227 | 272 |
Shades of #AD97BA
Tints of #AD97BA
Examples of css and html codes for elements with #AD97BA color. Also use rgb(173,151,186) instead hex code.
.myTextColor { color: #AD97BA; }
<p style="color:#AD97BA">This sample text font color is #AD97BA.</p>
This text font color is #AD97BA.
.myBgColor { background-color: #AD97BA; }
<div style="background-color:#AD97BA">Inner text</div>
This div background color is #AD97BA.
.myBorderColor { border: 1px solid #AD97BA; }
<div style="border:3px solid #AD97BA">Div</div>
This div border color is #AD97BA.
.myOpacity80 { color: #AD97BA; opacity: 0.8; }
<p style="color:#AD97BA;opacity:0.8;">80%</p>
Text with #AD97BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD97BA;}
<p style="text-shadow: 3px 3px 1px #AD97BA">Text here.</p>
This text has shadow with #AD97BA color.
.textShadow {text-shadow: 3px 3px 1px #AD97BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD97BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD97BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD97BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD97BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD97BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD97BA;
-webkit-box-shadow: 1px 1px 3px 2px #AD97BA;
box-shadow: 1px 1px 3px 2px #AD97BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD97BA; -webkit-box-shadow: 1px 1px 3px 2px #AD97BA; box-shadow:1px 1px 3px 2px #AD97BA;">
Div content here
</div>
This text has color #AD97BA on black background.
This text has color #AD97BA on white background.
This text has black color on #AD97BA background.
This text has white color on #AD97BA background.
Complementary color for #hex is #526845.