HEX: #ADC09D
RGB: (173,192,157)
#ADC09D contains red, green and blue colors in about the same proportion. Web safe color of #ADC09D is #99CC99 (or #9C9).
#ADC09D color RGB value is (173,192,157).
RGB: (173,192,157)
(68%, 75%, 62%)
R 173 of 255 = 68%
G 192 of 255 = 75%
B 157 of 255 = 62%
R + G + B ~ 68%. #ADC09D is quite light color.
R + G + B = 173 + 192 + 157 = 522 (100%)
R 173 of 522 ~ 33.14%
G 192 of 522 ~ 36.78%
B 157 of 522 ~ 30.08'%
#ADC09D color CMYK value is (10,0,18,25).
CMYK: (10,0,18,25)
C10M0Y18K25 (10%, 0%, 18%, 25%)
(0.10 / 0.00 / 0.18 / 0.25)
Color #ADC09D in popluar color models
AD | C0 | 9D | |
---|---|---|---|
RGB | 173 | 192 | 157 |
HSL | 93° | 21.74% | 68.43% |
HSB/HSV | 93° | 18.23% | 75.29% |
CMYK | 9.90% | 0.00% | 18.23% |
24.71% |
Color #ADC09D in popluar number systems.
HEX | AD | C0 | 9D |
Decimal | 173 | 192 | 157 |
Binary | 10101101 | 11000000 | 10011101 |
Octal | 255 | 300 | 235 |
Shades of #ADC09D
Tints of #ADC09D
Examples of css and html codes for elements with #ADC09D color. Also use rgb(173,192,157) instead hex code.
.myTextColor { color: #ADC09D; }
<p style="color:#ADC09D">This sample text font color is #ADC09D.</p>
This text font color is #ADC09D.
.myBgColor { background-color: #ADC09D; }
<div style="background-color:#ADC09D">Inner text</div>
This div background color is #ADC09D.
.myBorderColor { border: 1px solid #ADC09D; }
<div style="border:3px solid #ADC09D">Div</div>
This div border color is #ADC09D.
.myOpacity80 { color: #ADC09D; opacity: 0.8; }
<p style="color:#ADC09D;opacity:0.8;">80%</p>
Text with #ADC09D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC09D;}
<p style="text-shadow: 3px 3px 1px #ADC09D">Text here.</p>
This text has shadow with #ADC09D color.
.textShadow {text-shadow: 3px 3px 1px #ADC09D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC09D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADC09D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC09D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC09D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC09D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC09D;
-webkit-box-shadow: 1px 1px 3px 2px #ADC09D;
box-shadow: 1px 1px 3px 2px #ADC09D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC09D; -webkit-box-shadow: 1px 1px 3px 2px #ADC09D; box-shadow:1px 1px 3px 2px #ADC09D;">
Div content here
</div>
This text has color #ADC09D on black background.
This text has color #ADC09D on white background.
This text has black color on #ADC09D background.
This text has white color on #ADC09D background.
Complementary color for #hex is #523F62.