HEX: #C9D498
RGB: (201,212,152)
#C9D498 contains mainly red and green colors. Web safe color of #C9D498 is #CCCC99 (or #CC9).
#C9D498 color RGB value is (201,212,152).
RGB: (201,212,152)
(79%, 83%, 60%)
R 201 of 255 = 79%
G 212 of 255 = 83%
B 152 of 255 = 60%
R + G + B ~ 74%. #C9D498 is quite light color.
R + G + B = 201 + 212 + 152 = 565 (100%)
R 201 of 565 ~ 35.58%
G 212 of 565 ~ 37.52%
B 152 of 565 ~ 26.9'%
#C9D498 color CMYK value is (5,0,28,17).
CMYK: (5,0,28,17) C5M0Y28K17 (5%,0%,28%,17%) (0.05/0.00/0.28/0.17)
Color #C9D498 in popluar color models
C9 | D4 | 98 | |
---|---|---|---|
RGB | 201 | 212 | 152 |
HSL | 71° | 41.10% | 71.37% |
HSB/HSV | 71° | 28.30% | 83.14% |
CMYK | 5.19% | 0.00% | 28.30% |
16.86% |
Color #C9D498 in popluar number systems.
HEX | C9 | D4 | 98 |
Decimal | 201 | 212 | 152 |
Binary | 11001001 | 11010100 | 10011000 |
Octal | 311 | 324 | 230 |
Shades of #C9D498
Tints of #C9D498
Examples of css and html codes for elements with #C9D498 color. Also use rgb(201,212,152) instead hex code.
.myTextColor { color: #C9D498; }
<p style="color:#C9D498">This sample text font color is #C9D498.</p>
This text font color is #C9D498.
.myBgColor { background-color: #C9D498; }
<div style="background-color:#C9D498">Inner text</div>
This div background color is #C9D498.
.myBorderColor { border: 1px solid #C9D498; }
<div style="border:3px solid #C9D498">Div</div>
This div border color is #C9D498.
.myOpacity80 { color: #C9D498; opacity: 0.8; }
<p style="color:#C9D498;opacity:0.8;">80%</p>
Text with #C9D498 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9D498;}
<p style="text-shadow: 3px 3px 1px #C9D498">Text here.</p>
This text has shadow with #C9D498 color.
.textShadow {text-shadow: 3px 3px 1px #C9D498', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9D498, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9D498 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9D498, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9D498, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9D498 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9D498;
-webkit-box-shadow: 1px 1px 3px 2px #C9D498;
box-shadow: 1px 1px 3px 2px #C9D498;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9D498; -webkit-box-shadow: 1px 1px 3px 2px #C9D498; box-shadow:1px 1px 3px 2px #C9D498;">
Div content here
</div>
This text has color #C9D498 on black background.
This text has color #C9D498 on white background.
This text has black color on #C9D498 background.
This text has white color on #C9D498 background.
Complementary color for #hex is #362B67.