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