HEX: #C7D895
RGB: (199,216,149)
#C7D895 contains mainly red and green colors. Web safe color of #C7D895 is #CCCC99 (or #CC9).
#C7D895 color RGB value is (199,216,149).
RGB: (199,216,149)
(78%, 85%, 58%)
R 199 of 255 = 78%
G 216 of 255 = 85%
B 149 of 255 = 58%
R + G + B ~ 74%. #C7D895 is quite light color.
R + G + B = 199 + 216 + 149 = 564 (100%)
R 199 of 564 ~ 35.28%
G 216 of 564 ~ 38.3%
B 149 of 564 ~ 26.42'%
#C7D895 color CMYK value is (8,0,31,15).
CMYK: (8,0,31,15)
C8M0Y31K15 (8%, 0%, 31%, 15%)
(0.08 / 0.00 / 0.31 / 0.15)
Color #C7D895 in popluar color models
C7 | D8 | 95 | |
---|---|---|---|
RGB | 199 | 216 | 149 |
HSL | 75° | 46.21% | 71.57% |
HSB/HSV | 75° | 31.02% | 84.71% |
CMYK | 7.87% | 0.00% | 31.02% |
15.29% |
Color #C7D895 in popluar number systems.
HEX | C7 | D8 | 95 |
Decimal | 199 | 216 | 149 |
Binary | 11000111 | 11011000 | 10010101 |
Octal | 307 | 330 | 225 |
Shades of #C7D895
Tints of #C7D895
Examples of css and html codes for elements with #C7D895 color. Also use rgb(199,216,149) instead hex code.
.myTextColor { color: #C7D895; }
<p style="color:#C7D895">This sample text font color is #C7D895.</p>
This text font color is #C7D895.
.myBgColor { background-color: #C7D895; }
<div style="background-color:#C7D895">Inner text</div>
This div background color is #C7D895.
.myBorderColor { border: 1px solid #C7D895; }
<div style="border:3px solid #C7D895">Div</div>
This div border color is #C7D895.
.myOpacity80 { color: #C7D895; opacity: 0.8; }
<p style="color:#C7D895;opacity:0.8;">80%</p>
Text with #C7D895 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7D895;}
<p style="text-shadow: 3px 3px 1px #C7D895">Text here.</p>
This text has shadow with #C7D895 color.
.textShadow {text-shadow: 3px 3px 1px #C7D895', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7D895, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7D895 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7D895, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7D895, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7D895 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7D895;
-webkit-box-shadow: 1px 1px 3px 2px #C7D895;
box-shadow: 1px 1px 3px 2px #C7D895;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7D895; -webkit-box-shadow: 1px 1px 3px 2px #C7D895; box-shadow:1px 1px 3px 2px #C7D895;">
Div content here
</div>
This text has color #C7D895 on black background.
This text has color #C7D895 on white background.
This text has black color on #C7D895 background.
This text has white color on #C7D895 background.
Complementary color for #hex is #38276A.