HEX: #ADC687
RGB: (173,198,135)
#ADC687 contains mainly red and green colors. #ADC687 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.
#ADC687 color RGB value is (173,198,135).
RGB: (173,198,135)
(68%, 78%, 53%)
R 173 of 255 = 68%
G 198 of 255 = 78%
B 135 of 255 = 53%
R + G + B ~ 66%. #ADC687 is quite light color.
R + G + B = 173 + 198 + 135 = 506 (100%)
R 173 of 506 ~ 34.19%
G 198 of 506 ~ 39.13%
B 135 of 506 ~ 26.68'%
#ADC687 rengi CMYK tonu (13,0,32,22).
CMYK: (13,0,32,22)
C13M0Y32K22 (13%, 0%, 32%, 22%)
(0.13 / 0.00 / 0.32 / 0.22)
Color #ADC687 in popluar color models
AD | C6 | 87 | |
---|---|---|---|
RGB | 173 | 198 | 135 |
HSL | 84° | 35.59% | 65.29% |
HSB/HSV | 84° | 31.82% | 77.65% |
CMYK | 12.63% | 0.00% | 31.82% |
22.35% |
Color #ADC687 in popluar number systems.
HEX | AD | C6 | 87 |
Decimal | 173 | 198 | 135 |
Binary | 10101101 | 11000110 | 10000111 |
Octal | 255 | 306 | 207 |
Shades of #ADC687
Tints of #ADC687
Examples of css and html codes for elements with #ADC687 color. Also use rgb(173,198,135) instead hex code.
.myTextColor { color: #ADC687; }
<p style="color:#ADC687">This sample text font color is #ADC687.</p>
This text font color is #ADC687.
.myBgColor { background-color: #ADC687; }
<div style="background-color:#ADC687">Inner text</div>
This div background color is #ADC687.
.myBorderColor { border: 1px solid #ADC687; }
<div style="border:3px solid #ADC687">Div</div>
This div border color is #ADC687.
.myOpacity80 { color: #ADC687; opacity: 0.8; }
<p style="color:#ADC687;opacity:0.8;">80%</p>
Text with #ADC687 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC687;}
<p style="text-shadow: 3px 3px 1px #ADC687">Text here.</p>
This text has shadow with #ADC687 color.
.textShadow {text-shadow: 3px 3px 1px #ADC687', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC687, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADC687 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC687, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC687, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC687 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC687;
-webkit-box-shadow: 1px 1px 3px 2px #ADC687;
box-shadow: 1px 1px 3px 2px #ADC687;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC687; -webkit-box-shadow: 1px 1px 3px 2px #ADC687; box-shadow:1px 1px 3px 2px #ADC687;">
Div content here
</div>
This text has color #ADC687 on black background.
This text has color #ADC687 on white background.
This text has black color on #ADC687 background.
This text has white color on #ADC687 background.
Complementary color for #hex is #523978.