HEX: #C7C87E
RGB: (199,200,126)
#C7C87E contains mainly red and green colors. Web safe color of #C7C87E is #CCCC66 (or #CC6).
#C7C87E color RGB value is (199,200,126).
RGB: (199,200,126)
(78%, 78%, 49%)
R 199 of 255 = 78%
G 200 of 255 = 78%
B 126 of 255 = 49%
R + G + B ~ 68%. #C7C87E is quite light color.
R + G + B = 199 + 200 + 126 = 525 (100%)
R 199 of 525 ~ 37.9%
G 200 of 525 ~ 38.1%
B 126 of 525 ~ 24'%
#C7C87E color CMYK value is (0,0,37,22).
CMYK: (0,0,37,22) C0M0Y37K22 (0%,0%,37%,22%) (0.00/0.00/0.37/0.22)
Color #C7C87E in popluar color models
C7 | C8 | 7E | |
---|---|---|---|
RGB | 199 | 200 | 126 |
HSL | 61° | 40.22% | 63.92% |
HSB/HSV | 61° | 37.00% | 78.43% |
CMYK | 0.50% | 0.00% | 37.00% |
21.57% |
Color #C7C87E in popluar number systems.
HEX | C7 | C8 | 7E |
Decimal | 199 | 200 | 126 |
Binary | 11000111 | 11001000 | 1111110 |
Octal | 307 | 310 | 176 |
Shades of #C7C87E
Tints of #C7C87E
Examples of css and html codes for elements with #C7C87E color. Also use rgb(199,200,126) instead hex code.
.myTextColor { color: #C7C87E; }
<p style="color:#C7C87E">This sample text font color is #C7C87E.</p>
This text font color is #C7C87E.
.myBgColor { background-color: #C7C87E; }
<div style="background-color:#C7C87E">Inner text</div>
This div background color is #C7C87E.
.myBorderColor { border: 1px solid #C7C87E; }
<div style="border:3px solid #C7C87E">Div</div>
This div border color is #C7C87E.
.myOpacity80 { color: #C7C87E; opacity: 0.8; }
<p style="color:#C7C87E;opacity:0.8;">80%</p>
Text with #C7C87E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7C87E;}
<p style="text-shadow: 3px 3px 1px #C7C87E">Text here.</p>
This text has shadow with #C7C87E color.
.textShadow {text-shadow: 3px 3px 1px #C7C87E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7C87E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7C87E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7C87E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7C87E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7C87E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7C87E;
-webkit-box-shadow: 1px 1px 3px 2px #C7C87E;
box-shadow: 1px 1px 3px 2px #C7C87E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7C87E; -webkit-box-shadow: 1px 1px 3px 2px #C7C87E; box-shadow:1px 1px 3px 2px #C7C87E;">
Div content here
</div>
This text has color #C7C87E on black background.
This text has color #C7C87E on white background.
This text has black color on #C7C87E background.
This text has white color on #C7C87E background.
Complementary color for #hex is #383781.