HEX: #ADB79F
RGB: (173,183,159)
#ADB79F contains red, green and blue colors in about the same proportion. Web safe color of #ADB79F is #99CC99 (or #9C9).
#ADB79F color RGB value is (173,183,159).
RGB: (173,183,159)
(68%, 72%, 62%)
R 173 of 255 = 68%
G 183 of 255 = 72%
B 159 of 255 = 62%
R + G + B ~ 67%. #ADB79F is quite light color.
R + G + B = 173 + 183 + 159 = 515 (100%)
R 173 of 515 ~ 33.59%
G 183 of 515 ~ 35.53%
B 159 of 515 ~ 30.87'%
#ADB79F color CMYK value is (5,0,13,28).
CMYK: (5,0,13,28) C5M0Y13K28 (5%,0%,13%,28%) (0.05/0.00/0.13/0.28)
Color #ADB79F in popluar color models
AD | B7 | 9F | |
---|---|---|---|
RGB | 173 | 183 | 159 |
HSL | 85° | 14.29% | 67.06% |
HSB/HSV | 85° | 13.11% | 71.76% |
CMYK | 5.46% | 0.00% | 13.11% |
28.24% |
Color #ADB79F in popluar number systems.
HEX | AD | B7 | 9F |
Decimal | 173 | 183 | 159 |
Binary | 10101101 | 10110111 | 10011111 |
Octal | 255 | 267 | 237 |
Shades of #ADB79F
Tints of #ADB79F
Examples of css and html codes for elements with #ADB79F color. Also use rgb(173,183,159) instead hex code.
.myTextColor { color: #ADB79F; }
<p style="color:#ADB79F">This sample text font color is #ADB79F.</p>
This text font color is #ADB79F.
.myBgColor { background-color: #ADB79F; }
<div style="background-color:#ADB79F">Inner text</div>
This div background color is #ADB79F.
.myBorderColor { border: 1px solid #ADB79F; }
<div style="border:3px solid #ADB79F">Div</div>
This div border color is #ADB79F.
.myOpacity80 { color: #ADB79F; opacity: 0.8; }
<p style="color:#ADB79F;opacity:0.8;">80%</p>
Text with #ADB79F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB79F;}
<p style="text-shadow: 3px 3px 1px #ADB79F">Text here.</p>
This text has shadow with #ADB79F color.
.textShadow {text-shadow: 3px 3px 1px #ADB79F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB79F, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB79F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB79F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB79F, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB79F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB79F;
-webkit-box-shadow: 1px 1px 3px 2px #ADB79F;
box-shadow: 1px 1px 3px 2px #ADB79F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB79F; -webkit-box-shadow: 1px 1px 3px 2px #ADB79F; box-shadow:1px 1px 3px 2px #ADB79F;">
Div content here
</div>
This text has color #ADB79F on black background.
This text has color #ADB79F on white background.
This text has black color on #ADB79F background.
This text has white color on #ADB79F background.
Complementary color for #hex is #524860.