HEX: #C7EDCE
RGB: (199,237,206)
#C7EDCE contains red, green and blue colors in about the same proportion. Web safe color of #C7EDCE is #CCFFCC (or #CFC).
#C7EDCE color RGB value is (199,237,206).
RGB: (199,237,206)
(78%, 93%, 81%)
R 199 of 255 = 78%
G 237 of 255 = 93%
B 206 of 255 = 81%
R + G + B ~ 84%. #C7EDCE is quite light color.
R + G + B = 199 + 237 + 206 = 642 (100%)
R 199 of 642 ~ 31%
G 237 of 642 ~ 36.92%
B 206 of 642 ~ 32.09'%
#C7EDCE color CMYK value is (16,0,13,7).
CMYK: (16,0,13,7) C16M0Y13K7 (16%,0%,13%,7%) (0.16/0.00/0.13/0.07)
Color #C7EDCE in popluar color models
C7 | ED | CE | |
---|---|---|---|
RGB | 199 | 237 | 206 |
HSL | 131° | 51.35% | 85.49% |
HSB/HSV | 131° | 16.03% | 92.94% |
CMYK | 16.03% | 0.00% | 13.08% |
7.06% |
Color #C7EDCE in popluar number systems.
HEX | C7 | ED | CE |
Decimal | 199 | 237 | 206 |
Binary | 11000111 | 11101101 | 11001110 |
Octal | 307 | 355 | 316 |
Shades of #C7EDCE
Tints of #C7EDCE
Examples of css and html codes for elements with #C7EDCE color. Also use rgb(199,237,206) instead hex code.
.myTextColor { color: #C7EDCE; }
<p style="color:#C7EDCE">This sample text font color is #C7EDCE.</p>
This text font color is #C7EDCE.
.myBgColor { background-color: #C7EDCE; }
<div style="background-color:#C7EDCE">Inner text</div>
This div background color is #C7EDCE.
.myBorderColor { border: 1px solid #C7EDCE; }
<div style="border:3px solid #C7EDCE">Div</div>
This div border color is #C7EDCE.
.myOpacity80 { color: #C7EDCE; opacity: 0.8; }
<p style="color:#C7EDCE;opacity:0.8;">80%</p>
Text with #C7EDCE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7EDCE;}
<p style="text-shadow: 3px 3px 1px #C7EDCE">Text here.</p>
This text has shadow with #C7EDCE color.
.textShadow {text-shadow: 3px 3px 1px #C7EDCE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7EDCE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7EDCE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7EDCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7EDCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7EDCE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7EDCE;
-webkit-box-shadow: 1px 1px 3px 2px #C7EDCE;
box-shadow: 1px 1px 3px 2px #C7EDCE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7EDCE; -webkit-box-shadow: 1px 1px 3px 2px #C7EDCE; box-shadow:1px 1px 3px 2px #C7EDCE;">
Div content here
</div>
This text has color #C7EDCE on black background.
This text has color #C7EDCE on white background.
This text has black color on #C7EDCE background.
This text has white color on #C7EDCE background.
Complementary color for #hex is #381231.