HEX: #ADC69D
RGB: (173,198,157)
#ADC69D contains red, green and blue colors in about the same proportion. Web safe color of #ADC69D is #99CC99 (or #9C9).
#ADC69D color RGB value is (173,198,157).
RGB: (173,198,157)
(68%, 78%, 62%)
R 173 of 255 = 68%
G 198 of 255 = 78%
B 157 of 255 = 62%
R + G + B ~ 69%. #ADC69D is quite light color.
R + G + B = 173 + 198 + 157 = 528 (100%)
R 173 of 528 ~ 32.77%
G 198 of 528 ~ 37.5%
B 157 of 528 ~ 29.73'%
#ADC69D color CMYK value is (13,0,21,22).
CMYK: (13,0,21,22) C13M0Y21K22 (13%,0%,21%,22%) (0.13/0.00/0.21/0.22)
Color #ADC69D in popluar color models
AD | C6 | 9D | |
---|---|---|---|
RGB | 173 | 198 | 157 |
HSL | 97° | 26.45% | 69.61% |
HSB/HSV | 97° | 20.71% | 77.65% |
CMYK | 12.63% | 0.00% | 20.71% |
22.35% |
Color #ADC69D in popluar number systems.
HEX | AD | C6 | 9D |
Decimal | 173 | 198 | 157 |
Binary | 10101101 | 11000110 | 10011101 |
Octal | 255 | 306 | 235 |
Shades of #ADC69D
Tints of #ADC69D
Examples of css and html codes for elements with #ADC69D color. Also use rgb(173,198,157) instead hex code.
.myTextColor { color: #ADC69D; }
<p style="color:#ADC69D">This sample text font color is #ADC69D.</p>
This text font color is #ADC69D.
.myBgColor { background-color: #ADC69D; }
<div style="background-color:#ADC69D">Inner text</div>
This div background color is #ADC69D.
.myBorderColor { border: 1px solid #ADC69D; }
<div style="border:3px solid #ADC69D">Div</div>
This div border color is #ADC69D.
.myOpacity80 { color: #ADC69D; opacity: 0.8; }
<p style="color:#ADC69D;opacity:0.8;">80%</p>
Text with #ADC69D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC69D;}
<p style="text-shadow: 3px 3px 1px #ADC69D">Text here.</p>
This text has shadow with #ADC69D color.
.textShadow {text-shadow: 3px 3px 1px #ADC69D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC69D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADC69D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC69D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC69D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC69D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC69D;
-webkit-box-shadow: 1px 1px 3px 2px #ADC69D;
box-shadow: 1px 1px 3px 2px #ADC69D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC69D; -webkit-box-shadow: 1px 1px 3px 2px #ADC69D; box-shadow:1px 1px 3px 2px #ADC69D;">
Div content here
</div>
This text has color #ADC69D on black background.
This text has color #ADC69D on white background.
This text has black color on #ADC69D background.
This text has white color on #ADC69D background.
Complementary color for #hex is #523962.