HEX: #AD8C9B
RGB: (173,140,155)
#AD8C9B contains red, green and blue colors in about the same proportion. Web safe color of #AD8C9B is #999999 (or #999).
#AD8C9B color RGB value is (173,140,155).
RGB: (173,140,155)
(68%, 55%, 61%)
R 173 of 255 = 68%
G 140 of 255 = 55%
B 155 of 255 = 61%
R + G + B ~ 61%. #AD8C9B is quite light color.
R + G + B = 173 + 140 + 155 = 468 (100%)
R 173 of 468 ~ 36.97%
G 140 of 468 ~ 29.91%
B 155 of 468 ~ 33.12'%
#AD8C9B color CMYK value is (0,19,10,32).
CMYK: (0,19,10,32)
C0M19Y10K32 (0%, 19%, 10%, 32%)
(0.00 / 0.19 / 0.10 / 0.32)
Color #AD8C9B in popluar color models
AD | 8C | 9B | |
---|---|---|---|
RGB | 173 | 140 | 155 |
HSL | 333° | 16.75% | 61.37% |
HSB/HSV | 333° | 19.08% | 67.84% |
CMYK | 0.00% | 19.08% | 10.40% |
32.16% |
Color #AD8C9B in popluar number systems.
HEX | AD | 8C | 9B |
Decimal | 173 | 140 | 155 |
Binary | 10101101 | 10001100 | 10011011 |
Octal | 255 | 214 | 233 |
Shades of #AD8C9B
Tints of #AD8C9B
Examples of css and html codes for elements with #AD8C9B color. Also use rgb(173,140,155) instead hex code.
.myTextColor { color: #AD8C9B; }
<p style="color:#AD8C9B">This sample text font color is #AD8C9B.</p>
This text font color is #AD8C9B.
.myBgColor { background-color: #AD8C9B; }
<div style="background-color:#AD8C9B">Inner text</div>
This div background color is #AD8C9B.
.myBorderColor { border: 1px solid #AD8C9B; }
<div style="border:3px solid #AD8C9B">Div</div>
This div border color is #AD8C9B.
.myOpacity80 { color: #AD8C9B; opacity: 0.8; }
<p style="color:#AD8C9B;opacity:0.8;">80%</p>
Text with #AD8C9B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD8C9B;}
<p style="text-shadow: 3px 3px 1px #AD8C9B">Text here.</p>
This text has shadow with #AD8C9B color.
.textShadow {text-shadow: 3px 3px 1px #AD8C9B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD8C9B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD8C9B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD8C9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD8C9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD8C9B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD8C9B;
-webkit-box-shadow: 1px 1px 3px 2px #AD8C9B;
box-shadow: 1px 1px 3px 2px #AD8C9B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD8C9B; -webkit-box-shadow: 1px 1px 3px 2px #AD8C9B; box-shadow:1px 1px 3px 2px #AD8C9B;">
Div content here
</div>
This text has color #AD8C9B on black background.
This text has color #AD8C9B on white background.
This text has black color on #AD8C9B background.
This text has white color on #AD8C9B background.
Complementary color for #hex is #527364.