HEX: #C6ED9F
RGB: (198,237,159)
#C6ED9F contains mainly red and green colors. Web safe color of #C6ED9F is #CCFF99 (or #CF9).
#C6ED9F color RGB value is (198,237,159).
RGB: (198,237,159)
(78%, 93%, 62%)
R 198 of 255 = 78%
G 237 of 255 = 93%
B 159 of 255 = 62%
R + G + B ~ 78%. #C6ED9F is quite light color.
R + G + B = 198 + 237 + 159 = 594 (100%)
R 198 of 594 ~ 33.33%
G 237 of 594 ~ 39.9%
B 159 of 594 ~ 26.77'%
#C6ED9F color CMYK value is (16,0,33,7).
CMYK: (16,0,33,7)
C16M0Y33K7 (16%, 0%, 33%, 7%)
(0.16 / 0.00 / 0.33 / 0.07)
Color #C6ED9F in popluar color models
C6 | ED | 9F | |
---|---|---|---|
RGB | 198 | 237 | 159 |
HSL | 90° | 68.42% | 77.65% |
HSB/HSV | 90° | 32.91% | 92.94% |
CMYK | 16.46% | 0.00% | 32.91% |
7.06% |
Color #C6ED9F in popluar number systems.
HEX | C6 | ED | 9F |
Decimal | 198 | 237 | 159 |
Binary | 11000110 | 11101101 | 10011111 |
Octal | 306 | 355 | 237 |
Shades of #C6ED9F
Tints of #C6ED9F
Examples of css and html codes for elements with #C6ED9F color. Also use rgb(198,237,159) instead hex code.
.myTextColor { color: #C6ED9F; }
<p style="color:#C6ED9F">This sample text font color is #C6ED9F.</p>
This text font color is #C6ED9F.
.myBgColor { background-color: #C6ED9F; }
<div style="background-color:#C6ED9F">Inner text</div>
This div background color is #C6ED9F.
.myBorderColor { border: 1px solid #C6ED9F; }
<div style="border:3px solid #C6ED9F">Div</div>
This div border color is #C6ED9F.
.myOpacity80 { color: #C6ED9F; opacity: 0.8; }
<p style="color:#C6ED9F;opacity:0.8;">80%</p>
Text with #C6ED9F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6ED9F;}
<p style="text-shadow: 3px 3px 1px #C6ED9F">Text here.</p>
This text has shadow with #C6ED9F color.
.textShadow {text-shadow: 3px 3px 1px #C6ED9F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6ED9F, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6ED9F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6ED9F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6ED9F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6ED9F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6ED9F;
-webkit-box-shadow: 1px 1px 3px 2px #C6ED9F;
box-shadow: 1px 1px 3px 2px #C6ED9F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6ED9F; -webkit-box-shadow: 1px 1px 3px 2px #C6ED9F; box-shadow:1px 1px 3px 2px #C6ED9F;">
Div content here
</div>
This text has color #C6ED9F on black background.
This text has color #C6ED9F on white background.
This text has black color on #C6ED9F background.
This text has white color on #C6ED9F background.
Complementary color for #hex is #391260.