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