HEX: #C7EDFF
RGB: (199,237,255)
#C7EDFF contains red, green and blue colors in about the same proportion. Web safe color of #C7EDFF is #CCFFFF (or #CFF).
#C7EDFF color RGB value is (199,237,255).
RGB: (199,237,255)
(78%, 93%, 100%)
R 199 of 255 = 78%
G 237 of 255 = 93%
B 255 of 255 = 100%
R + G + B ~ 90%. #C7EDFF is light color.
R + G + B = 199 + 237 + 255 = 691 (100%)
R 199 of 691 ~ 28.8%
G 237 of 691 ~ 34.3%
B 255 of 691 ~ 36.9'%
#C7EDFF color CMYK value is (22,7,0,0).
CMYK: (22,7,0,0)
C22M7Y0K0 (22%, 7%, 0%, 0%)
(0.22 / 0.07 / 0.00 / 0.00)
Color #C7EDFF in popluar color models
C7 | ED | FF | |
---|---|---|---|
RGB | 199 | 237 | 255 |
HSL | 199° | 100.00% | 89.02% |
HSB/HSV | 199° | 21.96% | 100.00% |
CMYK | 21.96% | 7.06% | 0.00% |
0.00% |
Color #C7EDFF in popluar number systems.
HEX | C7 | ED | FF |
Decimal | 199 | 237 | 255 |
Binary | 11000111 | 11101101 | 11111111 |
Octal | 307 | 355 | 377 |
Shades of #C7EDFF
Tints of #C7EDFF
Examples of css and html codes for elements with #C7EDFF color. Also use rgb(199,237,255) instead hex code.
.myTextColor { color: #C7EDFF; }
<p style="color:#C7EDFF">This sample text font color is #C7EDFF.</p>
This text font color is #C7EDFF.
.myBgColor { background-color: #C7EDFF; }
<div style="background-color:#C7EDFF">Inner text</div>
This div background color is #C7EDFF.
.myBorderColor { border: 1px solid #C7EDFF; }
<div style="border:3px solid #C7EDFF">Div</div>
This div border color is #C7EDFF.
.myOpacity80 { color: #C7EDFF; opacity: 0.8; }
<p style="color:#C7EDFF;opacity:0.8;">80%</p>
Text with #C7EDFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7EDFF;}
<p style="text-shadow: 3px 3px 1px #C7EDFF">Text here.</p>
This text has shadow with #C7EDFF color.
.textShadow {text-shadow: 3px 3px 1px #C7EDFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7EDFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7EDFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7EDFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7EDFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7EDFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7EDFF;
-webkit-box-shadow: 1px 1px 3px 2px #C7EDFF;
box-shadow: 1px 1px 3px 2px #C7EDFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7EDFF; -webkit-box-shadow: 1px 1px 3px 2px #C7EDFF; box-shadow:1px 1px 3px 2px #C7EDFF;">
Div content here
</div>
This text has color #C7EDFF on black background.
This text has color #C7EDFF on white background.
This text has black color on #C7EDFF background.
This text has white color on #C7EDFF background.
Complementary color for #hex is #381200.