HEX: #ADC987
RGB: (173,201,135)
#ADC987 contains mainly red and green colors. Web safe color of #ADC987 is #99CC99 (or #9C9).
#ADC987 color RGB value is (173,201,135).
RGB: (173,201,135)
(68%, 79%, 53%)
R 173 of 255 = 68%
G 201 of 255 = 79%
B 135 of 255 = 53%
R + G + B ~ 67%. #ADC987 is quite light color.
R + G + B = 173 + 201 + 135 = 509 (100%)
R 173 of 509 ~ 33.99%
G 201 of 509 ~ 39.49%
B 135 of 509 ~ 26.52'%
#ADC987 color CMYK value is (14,0,33,21).
CMYK: (14,0,33,21) C14M0Y33K21 (14%,0%,33%,21%) (0.14/0.00/0.33/0.21)
Color #ADC987 in popluar color models
AD | C9 | 87 | |
---|---|---|---|
RGB | 173 | 201 | 135 |
HSL | 85° | 37.93% | 65.88% |
HSB/HSV | 85° | 32.84% | 78.82% |
CMYK | 13.93% | 0.00% | 32.84% |
21.18% |
Color #ADC987 in popluar number systems.
HEX | AD | C9 | 87 |
Decimal | 173 | 201 | 135 |
Binary | 10101101 | 11001001 | 10000111 |
Octal | 255 | 311 | 207 |
Shades of #ADC987
Tints of #ADC987
Examples of css and html codes for elements with #ADC987 color. Also use rgb(173,201,135) instead hex code.
.myTextColor { color: #ADC987; }
<p style="color:#ADC987">This sample text font color is #ADC987.</p>
This text font color is #ADC987.
.myBgColor { background-color: #ADC987; }
<div style="background-color:#ADC987">Inner text</div>
This div background color is #ADC987.
.myBorderColor { border: 1px solid #ADC987; }
<div style="border:3px solid #ADC987">Div</div>
This div border color is #ADC987.
.myOpacity80 { color: #ADC987; opacity: 0.8; }
<p style="color:#ADC987;opacity:0.8;">80%</p>
Text with #ADC987 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC987;}
<p style="text-shadow: 3px 3px 1px #ADC987">Text here.</p>
This text has shadow with #ADC987 color.
.textShadow {text-shadow: 3px 3px 1px #ADC987', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC987, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADC987 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC987, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC987, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC987 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC987;
-webkit-box-shadow: 1px 1px 3px 2px #ADC987;
box-shadow: 1px 1px 3px 2px #ADC987;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC987; -webkit-box-shadow: 1px 1px 3px 2px #ADC987; box-shadow:1px 1px 3px 2px #ADC987;">
Div content here
</div>
This text has color #ADC987 on black background.
This text has color #ADC987 on white background.
This text has black color on #ADC987 background.
This text has white color on #ADC987 background.
Complementary color for #hex is #523678.