HEX: #C6CC7D
RGB: (198,204,125)
#C6CC7D contains mainly red and green colors. Web safe color of #C6CC7D is #CCCC66 (or #CC6).
#C6CC7D color RGB value is (198,204,125).
RGB: (198,204,125)
(78%, 80%, 49%)
R 198 of 255 = 78%
G 204 of 255 = 80%
B 125 of 255 = 49%
R + G + B ~ 69%. #C6CC7D is quite light color.
R + G + B = 198 + 204 + 125 = 527 (100%)
R 198 of 527 ~ 37.57%
G 204 of 527 ~ 38.71%
B 125 of 527 ~ 23.72'%
#C6CC7D color CMYK value is (3,0,39,20).
CMYK: (3,0,39,20) C3M0Y39K20 (3%,0%,39%,20%) (0.03/0.00/0.39/0.20)
Color #C6CC7D in popluar color models
C6 | CC | 7D | |
---|---|---|---|
RGB | 198 | 204 | 125 |
HSL | 65° | 43.65% | 64.51% |
HSB/HSV | 65° | 38.73% | 80.00% |
CMYK | 2.94% | 0.00% | 38.73% |
20.00% |
Color #C6CC7D in popluar number systems.
HEX | C6 | CC | 7D |
Decimal | 198 | 204 | 125 |
Binary | 11000110 | 11001100 | 1111101 |
Octal | 306 | 314 | 175 |
Shades of #C6CC7D
Tints of #C6CC7D
Examples of css and html codes for elements with #C6CC7D color. Also use rgb(198,204,125) instead hex code.
.myTextColor { color: #C6CC7D; }
<p style="color:#C6CC7D">This sample text font color is #C6CC7D.</p>
This text font color is #C6CC7D.
.myBgColor { background-color: #C6CC7D; }
<div style="background-color:#C6CC7D">Inner text</div>
This div background color is #C6CC7D.
.myBorderColor { border: 1px solid #C6CC7D; }
<div style="border:3px solid #C6CC7D">Div</div>
This div border color is #C6CC7D.
.myOpacity80 { color: #C6CC7D; opacity: 0.8; }
<p style="color:#C6CC7D;opacity:0.8;">80%</p>
Text with #C6CC7D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6CC7D;}
<p style="text-shadow: 3px 3px 1px #C6CC7D">Text here.</p>
This text has shadow with #C6CC7D color.
.textShadow {text-shadow: 3px 3px 1px #C6CC7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6CC7D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6CC7D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6CC7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6CC7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6CC7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6CC7D;
-webkit-box-shadow: 1px 1px 3px 2px #C6CC7D;
box-shadow: 1px 1px 3px 2px #C6CC7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6CC7D; -webkit-box-shadow: 1px 1px 3px 2px #C6CC7D; box-shadow:1px 1px 3px 2px #C6CC7D;">
Div content here
</div>
This text has color #C6CC7D on black background.
This text has color #C6CC7D on white background.
This text has black color on #C6CC7D background.
This text has white color on #C6CC7D background.
Complementary color for #hex is #393382.