HEX: #C9D37C
RGB: (201,211,124)
#C9D37C contains mainly red and green colors. Web safe color of #C9D37C is #CCCC66 (or #CC6).
#C9D37C color RGB value is (201,211,124).
RGB: (201,211,124) (79%,83%,49%)
R 201 of 255 = 79%
G 211 of 255 = 83%
B 124 of 255 = 49%
R + G + B ~ 70%. #C9D37C is quite light color.
R + G + B =
201 + 211 + 124 = 536 (100%)
R 201 of 536 ~ 37.5%
G 211 of 536 ~ 39.37%
B 124 of 536 ~ 23.13%
#C9D37C color CMYK value is (5,0,41,17).
CMYK: (5,0,41,17) C5M0Y41K17 (5%,0%,41%,17%) (0.05/0.00/0.41/0.17)
C9 | D3 | 7C | |
---|---|---|---|
RGB | 201 | 211 | 124 |
HSL | 67° | 49.71% | 65.69% |
HSB/HSV | 67° | 41.23% | 82.75% |
CMYK | 4.74% | 0.00% | 41.23% |
17.25% |
HEX | C9 | D3 | 7C |
Decimal | 201 | 211 | 124 |
Binary | 11001001 | 11010011 | 1111100 |
Octal | 311 | 323 | 174 |
Examples of css and html codes for elements with #C9D37C color. Also use rgb(201,211,124) instead hex code.
.myTextColor { color: #C9D37C; }
<p style="color:#C9D37C">This sample text font color is #C9D37C.</p>
This text font color is #C9D37C.
.myBgColor { background-color: #C9D37C; }
<div style="background-color:#C9D37C">Inner text</div>
This div background color is #C9D37C.
.myBorderColor { border: 1px solid #C9D37C; }
<div style="border:3px solid #C9D37C">Div</div>
This div border color is #C9D37C.
.myOpacity80 { color: #C9D37C; opacity: 0.8; }
<p style="color:#C9D37C;opacity:0.8;">80%</p>
Text with #C9D37C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9D37C;}
<p style="text-shadow: 3px 3px 1px #C9D37C">Text here.</p>
This text has shadow with #C9D37C color.
.textShadow {text-shadow: 3px 3px 1px #C9D37C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9D37C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9D37C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9D37C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9D37C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9D37C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9D37C; -webkit-box-shadow: 1px 1px 3px 2px #C9D37C; box-shadow: 1px 1px 3px 2px #C9D37C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9D37C; -webkit-box-shadow: 1px 1px 3px 2px #C9D37C; box-shadow:1px 1px 3px 2px #C9D37C;">
Div content here</div>
This text has color #C9D37C on black background.
This text has color #C9D37C on white background.
This text has black color on #C9D37C background.
This text has white color on #C9D37C background.