HEX: #C6FFCC
RGB: (198,255,204)
#C6FFCC contains red, green and blue colors in about the same proportion. Web safe color of #C6FFCC is #CCFFCC (or #CFC).
#C6FFCC color RGB value is (198,255,204).
RGB: (198,255,204)
(78%, 100%, 80%)
R 198 of 255 = 78%
G 255 of 255 = 100%
B 204 of 255 = 80%
R + G + B ~ 86%. #C6FFCC is light color.
R + G + B = 198 + 255 + 204 = 657 (100%)
R 198 of 657 ~ 30.14%
G 255 of 657 ~ 38.81%
B 204 of 657 ~ 31.05'%
#C6FFCC color CMYK value is (22,0,20,0).
CMYK: (22,0,20,0) C22M0Y20K0 (22%,0%,20%,0%) (0.22/0.00/0.20/0.00)
Color #C6FFCC in popluar color models
C6 | FF | CC | |
---|---|---|---|
RGB | 198 | 255 | 204 |
HSL | 126° | 100.00% | 88.82% |
HSB/HSV | 126° | 22.35% | 100.00% |
CMYK | 22.35% | 0.00% | 20.00% |
0.00% |
Color #C6FFCC in popluar number systems.
HEX | C6 | FF | CC |
Decimal | 198 | 255 | 204 |
Binary | 11000110 | 11111111 | 11001100 |
Octal | 306 | 377 | 314 |
Shades of #C6FFCC
Tints of #C6FFCC
Examples of css and html codes for elements with #C6FFCC color. Also use rgb(198,255,204) instead hex code.
.myTextColor { color: #C6FFCC; }
<p style="color:#C6FFCC">This sample text font color is #C6FFCC.</p>
This text font color is #C6FFCC.
.myBgColor { background-color: #C6FFCC; }
<div style="background-color:#C6FFCC">Inner text</div>
This div background color is #C6FFCC.
.myBorderColor { border: 1px solid #C6FFCC; }
<div style="border:3px solid #C6FFCC">Div</div>
This div border color is #C6FFCC.
.myOpacity80 { color: #C6FFCC; opacity: 0.8; }
<p style="color:#C6FFCC;opacity:0.8;">80%</p>
Text with #C6FFCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6FFCC;}
<p style="text-shadow: 3px 3px 1px #C6FFCC">Text here.</p>
This text has shadow with #C6FFCC color.
.textShadow {text-shadow: 3px 3px 1px #C6FFCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6FFCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6FFCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6FFCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6FFCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6FFCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6FFCC;
-webkit-box-shadow: 1px 1px 3px 2px #C6FFCC;
box-shadow: 1px 1px 3px 2px #C6FFCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6FFCC; -webkit-box-shadow: 1px 1px 3px 2px #C6FFCC; box-shadow:1px 1px 3px 2px #C6FFCC;">
Div content here
</div>
This text has color #C6FFCC on black background.
This text has color #C6FFCC on white background.
This text has black color on #C6FFCC background.
This text has white color on #C6FFCC background.
Complementary color for #hex is #390033.