HEX: #C7FACC
RGB: (199,250,204)
#C7FACC contains red, green and blue colors in about the same proportion. Web safe color of #C7FACC is #CCFFCC (or #CFC).
#C7FACC color RGB value is (199,250,204).
RGB: (199,250,204)
(78%, 98%, 80%)
R 199 of 255 = 78%
G 250 of 255 = 98%
B 204 of 255 = 80%
R + G + B ~ 85%. #C7FACC is quite light color.
R + G + B = 199 + 250 + 204 = 653 (100%)
R 199 of 653 ~ 30.47%
G 250 of 653 ~ 38.28%
B 204 of 653 ~ 31.24'%
#C7FACC color CMYK value is (20,0,18,2).
CMYK: (20,0,18,2)
C20M0Y18K2 (20%, 0%, 18%, 2%)
(0.20 / 0.00 / 0.18 / 0.02)
Color #C7FACC in popluar color models
C7 | FA | CC | |
---|---|---|---|
RGB | 199 | 250 | 204 |
HSL | 126° | 83.61% | 88.04% |
HSB/HSV | 126° | 20.40% | 98.04% |
CMYK | 20.40% | 0.00% | 18.40% |
1.96% |
Color #C7FACC in popluar number systems.
HEX | C7 | FA | CC |
Decimal | 199 | 250 | 204 |
Binary | 11000111 | 11111010 | 11001100 |
Octal | 307 | 372 | 314 |
Shades of #C7FACC
Tints of #C7FACC
Examples of css and html codes for elements with #C7FACC color. Also use rgb(199,250,204) instead hex code.
.myTextColor { color: #C7FACC; }
<p style="color:#C7FACC">This sample text font color is #C7FACC.</p>
This text font color is #C7FACC.
.myBgColor { background-color: #C7FACC; }
<div style="background-color:#C7FACC">Inner text</div>
This div background color is #C7FACC.
.myBorderColor { border: 1px solid #C7FACC; }
<div style="border:3px solid #C7FACC">Div</div>
This div border color is #C7FACC.
.myOpacity80 { color: #C7FACC; opacity: 0.8; }
<p style="color:#C7FACC;opacity:0.8;">80%</p>
Text with #C7FACC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7FACC;}
<p style="text-shadow: 3px 3px 1px #C7FACC">Text here.</p>
This text has shadow with #C7FACC color.
.textShadow {text-shadow: 3px 3px 1px #C7FACC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7FACC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7FACC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7FACC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7FACC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7FACC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7FACC;
-webkit-box-shadow: 1px 1px 3px 2px #C7FACC;
box-shadow: 1px 1px 3px 2px #C7FACC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7FACC; -webkit-box-shadow: 1px 1px 3px 2px #C7FACC; box-shadow:1px 1px 3px 2px #C7FACC;">
Div content here
</div>
This text has color #C7FACC on black background.
This text has color #C7FACC on white background.
This text has black color on #C7FACC background.
This text has white color on #C7FACC background.
Complementary color for #hex is #380533.