HEX: #ADC696
RGB: (173,198,150)
#ADC696 contains red, green and blue colors in about the same proportion. #ADC696 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.
#ADC696 color RGB value is (173,198,150).
RGB: (173,198,150)
(68%, 78%, 59%)
R 173 of 255 = 68%
G 198 of 255 = 78%
B 150 of 255 = 59%
R + G + B ~ 68%. #ADC696 is quite light color.
R + G + B = 173 + 198 + 150 = 521 (100%)
R 173 of 521 ~ 33.21%
G 198 of 521 ~ 38%
B 150 of 521 ~ 28.79'%
#ADC696 rengi CMYK tonu (13,0,24,22).
CMYK: (13,0,24,22)
C13M0Y24K22 (13%, 0%, 24%, 22%)
(0.13 / 0.00 / 0.24 / 0.22)
Color #ADC696 in popluar color models
AD | C6 | 96 | |
---|---|---|---|
RGB | 173 | 198 | 150 |
HSL | 91° | 29.63% | 68.24% |
HSB/HSV | 91° | 24.24% | 77.65% |
CMYK | 12.63% | 0.00% | 24.24% |
22.35% |
Color #ADC696 in popluar number systems.
HEX | AD | C6 | 96 |
Decimal | 173 | 198 | 150 |
Binary | 10101101 | 11000110 | 10010110 |
Octal | 255 | 306 | 226 |
Shades of #ADC696
Tints of #ADC696
Examples of css and html codes for elements with #ADC696 color. Also use rgb(173,198,150) instead hex code.
.myTextColor { color: #ADC696; }
<p style="color:#ADC696">This sample text font color is #ADC696.</p>
This text font color is #ADC696.
.myBgColor { background-color: #ADC696; }
<div style="background-color:#ADC696">Inner text</div>
This div background color is #ADC696.
.myBorderColor { border: 1px solid #ADC696; }
<div style="border:3px solid #ADC696">Div</div>
This div border color is #ADC696.
.myOpacity80 { color: #ADC696; opacity: 0.8; }
<p style="color:#ADC696;opacity:0.8;">80%</p>
Text with #ADC696 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC696;}
<p style="text-shadow: 3px 3px 1px #ADC696">Text here.</p>
This text has shadow with #ADC696 color.
.textShadow {text-shadow: 3px 3px 1px #ADC696', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC696, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADC696 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC696, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC696, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC696 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC696;
-webkit-box-shadow: 1px 1px 3px 2px #ADC696;
box-shadow: 1px 1px 3px 2px #ADC696;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC696; -webkit-box-shadow: 1px 1px 3px 2px #ADC696; box-shadow:1px 1px 3px 2px #ADC696;">
Div content here
</div>
This text has color #ADC696 on black background.
This text has color #ADC696 on white background.
This text has black color on #ADC696 background.
This text has white color on #ADC696 background.
Complementary color for #hex is #523969.