HEX: #C7FA96
RGB: (199,250,150)
#C7FA96 contains mainly red and green colors. Web safe color of #C7FA96 is #CCFF99 (or #CF9).
#C7FA96 color RGB value is (199,250,150).
RGB: (199,250,150)
(78%, 98%, 59%)
R 199 of 255 = 78%
G 250 of 255 = 98%
B 150 of 255 = 59%
R + G + B ~ 78%. #C7FA96 is quite light color.
R + G + B = 199 + 250 + 150 = 599 (100%)
R 199 of 599 ~ 33.22%
G 250 of 599 ~ 41.74%
B 150 of 599 ~ 25.04'%
#C7FA96 color CMYK value is (20,0,40,2).
CMYK: (20,0,40,2)
C20M0Y40K2 (20%, 0%, 40%, 2%)
(0.20 / 0.00 / 0.40 / 0.02)
Color #C7FA96 in popluar color models
C7 | FA | 96 | |
---|---|---|---|
RGB | 199 | 250 | 150 |
HSL | 91° | 90.91% | 78.43% |
HSB/HSV | 91° | 40.00% | 98.04% |
CMYK | 20.40% | 0.00% | 40.00% |
1.96% |
Color #C7FA96 in popluar number systems.
HEX | C7 | FA | 96 |
Decimal | 199 | 250 | 150 |
Binary | 11000111 | 11111010 | 10010110 |
Octal | 307 | 372 | 226 |
Shades of #C7FA96
Tints of #C7FA96
Examples of css and html codes for elements with #C7FA96 color. Also use rgb(199,250,150) instead hex code.
.myTextColor { color: #C7FA96; }
<p style="color:#C7FA96">This sample text font color is #C7FA96.</p>
This text font color is #C7FA96.
.myBgColor { background-color: #C7FA96; }
<div style="background-color:#C7FA96">Inner text</div>
This div background color is #C7FA96.
.myBorderColor { border: 1px solid #C7FA96; }
<div style="border:3px solid #C7FA96">Div</div>
This div border color is #C7FA96.
.myOpacity80 { color: #C7FA96; opacity: 0.8; }
<p style="color:#C7FA96;opacity:0.8;">80%</p>
Text with #C7FA96 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7FA96;}
<p style="text-shadow: 3px 3px 1px #C7FA96">Text here.</p>
This text has shadow with #C7FA96 color.
.textShadow {text-shadow: 3px 3px 1px #C7FA96', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7FA96, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7FA96 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7FA96, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7FA96, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7FA96 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7FA96;
-webkit-box-shadow: 1px 1px 3px 2px #C7FA96;
box-shadow: 1px 1px 3px 2px #C7FA96;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7FA96; -webkit-box-shadow: 1px 1px 3px 2px #C7FA96; box-shadow:1px 1px 3px 2px #C7FA96;">
Div content here
</div>
This text has color #C7FA96 on black background.
This text has color #C7FA96 on white background.
This text has black color on #C7FA96 background.
This text has white color on #C7FA96 background.
Complementary color for #hex is #380569.