HEX: #C5D698
RGB: (197,214,152)
#C5D698 contains mainly red and green colors. Web safe color of #C5D698 is #CCCC99 (or #CC9).
#C5D698 color RGB value is (197,214,152).
RGB: (197,214,152)
(77%, 84%, 60%)
R 197 of 255 = 77%
G 214 of 255 = 84%
B 152 of 255 = 60%
R + G + B ~ 74%. #C5D698 is quite light color.
R + G + B = 197 + 214 + 152 = 563 (100%)
R 197 of 563 ~ 34.99%
G 214 of 563 ~ 38.01%
B 152 of 563 ~ 27'%
#C5D698 color CMYK value is (8,0,29,16).
CMYK: (8,0,29,16) C8M0Y29K16 (8%,0%,29%,16%) (0.08/0.00/0.29/0.16)
Color #C5D698 in popluar color models
C5 | D6 | 98 | |
---|---|---|---|
RGB | 197 | 214 | 152 |
HSL | 76° | 43.06% | 71.76% |
HSB/HSV | 76° | 28.97% | 83.92% |
CMYK | 7.94% | 0.00% | 28.97% |
16.08% |
Color #C5D698 in popluar number systems.
HEX | C5 | D6 | 98 |
Decimal | 197 | 214 | 152 |
Binary | 11000101 | 11010110 | 10011000 |
Octal | 305 | 326 | 230 |
Shades of #C5D698
Tints of #C5D698
Examples of css and html codes for elements with #C5D698 color. Also use rgb(197,214,152) instead hex code.
.myTextColor { color: #C5D698; }
<p style="color:#C5D698">This sample text font color is #C5D698.</p>
This text font color is #C5D698.
.myBgColor { background-color: #C5D698; }
<div style="background-color:#C5D698">Inner text</div>
This div background color is #C5D698.
.myBorderColor { border: 1px solid #C5D698; }
<div style="border:3px solid #C5D698">Div</div>
This div border color is #C5D698.
.myOpacity80 { color: #C5D698; opacity: 0.8; }
<p style="color:#C5D698;opacity:0.8;">80%</p>
Text with #C5D698 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5D698;}
<p style="text-shadow: 3px 3px 1px #C5D698">Text here.</p>
This text has shadow with #C5D698 color.
.textShadow {text-shadow: 3px 3px 1px #C5D698', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5D698, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5D698 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5D698, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5D698, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5D698 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5D698;
-webkit-box-shadow: 1px 1px 3px 2px #C5D698;
box-shadow: 1px 1px 3px 2px #C5D698;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5D698; -webkit-box-shadow: 1px 1px 3px 2px #C5D698; box-shadow:1px 1px 3px 2px #C5D698;">
Div content here
</div>
This text has color #C5D698 on black background.
This text has color #C5D698 on white background.
This text has black color on #C5D698 background.
This text has white color on #C5D698 background.
Complementary color for #hex is #3A2967.