HEX: #C7E395
RGB: (199,227,149)
#C7E395 contains mainly red and green colors. Web safe color of #C7E395 is #CCCC99 (or #CC9).
#C7E395 color RGB value is (199,227,149).
RGB: (199,227,149)
(78%, 89%, 58%)
R 199 of 255 = 78%
G 227 of 255 = 89%
B 149 of 255 = 58%
R + G + B ~ 75%. #C7E395 is quite light color.
R + G + B = 199 + 227 + 149 = 575 (100%)
R 199 of 575 ~ 34.61%
G 227 of 575 ~ 39.48%
B 149 of 575 ~ 25.91'%
#C7E395 color CMYK value is (12,0,34,11).
CMYK: (12,0,34,11)
C12M0Y34K11 (12%, 0%, 34%, 11%)
(0.12 / 0.00 / 0.34 / 0.11)
Color #C7E395 in popluar color models
C7 | E3 | 95 | |
---|---|---|---|
RGB | 199 | 227 | 149 |
HSL | 82° | 58.21% | 73.73% |
HSB/HSV | 82° | 34.36% | 89.02% |
CMYK | 12.33% | 0.00% | 34.36% |
10.98% |
Color #C7E395 in popluar number systems.
HEX | C7 | E3 | 95 |
Decimal | 199 | 227 | 149 |
Binary | 11000111 | 11100011 | 10010101 |
Octal | 307 | 343 | 225 |
Shades of #C7E395
Tints of #C7E395
Examples of css and html codes for elements with #C7E395 color. Also use rgb(199,227,149) instead hex code.
.myTextColor { color: #C7E395; }
<p style="color:#C7E395">This sample text font color is #C7E395.</p>
This text font color is #C7E395.
.myBgColor { background-color: #C7E395; }
<div style="background-color:#C7E395">Inner text</div>
This div background color is #C7E395.
.myBorderColor { border: 1px solid #C7E395; }
<div style="border:3px solid #C7E395">Div</div>
This div border color is #C7E395.
.myOpacity80 { color: #C7E395; opacity: 0.8; }
<p style="color:#C7E395;opacity:0.8;">80%</p>
Text with #C7E395 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7E395;}
<p style="text-shadow: 3px 3px 1px #C7E395">Text here.</p>
This text has shadow with #C7E395 color.
.textShadow {text-shadow: 3px 3px 1px #C7E395', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7E395, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7E395 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7E395, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7E395, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7E395 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7E395;
-webkit-box-shadow: 1px 1px 3px 2px #C7E395;
box-shadow: 1px 1px 3px 2px #C7E395;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7E395; -webkit-box-shadow: 1px 1px 3px 2px #C7E395; box-shadow:1px 1px 3px 2px #C7E395;">
Div content here
</div>
This text has color #C7E395 on black background.
This text has color #C7E395 on white background.
This text has black color on #C7E395 background.
This text has white color on #C7E395 background.
Complementary color for #hex is #381C6A.