HEX: #C5D688
RGB: (197,214,136)
#C5D688 contains mainly red and green colors. Web safe color of #C5D688 is #CCCC99 (or #CC9).
#C5D688 color RGB value is (197,214,136).
RGB: (197,214,136)
(77%, 84%, 53%)
R 197 of 255 = 77%
G 214 of 255 = 84%
B 136 of 255 = 53%
R + G + B ~ 71%. #C5D688 is quite light color.
R + G + B = 197 + 214 + 136 = 547 (100%)
R 197 of 547 ~ 36.01%
G 214 of 547 ~ 39.12%
B 136 of 547 ~ 24.86'%
#C5D688 color CMYK value is (8,0,36,16).
CMYK: (8,0,36,16) C8M0Y36K16 (8%,0%,36%,16%) (0.08/0.00/0.36/0.16)
Color #C5D688 in popluar color models
C5 | D6 | 88 | |
---|---|---|---|
RGB | 197 | 214 | 136 |
HSL | 73° | 48.75% | 68.63% |
HSB/HSV | 73° | 36.45% | 83.92% |
CMYK | 7.94% | 0.00% | 36.45% |
16.08% |
Color #C5D688 in popluar number systems.
HEX | C5 | D6 | 88 |
Decimal | 197 | 214 | 136 |
Binary | 11000101 | 11010110 | 10001000 |
Octal | 305 | 326 | 210 |
Shades of #C5D688
Tints of #C5D688
Examples of css and html codes for elements with #C5D688 color. Also use rgb(197,214,136) instead hex code.
.myTextColor { color: #C5D688; }
<p style="color:#C5D688">This sample text font color is #C5D688.</p>
This text font color is #C5D688.
.myBgColor { background-color: #C5D688; }
<div style="background-color:#C5D688">Inner text</div>
This div background color is #C5D688.
.myBorderColor { border: 1px solid #C5D688; }
<div style="border:3px solid #C5D688">Div</div>
This div border color is #C5D688.
.myOpacity80 { color: #C5D688; opacity: 0.8; }
<p style="color:#C5D688;opacity:0.8;">80%</p>
Text with #C5D688 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5D688;}
<p style="text-shadow: 3px 3px 1px #C5D688">Text here.</p>
This text has shadow with #C5D688 color.
.textShadow {text-shadow: 3px 3px 1px #C5D688', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5D688, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5D688 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5D688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5D688, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5D688 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5D688;
-webkit-box-shadow: 1px 1px 3px 2px #C5D688;
box-shadow: 1px 1px 3px 2px #C5D688;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5D688; -webkit-box-shadow: 1px 1px 3px 2px #C5D688; box-shadow:1px 1px 3px 2px #C5D688;">
Div content here
</div>
This text has color #C5D688 on black background.
This text has color #C5D688 on white background.
This text has black color on #C5D688 background.
This text has white color on #C5D688 background.
Complementary color for #hex is #3A2977.