HEX: #ADB09D
RGB: (173,176,157)
#ADB09D contains red, green and blue colors in about the same proportion. Web safe color of #ADB09D is #999999 (or #999).
#ADB09D color RGB value is (173,176,157).
RGB: (173,176,157)
(68%, 69%, 62%)
R 173 of 255 = 68%
G 176 of 255 = 69%
B 157 of 255 = 62%
R + G + B ~ 66%. #ADB09D is quite light color.
R + G + B = 173 + 176 + 157 = 506 (100%)
R 173 of 506 ~ 34.19%
G 176 of 506 ~ 34.78%
B 157 of 506 ~ 31.03'%
#ADB09D color CMYK value is (2,0,11,31).
CMYK: (2,0,11,31) C2M0Y11K31 (2%,0%,11%,31%) (0.02/0.00/0.11/0.31)
Color #ADB09D in popluar color models
AD | B0 | 9D | |
---|---|---|---|
RGB | 173 | 176 | 157 |
HSL | 69° | 10.73% | 65.29% |
HSB/HSV | 69° | 10.80% | 69.02% |
CMYK | 1.70% | 0.00% | 10.80% |
30.98% |
Color #ADB09D in popluar number systems.
HEX | AD | B0 | 9D |
Decimal | 173 | 176 | 157 |
Binary | 10101101 | 10110000 | 10011101 |
Octal | 255 | 260 | 235 |
Shades of #ADB09D
Tints of #ADB09D
Examples of css and html codes for elements with #ADB09D color. Also use rgb(173,176,157) instead hex code.
.myTextColor { color: #ADB09D; }
<p style="color:#ADB09D">This sample text font color is #ADB09D.</p>
This text font color is #ADB09D.
.myBgColor { background-color: #ADB09D; }
<div style="background-color:#ADB09D">Inner text</div>
This div background color is #ADB09D.
.myBorderColor { border: 1px solid #ADB09D; }
<div style="border:3px solid #ADB09D">Div</div>
This div border color is #ADB09D.
.myOpacity80 { color: #ADB09D; opacity: 0.8; }
<p style="color:#ADB09D;opacity:0.8;">80%</p>
Text with #ADB09D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB09D;}
<p style="text-shadow: 3px 3px 1px #ADB09D">Text here.</p>
This text has shadow with #ADB09D color.
.textShadow {text-shadow: 3px 3px 1px #ADB09D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB09D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB09D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB09D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB09D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB09D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB09D;
-webkit-box-shadow: 1px 1px 3px 2px #ADB09D;
box-shadow: 1px 1px 3px 2px #ADB09D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB09D; -webkit-box-shadow: 1px 1px 3px 2px #ADB09D; box-shadow:1px 1px 3px 2px #ADB09D;">
Div content here
</div>
This text has color #ADB09D on black background.
This text has color #ADB09D on white background.
This text has black color on #ADB09D background.
This text has white color on #ADB09D background.
Complementary color for #hex is #524F62.