HEX: #ADAB8D
RGB: (173,171,141)
#ADAB8D contains red, green and blue colors in about the same proportion. Web safe color of #ADAB8D is #999999 (or #999).
#ADAB8D color RGB value is (173,171,141).
RGB: (173,171,141)
(68%, 67%, 55%)
R 173 of 255 = 68%
G 171 of 255 = 67%
B 141 of 255 = 55%
R + G + B ~ 63%. #ADAB8D is quite light color.
R + G + B = 173 + 171 + 141 = 485 (100%)
R 173 of 485 ~ 35.67%
G 171 of 485 ~ 35.26%
B 141 of 485 ~ 29.07'%
#ADAB8D color CMYK value is (0,1,18,32).
CMYK: (0,1,18,32)
C0M1Y18K32 (0%, 1%, 18%, 32%)
(0.00 / 0.01 / 0.18 / 0.32)
Color #ADAB8D in popluar color models
AD | AB | 8D | |
---|---|---|---|
RGB | 173 | 171 | 141 |
HSL | 56° | 16.33% | 61.57% |
HSB/HSV | 56° | 18.50% | 67.84% |
CMYK | 0.00% | 1.16% | 18.50% |
32.16% |
Color #ADAB8D in popluar number systems.
HEX | AD | AB | 8D |
Decimal | 173 | 171 | 141 |
Binary | 10101101 | 10101011 | 10001101 |
Octal | 255 | 253 | 215 |
Shades of #ADAB8D
Tints of #ADAB8D
Examples of css and html codes for elements with #ADAB8D color. Also use rgb(173,171,141) instead hex code.
.myTextColor { color: #ADAB8D; }
<p style="color:#ADAB8D">This sample text font color is #ADAB8D.</p>
This text font color is #ADAB8D.
.myBgColor { background-color: #ADAB8D; }
<div style="background-color:#ADAB8D">Inner text</div>
This div background color is #ADAB8D.
.myBorderColor { border: 1px solid #ADAB8D; }
<div style="border:3px solid #ADAB8D">Div</div>
This div border color is #ADAB8D.
.myOpacity80 { color: #ADAB8D; opacity: 0.8; }
<p style="color:#ADAB8D;opacity:0.8;">80%</p>
Text with #ADAB8D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADAB8D;}
<p style="text-shadow: 3px 3px 1px #ADAB8D">Text here.</p>
This text has shadow with #ADAB8D color.
.textShadow {text-shadow: 3px 3px 1px #ADAB8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADAB8D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADAB8D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADAB8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADAB8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADAB8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADAB8D;
-webkit-box-shadow: 1px 1px 3px 2px #ADAB8D;
box-shadow: 1px 1px 3px 2px #ADAB8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADAB8D; -webkit-box-shadow: 1px 1px 3px 2px #ADAB8D; box-shadow:1px 1px 3px 2px #ADAB8D;">
Div content here
</div>
This text has color #ADAB8D on black background.
This text has color #ADAB8D on white background.
This text has black color on #ADAB8D background.
This text has white color on #ADAB8D background.
Complementary color for #hex is #525472.