HEX: #C6C796
RGB: (198,199,150)
#C6C796 contains red, green and blue colors in about the same proportion. Web safe color of #C6C796 is #CCCC99 (or #CC9).
#C6C796 color RGB value is (198,199,150).
RGB: (198,199,150)
(78%, 78%, 59%)
R 198 of 255 = 78%
G 199 of 255 = 78%
B 150 of 255 = 59%
R + G + B ~ 72%. #C6C796 is quite light color.
R + G + B = 198 + 199 + 150 = 547 (100%)
R 198 of 547 ~ 36.2%
G 199 of 547 ~ 36.38%
B 150 of 547 ~ 27.42'%
#C6C796 color CMYK value is (1,0,25,22).
CMYK: (1,0,25,22)
C1M0Y25K22 (1%, 0%, 25%, 22%)
(0.01 / 0.00 / 0.25 / 0.22)
Color #C6C796 in popluar color models
C6 | C7 | 96 | |
---|---|---|---|
RGB | 198 | 199 | 150 |
HSL | 61° | 30.43% | 68.43% |
HSB/HSV | 61° | 24.62% | 78.04% |
CMYK | 0.50% | 0.00% | 24.62% |
21.96% |
Color #C6C796 in popluar number systems.
HEX | C6 | C7 | 96 |
Decimal | 198 | 199 | 150 |
Binary | 11000110 | 11000111 | 10010110 |
Octal | 306 | 307 | 226 |
Shades of #C6C796
Tints of #C6C796
Examples of css and html codes for elements with #C6C796 color. Also use rgb(198,199,150) instead hex code.
.myTextColor { color: #C6C796; }
<p style="color:#C6C796">This sample text font color is #C6C796.</p>
This text font color is #C6C796.
.myBgColor { background-color: #C6C796; }
<div style="background-color:#C6C796">Inner text</div>
This div background color is #C6C796.
.myBorderColor { border: 1px solid #C6C796; }
<div style="border:3px solid #C6C796">Div</div>
This div border color is #C6C796.
.myOpacity80 { color: #C6C796; opacity: 0.8; }
<p style="color:#C6C796;opacity:0.8;">80%</p>
Text with #C6C796 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6C796;}
<p style="text-shadow: 3px 3px 1px #C6C796">Text here.</p>
This text has shadow with #C6C796 color.
.textShadow {text-shadow: 3px 3px 1px #C6C796', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6C796, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6C796 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6C796, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6C796, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6C796 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6C796;
-webkit-box-shadow: 1px 1px 3px 2px #C6C796;
box-shadow: 1px 1px 3px 2px #C6C796;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6C796; -webkit-box-shadow: 1px 1px 3px 2px #C6C796; box-shadow:1px 1px 3px 2px #C6C796;">
Div content here
</div>
This text has color #C6C796 on black background.
This text has color #C6C796 on white background.
This text has black color on #C6C796 background.
This text has white color on #C6C796 background.
Complementary color for #hex is #393869.