HEX: #C7ECDD
RGB: (199,236,221)
#C7ECDD contains red, green and blue colors in about the same proportion. Web safe color of #C7ECDD is #CCFFCC (or #CFC).
#C7ECDD color RGB value is (199,236,221).
RGB: (199,236,221)
(78%, 93%, 87%)
R 199 of 255 = 78%
G 236 of 255 = 93%
B 221 of 255 = 87%
R + G + B ~ 86%. #C7ECDD is light color.
R + G + B = 199 + 236 + 221 = 656 (100%)
R 199 of 656 ~ 30.34%
G 236 of 656 ~ 35.98%
B 221 of 656 ~ 33.69'%
#C7ECDD color CMYK value is (16,0,6,7).
CMYK: (16,0,6,7)
C16M0Y6K7 (16%, 0%, 6%, 7%)
(0.16 / 0.00 / 0.06 / 0.07)
Color #C7ECDD in popluar color models
C7 | EC | DD | |
---|---|---|---|
RGB | 199 | 236 | 221 |
HSL | 156° | 49.33% | 85.29% |
HSB/HSV | 156° | 15.68% | 92.55% |
CMYK | 15.68% | 0.00% | 6.36% |
7.45% |
Color #C7ECDD in popluar number systems.
HEX | C7 | EC | DD |
Decimal | 199 | 236 | 221 |
Binary | 11000111 | 11101100 | 11011101 |
Octal | 307 | 354 | 335 |
Shades of #C7ECDD
Tints of #C7ECDD
Examples of css and html codes for elements with #C7ECDD color. Also use rgb(199,236,221) instead hex code.
.myTextColor { color: #C7ECDD; }
<p style="color:#C7ECDD">This sample text font color is #C7ECDD.</p>
This text font color is #C7ECDD.
.myBgColor { background-color: #C7ECDD; }
<div style="background-color:#C7ECDD">Inner text</div>
This div background color is #C7ECDD.
.myBorderColor { border: 1px solid #C7ECDD; }
<div style="border:3px solid #C7ECDD">Div</div>
This div border color is #C7ECDD.
.myOpacity80 { color: #C7ECDD; opacity: 0.8; }
<p style="color:#C7ECDD;opacity:0.8;">80%</p>
Text with #C7ECDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7ECDD;}
<p style="text-shadow: 3px 3px 1px #C7ECDD">Text here.</p>
This text has shadow with #C7ECDD color.
.textShadow {text-shadow: 3px 3px 1px #C7ECDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7ECDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7ECDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7ECDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7ECDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7ECDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7ECDD;
-webkit-box-shadow: 1px 1px 3px 2px #C7ECDD;
box-shadow: 1px 1px 3px 2px #C7ECDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7ECDD; -webkit-box-shadow: 1px 1px 3px 2px #C7ECDD; box-shadow:1px 1px 3px 2px #C7ECDD;">
Div content here
</div>
This text has color #C7ECDD on black background.
This text has color #C7ECDD on white background.
This text has black color on #C7ECDD background.
This text has white color on #C7ECDD background.
Complementary color for #hex is #381322.