HEX: #C5D697
RGB: (197,214,151)
#C5D697 contains mainly red and green colors. Web safe color of #C5D697 is #CCCC99 (or #CC9).
#C5D697 color RGB value is (197,214,151).
RGB: (197,214,151)
(77%, 84%, 59%)
R 197 of 255 = 77%
G 214 of 255 = 84%
B 151 of 255 = 59%
R + G + B ~ 73%. #C5D697 is quite light color.
R + G + B = 197 + 214 + 151 = 562 (100%)
R 197 of 562 ~ 35.05%
G 214 of 562 ~ 38.08%
B 151 of 562 ~ 26.87'%
#C5D697 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 #C5D697 in popluar color models
C5 | D6 | 97 | |
---|---|---|---|
RGB | 197 | 214 | 151 |
HSL | 76° | 43.45% | 71.57% |
HSB/HSV | 76° | 29.44% | 83.92% |
CMYK | 7.94% | 0.00% | 29.44% |
16.08% |
Color #C5D697 in popluar number systems.
HEX | C5 | D6 | 97 |
Decimal | 197 | 214 | 151 |
Binary | 11000101 | 11010110 | 10010111 |
Octal | 305 | 326 | 227 |
Shades of #C5D697
Tints of #C5D697
Examples of css and html codes for elements with #C5D697 color. Also use rgb(197,214,151) instead hex code.
.myTextColor { color: #C5D697; }
<p style="color:#C5D697">This sample text font color is #C5D697.</p>
This text font color is #C5D697.
.myBgColor { background-color: #C5D697; }
<div style="background-color:#C5D697">Inner text</div>
This div background color is #C5D697.
.myBorderColor { border: 1px solid #C5D697; }
<div style="border:3px solid #C5D697">Div</div>
This div border color is #C5D697.
.myOpacity80 { color: #C5D697; opacity: 0.8; }
<p style="color:#C5D697;opacity:0.8;">80%</p>
Text with #C5D697 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5D697;}
<p style="text-shadow: 3px 3px 1px #C5D697">Text here.</p>
This text has shadow with #C5D697 color.
.textShadow {text-shadow: 3px 3px 1px #C5D697', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5D697, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5D697 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5D697, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5D697, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5D697 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5D697;
-webkit-box-shadow: 1px 1px 3px 2px #C5D697;
box-shadow: 1px 1px 3px 2px #C5D697;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5D697; -webkit-box-shadow: 1px 1px 3px 2px #C5D697; box-shadow:1px 1px 3px 2px #C5D697;">
Div content here
</div>
This text has color #C5D697 on black background.
This text has color #C5D697 on white background.
This text has black color on #C5D697 background.
This text has white color on #C5D697 background.
Complementary color for #hex is #3A2968.