HEX: #C4D993
RGB: (196,217,147)
#C4D993 contains mainly red and green colors. Web safe color of #C4D993 is #CCCC99 (or #CC9).
#C4D993 color RGB value is (196,217,147).
RGB: (196,217,147)
(77%, 85%, 58%)
R 196 of 255 = 77%
G 217 of 255 = 85%
B 147 of 255 = 58%
R + G + B ~ 73%. #C4D993 is quite light color.
R + G + B = 196 + 217 + 147 = 560 (100%)
R 196 of 560 ~ 35%
G 217 of 560 ~ 38.75%
B 147 of 560 ~ 26.25'%
#C4D993 color CMYK value is (10,0,32,15).
CMYK: (10,0,32,15) C10M0Y32K15 (10%,0%,32%,15%) (0.10/0.00/0.32/0.15)
Color #C4D993 in popluar color models
C4 | D9 | 93 | |
---|---|---|---|
RGB | 196 | 217 | 147 |
HSL | 78° | 47.95% | 71.37% |
HSB/HSV | 78° | 32.26% | 85.10% |
CMYK | 9.68% | 0.00% | 32.26% |
14.90% |
Color #C4D993 in popluar number systems.
HEX | C4 | D9 | 93 |
Decimal | 196 | 217 | 147 |
Binary | 11000100 | 11011001 | 10010011 |
Octal | 304 | 331 | 223 |
Shades of #C4D993
Tints of #C4D993
Examples of css and html codes for elements with #C4D993 color. Also use rgb(196,217,147) instead hex code.
.myTextColor { color: #C4D993; }
<p style="color:#C4D993">This sample text font color is #C4D993.</p>
This text font color is #C4D993.
.myBgColor { background-color: #C4D993; }
<div style="background-color:#C4D993">Inner text</div>
This div background color is #C4D993.
.myBorderColor { border: 1px solid #C4D993; }
<div style="border:3px solid #C4D993">Div</div>
This div border color is #C4D993.
.myOpacity80 { color: #C4D993; opacity: 0.8; }
<p style="color:#C4D993;opacity:0.8;">80%</p>
Text with #C4D993 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4D993;}
<p style="text-shadow: 3px 3px 1px #C4D993">Text here.</p>
This text has shadow with #C4D993 color.
.textShadow {text-shadow: 3px 3px 1px #C4D993', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4D993, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4D993 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4D993, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4D993, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4D993 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4D993;
-webkit-box-shadow: 1px 1px 3px 2px #C4D993;
box-shadow: 1px 1px 3px 2px #C4D993;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4D993; -webkit-box-shadow: 1px 1px 3px 2px #C4D993; box-shadow:1px 1px 3px 2px #C4D993;">
Div content here
</div>
This text has color #C4D993 on black background.
This text has color #C4D993 on white background.
This text has black color on #C4D993 background.
This text has white color on #C4D993 background.
Complementary color for #hex is #3B266C.