HEX: #AD99AB
RGB: (173,153,171)
#AD99AB contains red, green and blue colors in about the same proportion. Web safe color of #AD99AB is #999999 (or #999).
#AD99AB color RGB value is (173,153,171).
RGB: (173,153,171)
(68%, 60%, 67%)
R 173 of 255 = 68%
G 153 of 255 = 60%
B 171 of 255 = 67%
R + G + B ~ 65%. #AD99AB is quite light color.
R + G + B = 173 + 153 + 171 = 497 (100%)
R 173 of 497 ~ 34.81%
G 153 of 497 ~ 30.78%
B 171 of 497 ~ 34.41'%
#AD99AB color CMYK value is (0,12,1,32).
CMYK: (0,12,1,32)
C0M12Y1K32 (0%, 12%, 1%, 32%)
(0.00 / 0.12 / 0.01 / 0.32)
Color #AD99AB in popluar color models
AD | 99 | AB | |
---|---|---|---|
RGB | 173 | 153 | 171 |
HSL | 306° | 10.87% | 63.92% |
HSB/HSV | 306° | 11.56% | 67.84% |
CMYK | 0.00% | 11.56% | 1.16% |
32.16% |
Color #AD99AB in popluar number systems.
HEX | AD | 99 | AB |
Decimal | 173 | 153 | 171 |
Binary | 10101101 | 10011001 | 10101011 |
Octal | 255 | 231 | 253 |
Shades of #AD99AB
Tints of #AD99AB
Examples of css and html codes for elements with #AD99AB color. Also use rgb(173,153,171) instead hex code.
.myTextColor { color: #AD99AB; }
<p style="color:#AD99AB">This sample text font color is #AD99AB.</p>
This text font color is #AD99AB.
.myBgColor { background-color: #AD99AB; }
<div style="background-color:#AD99AB">Inner text</div>
This div background color is #AD99AB.
.myBorderColor { border: 1px solid #AD99AB; }
<div style="border:3px solid #AD99AB">Div</div>
This div border color is #AD99AB.
.myOpacity80 { color: #AD99AB; opacity: 0.8; }
<p style="color:#AD99AB;opacity:0.8;">80%</p>
Text with #AD99AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD99AB;}
<p style="text-shadow: 3px 3px 1px #AD99AB">Text here.</p>
This text has shadow with #AD99AB color.
.textShadow {text-shadow: 3px 3px 1px #AD99AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD99AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD99AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD99AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD99AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD99AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD99AB;
-webkit-box-shadow: 1px 1px 3px 2px #AD99AB;
box-shadow: 1px 1px 3px 2px #AD99AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD99AB; -webkit-box-shadow: 1px 1px 3px 2px #AD99AB; box-shadow:1px 1px 3px 2px #AD99AB;">
Div content here
</div>
This text has color #AD99AB on black background.
This text has color #AD99AB on white background.
This text has black color on #AD99AB background.
This text has white color on #AD99AB background.
Complementary color for #hex is #526654.