HEX: #C6EE9D
RGB: (198,238,157)
#C6EE9D contains mainly red and green colors. Web safe color of #C6EE9D is #CCFF99 (or #CF9).
#C6EE9D color RGB value is (198,238,157).
RGB: (198,238,157)
(78%, 93%, 62%)
R 198 of 255 = 78%
G 238 of 255 = 93%
B 157 of 255 = 62%
R + G + B ~ 78%. #C6EE9D is quite light color.
R + G + B = 198 + 238 + 157 = 593 (100%)
R 198 of 593 ~ 33.39%
G 238 of 593 ~ 40.13%
B 157 of 593 ~ 26.48'%
#C6EE9D color CMYK value is (17,0,34,7).
CMYK: (17,0,34,7) C17M0Y34K7 (17%,0%,34%,7%) (0.17/0.00/0.34/0.07)
Color #C6EE9D in popluar color models
C6 | EE | 9D | |
---|---|---|---|
RGB | 198 | 238 | 157 |
HSL | 90° | 70.43% | 77.45% |
HSB/HSV | 90° | 34.03% | 93.33% |
CMYK | 16.81% | 0.00% | 34.03% |
6.67% |
Color #C6EE9D in popluar number systems.
HEX | C6 | EE | 9D |
Decimal | 198 | 238 | 157 |
Binary | 11000110 | 11101110 | 10011101 |
Octal | 306 | 356 | 235 |
Shades of #C6EE9D
Tints of #C6EE9D
Examples of css and html codes for elements with #C6EE9D color. Also use rgb(198,238,157) instead hex code.
.myTextColor { color: #C6EE9D; }
<p style="color:#C6EE9D">This sample text font color is #C6EE9D.</p>
This text font color is #C6EE9D.
.myBgColor { background-color: #C6EE9D; }
<div style="background-color:#C6EE9D">Inner text</div>
This div background color is #C6EE9D.
.myBorderColor { border: 1px solid #C6EE9D; }
<div style="border:3px solid #C6EE9D">Div</div>
This div border color is #C6EE9D.
.myOpacity80 { color: #C6EE9D; opacity: 0.8; }
<p style="color:#C6EE9D;opacity:0.8;">80%</p>
Text with #C6EE9D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6EE9D;}
<p style="text-shadow: 3px 3px 1px #C6EE9D">Text here.</p>
This text has shadow with #C6EE9D color.
.textShadow {text-shadow: 3px 3px 1px #C6EE9D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6EE9D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6EE9D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6EE9D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6EE9D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6EE9D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6EE9D;
-webkit-box-shadow: 1px 1px 3px 2px #C6EE9D;
box-shadow: 1px 1px 3px 2px #C6EE9D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6EE9D; -webkit-box-shadow: 1px 1px 3px 2px #C6EE9D; box-shadow:1px 1px 3px 2px #C6EE9D;">
Div content here
</div>
This text has color #C6EE9D on black background.
This text has color #C6EE9D on white background.
This text has black color on #C6EE9D background.
This text has white color on #C6EE9D background.
Complementary color for #hex is #391162.