HEX: #ADBC76
RGB: (173,188,118)
#ADBC76 contains mainly red and green colors. Web safe color of #ADBC76 is #99CC66 (or #9C6).
#ADBC76 color RGB value is (173,188,118).
RGB: (173,188,118)
(68%, 74%, 46%)
R 173 of 255 = 68%
G 188 of 255 = 74%
B 118 of 255 = 46%
R + G + B ~ 63%. #ADBC76 is quite light color.
R + G + B = 173 + 188 + 118 = 479 (100%)
R 173 of 479 ~ 36.12%
G 188 of 479 ~ 39.25%
B 118 of 479 ~ 24.63'%
#ADBC76 color CMYK value is (8,0,37,26).
CMYK: (8,0,37,26)
C8M0Y37K26 (8%, 0%, 37%, 26%)
(0.08 / 0.00 / 0.37 / 0.26)
Color #ADBC76 in popluar color models
AD | BC | 76 | |
---|---|---|---|
RGB | 173 | 188 | 118 |
HSL | 73° | 34.31% | 60.00% |
HSB/HSV | 73° | 37.23% | 73.73% |
CMYK | 7.98% | 0.00% | 37.23% |
26.27% |
Color #ADBC76 in popluar number systems.
HEX | AD | BC | 76 |
Decimal | 173 | 188 | 118 |
Binary | 10101101 | 10111100 | 1110110 |
Octal | 255 | 274 | 166 |
Shades of #ADBC76
Tints of #ADBC76
Examples of css and html codes for elements with #ADBC76 color. Also use rgb(173,188,118) instead hex code.
.myTextColor { color: #ADBC76; }
<p style="color:#ADBC76">This sample text font color is #ADBC76.</p>
This text font color is #ADBC76.
.myBgColor { background-color: #ADBC76; }
<div style="background-color:#ADBC76">Inner text</div>
This div background color is #ADBC76.
.myBorderColor { border: 1px solid #ADBC76; }
<div style="border:3px solid #ADBC76">Div</div>
This div border color is #ADBC76.
.myOpacity80 { color: #ADBC76; opacity: 0.8; }
<p style="color:#ADBC76;opacity:0.8;">80%</p>
Text with #ADBC76 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBC76;}
<p style="text-shadow: 3px 3px 1px #ADBC76">Text here.</p>
This text has shadow with #ADBC76 color.
.textShadow {text-shadow: 3px 3px 1px #ADBC76', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBC76, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADBC76 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBC76, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBC76, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBC76 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBC76;
-webkit-box-shadow: 1px 1px 3px 2px #ADBC76;
box-shadow: 1px 1px 3px 2px #ADBC76;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBC76; -webkit-box-shadow: 1px 1px 3px 2px #ADBC76; box-shadow:1px 1px 3px 2px #ADBC76;">
Div content here
</div>
This text has color #ADBC76 on black background.
This text has color #ADBC76 on white background.
This text has black color on #ADBC76 background.
This text has white color on #ADBC76 background.
Complementary color for #hex is #524389.