HEX: #C6E98C
RGB: (198,233,140)
#C6E98C contains mainly red and green colors. Web safe color of #C6E98C is #CCFF99 (or #CF9).
#C6E98C color RGB value is (198,233,140).
RGB: (198,233,140)
(78%, 91%, 55%)
R 198 of 255 = 78%
G 233 of 255 = 91%
B 140 of 255 = 55%
R + G + B ~ 75%. #C6E98C is quite light color.
R + G + B = 198 + 233 + 140 = 571 (100%)
R 198 of 571 ~ 34.68%
G 233 of 571 ~ 40.81%
B 140 of 571 ~ 24.52'%
#C6E98C color CMYK value is (15,0,40,9).
CMYK: (15,0,40,9) C15M0Y40K9 (15%,0%,40%,9%) (0.15/0.00/0.40/0.09)
Color #C6E98C in popluar color models
C6 | E9 | 8C | |
---|---|---|---|
RGB | 198 | 233 | 140 |
HSL | 83° | 67.88% | 73.14% |
HSB/HSV | 83° | 39.91% | 91.37% |
CMYK | 15.02% | 0.00% | 39.91% |
8.63% |
Color #C6E98C in popluar number systems.
HEX | C6 | E9 | 8C |
Decimal | 198 | 233 | 140 |
Binary | 11000110 | 11101001 | 10001100 |
Octal | 306 | 351 | 214 |
Shades of #C6E98C
Tints of #C6E98C
Examples of css and html codes for elements with #C6E98C color. Also use rgb(198,233,140) instead hex code.
.myTextColor { color: #C6E98C; }
<p style="color:#C6E98C">This sample text font color is #C6E98C.</p>
This text font color is #C6E98C.
.myBgColor { background-color: #C6E98C; }
<div style="background-color:#C6E98C">Inner text</div>
This div background color is #C6E98C.
.myBorderColor { border: 1px solid #C6E98C; }
<div style="border:3px solid #C6E98C">Div</div>
This div border color is #C6E98C.
.myOpacity80 { color: #C6E98C; opacity: 0.8; }
<p style="color:#C6E98C;opacity:0.8;">80%</p>
Text with #C6E98C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6E98C;}
<p style="text-shadow: 3px 3px 1px #C6E98C">Text here.</p>
This text has shadow with #C6E98C color.
.textShadow {text-shadow: 3px 3px 1px #C6E98C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6E98C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6E98C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6E98C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6E98C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6E98C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6E98C;
-webkit-box-shadow: 1px 1px 3px 2px #C6E98C;
box-shadow: 1px 1px 3px 2px #C6E98C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6E98C; -webkit-box-shadow: 1px 1px 3px 2px #C6E98C; box-shadow:1px 1px 3px 2px #C6E98C;">
Div content here
</div>
This text has color #C6E98C on black background.
This text has color #C6E98C on white background.
This text has black color on #C6E98C background.
This text has white color on #C6E98C background.
Complementary color for #hex is #391673.