HEX: #ADCE96
RGB: (173,206,150)
#ADCE96 contains red, green and blue colors in about the same proportion. Web safe color of #ADCE96 is #99CC99 (or #9C9).
#ADCE96 color RGB value is (173,206,150).
RGB: (173,206,150)
(68%, 81%, 59%)
R 173 of 255 = 68%
G 206 of 255 = 81%
B 150 of 255 = 59%
R + G + B ~ 69%. #ADCE96 is quite light color.
R + G + B = 173 + 206 + 150 = 529 (100%)
R 173 of 529 ~ 32.7%
G 206 of 529 ~ 38.94%
B 150 of 529 ~ 28.36'%
#ADCE96 color CMYK value is (16,0,27,19).
CMYK: (16,0,27,19) C16M0Y27K19 (16%,0%,27%,19%) (0.16/0.00/0.27/0.19)
Color #ADCE96 in popluar color models
AD | CE | 96 | |
---|---|---|---|
RGB | 173 | 206 | 150 |
HSL | 95° | 36.36% | 69.80% |
HSB/HSV | 95° | 27.18% | 80.78% |
CMYK | 16.02% | 0.00% | 27.18% |
19.22% |
Color #ADCE96 in popluar number systems.
HEX | AD | CE | 96 |
Decimal | 173 | 206 | 150 |
Binary | 10101101 | 11001110 | 10010110 |
Octal | 255 | 316 | 226 |
Shades of #ADCE96
Tints of #ADCE96
Examples of css and html codes for elements with #ADCE96 color. Also use rgb(173,206,150) instead hex code.
.myTextColor { color: #ADCE96; }
<p style="color:#ADCE96">This sample text font color is #ADCE96.</p>
This text font color is #ADCE96.
.myBgColor { background-color: #ADCE96; }
<div style="background-color:#ADCE96">Inner text</div>
This div background color is #ADCE96.
.myBorderColor { border: 1px solid #ADCE96; }
<div style="border:3px solid #ADCE96">Div</div>
This div border color is #ADCE96.
.myOpacity80 { color: #ADCE96; opacity: 0.8; }
<p style="color:#ADCE96;opacity:0.8;">80%</p>
Text with #ADCE96 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADCE96;}
<p style="text-shadow: 3px 3px 1px #ADCE96">Text here.</p>
This text has shadow with #ADCE96 color.
.textShadow {text-shadow: 3px 3px 1px #ADCE96', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADCE96, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADCE96 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADCE96, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADCE96, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADCE96 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADCE96;
-webkit-box-shadow: 1px 1px 3px 2px #ADCE96;
box-shadow: 1px 1px 3px 2px #ADCE96;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADCE96; -webkit-box-shadow: 1px 1px 3px 2px #ADCE96; box-shadow:1px 1px 3px 2px #ADCE96;">
Div content here
</div>
This text has color #ADCE96 on black background.
This text has color #ADCE96 on white background.
This text has black color on #ADCE96 background.
This text has white color on #ADCE96 background.
Complementary color for #hex is #523169.