HEX: #C7CEFC
RGB: (199,206,252)
#C7CEFC contains red, green and blue colors in about the same proportion. Web safe color of #C7CEFC is #CCCCFF (or #CCF).
#C7CEFC color RGB value is (199,206,252).
RGB: (199,206,252)
(78%, 81%, 99%)
R 199 of 255 = 78%
G 206 of 255 = 81%
B 252 of 255 = 99%
R + G + B ~ 86%. #C7CEFC is light color.
R + G + B = 199 + 206 + 252 = 657 (100%)
R 199 of 657 ~ 30.29%
G 206 of 657 ~ 31.35%
B 252 of 657 ~ 38.36'%
#C7CEFC color CMYK value is (21,18,0,1).
CMYK: (21,18,0,1)
C21M18Y0K1 (21%, 18%, 0%, 1%)
(0.21 / 0.18 / 0.00 / 0.01)
Color #C7CEFC in popluar color models
C7 | CE | FC | |
---|---|---|---|
RGB | 199 | 206 | 252 |
HSL | 232° | 89.83% | 88.43% |
HSB/HSV | 232° | 21.03% | 98.82% |
CMYK | 21.03% | 18.25% | 0.00% |
1.18% |
Color #C7CEFC in popluar number systems.
HEX | C7 | CE | FC |
Decimal | 199 | 206 | 252 |
Binary | 11000111 | 11001110 | 11111100 |
Octal | 307 | 316 | 374 |
Shades of #C7CEFC
Tints of #C7CEFC
Examples of css and html codes for elements with #C7CEFC color. Also use rgb(199,206,252) instead hex code.
.myTextColor { color: #C7CEFC; }
<p style="color:#C7CEFC">This sample text font color is #C7CEFC.</p>
This text font color is #C7CEFC.
.myBgColor { background-color: #C7CEFC; }
<div style="background-color:#C7CEFC">Inner text</div>
This div background color is #C7CEFC.
.myBorderColor { border: 1px solid #C7CEFC; }
<div style="border:3px solid #C7CEFC">Div</div>
This div border color is #C7CEFC.
.myOpacity80 { color: #C7CEFC; opacity: 0.8; }
<p style="color:#C7CEFC;opacity:0.8;">80%</p>
Text with #C7CEFC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7CEFC;}
<p style="text-shadow: 3px 3px 1px #C7CEFC">Text here.</p>
This text has shadow with #C7CEFC color.
.textShadow {text-shadow: 3px 3px 1px #C7CEFC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7CEFC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7CEFC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7CEFC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7CEFC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7CEFC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7CEFC;
-webkit-box-shadow: 1px 1px 3px 2px #C7CEFC;
box-shadow: 1px 1px 3px 2px #C7CEFC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7CEFC; -webkit-box-shadow: 1px 1px 3px 2px #C7CEFC; box-shadow:1px 1px 3px 2px #C7CEFC;">
Div content here
</div>
This text has color #C7CEFC on black background.
This text has color #C7CEFC on white background.
This text has black color on #C7CEFC background.
This text has white color on #C7CEFC background.
Complementary color for #hex is #383103.