HEX: #C7EECE
RGB: (199,238,206)
#C7EECE contains red, green and blue colors in about the same proportion. Web safe color of #C7EECE is #CCFFCC (or #CFC).
#C7EECE color RGB value is (199,238,206).
RGB: (199,238,206)
(78%, 93%, 81%)
R 199 of 255 = 78%
G 238 of 255 = 93%
B 206 of 255 = 81%
R + G + B ~ 84%. #C7EECE is quite light color.
R + G + B = 199 + 238 + 206 = 643 (100%)
R 199 of 643 ~ 30.95%
G 238 of 643 ~ 37.01%
B 206 of 643 ~ 32.04'%
#C7EECE 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 #C7EECE in popluar color models
C7 | EE | CE | |
---|---|---|---|
RGB | 199 | 238 | 206 |
HSL | 131° | 53.42% | 85.69% |
HSB/HSV | 131° | 16.39% | 93.33% |
CMYK | 16.39% | 0.00% | 13.45% |
6.67% |
Color #C7EECE in popluar number systems.
HEX | C7 | EE | CE |
Decimal | 199 | 238 | 206 |
Binary | 11000111 | 11101110 | 11001110 |
Octal | 307 | 356 | 316 |
Shades of #C7EECE
Tints of #C7EECE
Examples of css and html codes for elements with #C7EECE color. Also use rgb(199,238,206) instead hex code.
.myTextColor { color: #C7EECE; }
<p style="color:#C7EECE">This sample text font color is #C7EECE.</p>
This text font color is #C7EECE.
.myBgColor { background-color: #C7EECE; }
<div style="background-color:#C7EECE">Inner text</div>
This div background color is #C7EECE.
.myBorderColor { border: 1px solid #C7EECE; }
<div style="border:3px solid #C7EECE">Div</div>
This div border color is #C7EECE.
.myOpacity80 { color: #C7EECE; opacity: 0.8; }
<p style="color:#C7EECE;opacity:0.8;">80%</p>
Text with #C7EECE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7EECE;}
<p style="text-shadow: 3px 3px 1px #C7EECE">Text here.</p>
This text has shadow with #C7EECE color.
.textShadow {text-shadow: 3px 3px 1px #C7EECE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7EECE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7EECE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7EECE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7EECE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7EECE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7EECE;
-webkit-box-shadow: 1px 1px 3px 2px #C7EECE;
box-shadow: 1px 1px 3px 2px #C7EECE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7EECE; -webkit-box-shadow: 1px 1px 3px 2px #C7EECE; box-shadow:1px 1px 3px 2px #C7EECE;">
Div content here
</div>
This text has color #C7EECE on black background.
This text has color #C7EECE on white background.
This text has black color on #C7EECE background.
This text has white color on #C7EECE background.
Complementary color for #hex is #381131.