HEX: #ADB397
RGB: (173,179,151)
#ADB397 contains red, green and blue colors in about the same proportion. Web safe color of #ADB397 is #999999 (or #999).
#ADB397 color RGB value is (173,179,151).
RGB: (173,179,151)
(68%, 70%, 59%)
R 173 of 255 = 68%
G 179 of 255 = 70%
B 151 of 255 = 59%
R + G + B ~ 66%. #ADB397 is quite light color.
R + G + B = 173 + 179 + 151 = 503 (100%)
R 173 of 503 ~ 34.39%
G 179 of 503 ~ 35.59%
B 151 of 503 ~ 30.02'%
#ADB397 color CMYK value is (3,0,16,30).
CMYK: (3,0,16,30)
C3M0Y16K30 (3%, 0%, 16%, 30%)
(0.03 / 0.00 / 0.16 / 0.30)
Color #ADB397 in popluar color models
AD | B3 | 97 | |
---|---|---|---|
RGB | 173 | 179 | 151 |
HSL | 73° | 15.56% | 64.71% |
HSB/HSV | 73° | 15.64% | 70.20% |
CMYK | 3.35% | 0.00% | 15.64% |
29.80% |
Color #ADB397 in popluar number systems.
HEX | AD | B3 | 97 |
Decimal | 173 | 179 | 151 |
Binary | 10101101 | 10110011 | 10010111 |
Octal | 255 | 263 | 227 |
Shades of #ADB397
Tints of #ADB397
Examples of css and html codes for elements with #ADB397 color. Also use rgb(173,179,151) instead hex code.
.myTextColor { color: #ADB397; }
<p style="color:#ADB397">This sample text font color is #ADB397.</p>
This text font color is #ADB397.
.myBgColor { background-color: #ADB397; }
<div style="background-color:#ADB397">Inner text</div>
This div background color is #ADB397.
.myBorderColor { border: 1px solid #ADB397; }
<div style="border:3px solid #ADB397">Div</div>
This div border color is #ADB397.
.myOpacity80 { color: #ADB397; opacity: 0.8; }
<p style="color:#ADB397;opacity:0.8;">80%</p>
Text with #ADB397 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB397;}
<p style="text-shadow: 3px 3px 1px #ADB397">Text here.</p>
This text has shadow with #ADB397 color.
.textShadow {text-shadow: 3px 3px 1px #ADB397', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB397, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB397 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB397, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB397, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB397 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB397;
-webkit-box-shadow: 1px 1px 3px 2px #ADB397;
box-shadow: 1px 1px 3px 2px #ADB397;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB397; -webkit-box-shadow: 1px 1px 3px 2px #ADB397; box-shadow:1px 1px 3px 2px #ADB397;">
Div content here
</div>
This text has color #ADB397 on black background.
This text has color #ADB397 on white background.
This text has black color on #ADB397 background.
This text has white color on #ADB397 background.
Complementary color for #hex is #524C68.