HEX: #C7D67D
RGB: (199,214,125)
#C7D67D contains mainly red and green colors. Web safe color of #C7D67D is #CCCC66 (or #CC6).
#C7D67D color RGB value is (199,214,125).
RGB: (199,214,125)
(78%, 84%, 49%)
R 199 of 255 = 78%
G 214 of 255 = 84%
B 125 of 255 = 49%
R + G + B ~ 70%. #C7D67D is quite light color.
R + G + B = 199 + 214 + 125 = 538 (100%)
R 199 of 538 ~ 36.99%
G 214 of 538 ~ 39.78%
B 125 of 538 ~ 23.23'%
#C7D67D color CMYK value is (7,0,42,16).
CMYK: (7,0,42,16)
C7M0Y42K16 (7%, 0%, 42%, 16%)
(0.07 / 0.00 / 0.42 / 0.16)
Color #C7D67D in popluar color models
C7 | D6 | 7D | |
---|---|---|---|
RGB | 199 | 214 | 125 |
HSL | 70° | 52.05% | 66.47% |
HSB/HSV | 70° | 41.59% | 83.92% |
CMYK | 7.01% | 0.00% | 41.59% |
16.08% |
Color #C7D67D in popluar number systems.
HEX | C7 | D6 | 7D |
Decimal | 199 | 214 | 125 |
Binary | 11000111 | 11010110 | 1111101 |
Octal | 307 | 326 | 175 |
Shades of #C7D67D
Tints of #C7D67D
Examples of css and html codes for elements with #C7D67D color. Also use rgb(199,214,125) instead hex code.
.myTextColor { color: #C7D67D; }
<p style="color:#C7D67D">This sample text font color is #C7D67D.</p>
This text font color is #C7D67D.
.myBgColor { background-color: #C7D67D; }
<div style="background-color:#C7D67D">Inner text</div>
This div background color is #C7D67D.
.myBorderColor { border: 1px solid #C7D67D; }
<div style="border:3px solid #C7D67D">Div</div>
This div border color is #C7D67D.
.myOpacity80 { color: #C7D67D; opacity: 0.8; }
<p style="color:#C7D67D;opacity:0.8;">80%</p>
Text with #C7D67D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7D67D;}
<p style="text-shadow: 3px 3px 1px #C7D67D">Text here.</p>
This text has shadow with #C7D67D color.
.textShadow {text-shadow: 3px 3px 1px #C7D67D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7D67D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7D67D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7D67D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7D67D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7D67D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7D67D;
-webkit-box-shadow: 1px 1px 3px 2px #C7D67D;
box-shadow: 1px 1px 3px 2px #C7D67D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7D67D; -webkit-box-shadow: 1px 1px 3px 2px #C7D67D; box-shadow:1px 1px 3px 2px #C7D67D;">
Div content here
</div>
This text has color #C7D67D on black background.
This text has color #C7D67D on white background.
This text has black color on #C7D67D background.
This text has white color on #C7D67D background.
Complementary color for #hex is #382982.