HEX: #C6E29E
RGB: (198,226,158)
#C6E29E contains mainly red and green colors. Web safe color of #C6E29E is #CCCC99 (or #CC9).
#C6E29E color RGB value is (198,226,158).
RGB: (198,226,158)
(78%, 89%, 62%)
R 198 of 255 = 78%
G 226 of 255 = 89%
B 158 of 255 = 62%
R + G + B ~ 76%. #C6E29E is quite light color.
R + G + B = 198 + 226 + 158 = 582 (100%)
R 198 of 582 ~ 34.02%
G 226 of 582 ~ 38.83%
B 158 of 582 ~ 27.15'%
#C6E29E color CMYK value is (12,0,30,11).
CMYK: (12,0,30,11)
C12M0Y30K11 (12%, 0%, 30%, 11%)
(0.12 / 0.00 / 0.30 / 0.11)
Color #C6E29E in popluar color models
C6 | E2 | 9E | |
---|---|---|---|
RGB | 198 | 226 | 158 |
HSL | 85° | 53.97% | 75.29% |
HSB/HSV | 85° | 30.09% | 88.63% |
CMYK | 12.39% | 0.00% | 30.09% |
11.37% |
Color #C6E29E in popluar number systems.
HEX | C6 | E2 | 9E |
Decimal | 198 | 226 | 158 |
Binary | 11000110 | 11100010 | 10011110 |
Octal | 306 | 342 | 236 |
Shades of #C6E29E
Tints of #C6E29E
Examples of css and html codes for elements with #C6E29E color. Also use rgb(198,226,158) instead hex code.
.myTextColor { color: #C6E29E; }
<p style="color:#C6E29E">This sample text font color is #C6E29E.</p>
This text font color is #C6E29E.
.myBgColor { background-color: #C6E29E; }
<div style="background-color:#C6E29E">Inner text</div>
This div background color is #C6E29E.
.myBorderColor { border: 1px solid #C6E29E; }
<div style="border:3px solid #C6E29E">Div</div>
This div border color is #C6E29E.
.myOpacity80 { color: #C6E29E; opacity: 0.8; }
<p style="color:#C6E29E;opacity:0.8;">80%</p>
Text with #C6E29E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6E29E;}
<p style="text-shadow: 3px 3px 1px #C6E29E">Text here.</p>
This text has shadow with #C6E29E color.
.textShadow {text-shadow: 3px 3px 1px #C6E29E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6E29E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6E29E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6E29E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6E29E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6E29E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6E29E;
-webkit-box-shadow: 1px 1px 3px 2px #C6E29E;
box-shadow: 1px 1px 3px 2px #C6E29E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6E29E; -webkit-box-shadow: 1px 1px 3px 2px #C6E29E; box-shadow:1px 1px 3px 2px #C6E29E;">
Div content here
</div>
This text has color #C6E29E on black background.
This text has color #C6E29E on white background.
This text has black color on #C6E29E background.
This text has white color on #C6E29E background.
Complementary color for #hex is #391D61.