HEX: #C3D8EC
RGB: (195,216,236)
#C3D8EC contains red, green and blue colors in about the same proportion. Web safe color of #C3D8EC is #CCCCFF (or #CCF).
#C3D8EC color RGB value is (195,216,236).
RGB: (195,216,236)
(76%, 85%, 93%)
R 195 of 255 = 76%
G 216 of 255 = 85%
B 236 of 255 = 93%
R + G + B ~ 85%. #C3D8EC is quite light color.
R + G + B = 195 + 216 + 236 = 647 (100%)
R 195 of 647 ~ 30.14%
G 216 of 647 ~ 33.38%
B 236 of 647 ~ 36.48'%
#C3D8EC color CMYK value is (17,8,0,7).
CMYK: (17,8,0,7)
C17M8Y0K7 (17%, 8%, 0%, 7%)
(0.17 / 0.08 / 0.00 / 0.07)
Color #C3D8EC in popluar color models
C3 | D8 | EC | |
---|---|---|---|
RGB | 195 | 216 | 236 |
HSL | 209° | 51.90% | 84.51% |
HSB/HSV | 209° | 17.37% | 92.55% |
CMYK | 17.37% | 8.47% | 0.00% |
7.45% |
Color #C3D8EC in popluar number systems.
HEX | C3 | D8 | EC |
Decimal | 195 | 216 | 236 |
Binary | 11000011 | 11011000 | 11101100 |
Octal | 303 | 330 | 354 |
Shades of #C3D8EC
Tints of #C3D8EC
Examples of css and html codes for elements with #C3D8EC color. Also use rgb(195,216,236) instead hex code.
.myTextColor { color: #C3D8EC; }
<p style="color:#C3D8EC">This sample text font color is #C3D8EC.</p>
This text font color is #C3D8EC.
.myBgColor { background-color: #C3D8EC; }
<div style="background-color:#C3D8EC">Inner text</div>
This div background color is #C3D8EC.
.myBorderColor { border: 1px solid #C3D8EC; }
<div style="border:3px solid #C3D8EC">Div</div>
This div border color is #C3D8EC.
.myOpacity80 { color: #C3D8EC; opacity: 0.8; }
<p style="color:#C3D8EC;opacity:0.8;">80%</p>
Text with #C3D8EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C3D8EC;}
<p style="text-shadow: 3px 3px 1px #C3D8EC">Text here.</p>
This text has shadow with #C3D8EC color.
.textShadow {text-shadow: 3px 3px 1px #C3D8EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C3D8EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C3D8EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C3D8EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C3D8EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C3D8EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C3D8EC;
-webkit-box-shadow: 1px 1px 3px 2px #C3D8EC;
box-shadow: 1px 1px 3px 2px #C3D8EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C3D8EC; -webkit-box-shadow: 1px 1px 3px 2px #C3D8EC; box-shadow:1px 1px 3px 2px #C3D8EC;">
Div content here
</div>
This text has color #C3D8EC on black background.
This text has color #C3D8EC on white background.
This text has black color on #C3D8EC background.
This text has white color on #C3D8EC background.
Complementary color for #hex is #3C2713.