HEX: #C5DAEC
RGB: (197,218,236)
#C5DAEC contains red, green and blue colors in about the same proportion. Web safe color of #C5DAEC is #CCCCFF (or #CCF).
#C5DAEC color RGB value is (197,218,236).
RGB: (197,218,236)
(77%, 85%, 93%)
R 197 of 255 = 77%
G 218 of 255 = 85%
B 236 of 255 = 93%
R + G + B ~ 85%. #C5DAEC is quite light color.
R + G + B = 197 + 218 + 236 = 651 (100%)
R 197 of 651 ~ 30.26%
G 218 of 651 ~ 33.49%
B 236 of 651 ~ 36.25'%
#C5DAEC 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 #C5DAEC in popluar color models
C5 | DA | EC | |
---|---|---|---|
RGB | 197 | 218 | 236 |
HSL | 208° | 50.65% | 84.90% |
HSB/HSV | 208° | 16.53% | 92.55% |
CMYK | 16.53% | 7.63% | 0.00% |
7.45% |
Color #C5DAEC in popluar number systems.
HEX | C5 | DA | EC |
Decimal | 197 | 218 | 236 |
Binary | 11000101 | 11011010 | 11101100 |
Octal | 305 | 332 | 354 |
Shades of #C5DAEC
Tints of #C5DAEC
Examples of css and html codes for elements with #C5DAEC color. Also use rgb(197,218,236) instead hex code.
.myTextColor { color: #C5DAEC; }
<p style="color:#C5DAEC">This sample text font color is #C5DAEC.</p>
This text font color is #C5DAEC.
.myBgColor { background-color: #C5DAEC; }
<div style="background-color:#C5DAEC">Inner text</div>
This div background color is #C5DAEC.
.myBorderColor { border: 1px solid #C5DAEC; }
<div style="border:3px solid #C5DAEC">Div</div>
This div border color is #C5DAEC.
.myOpacity80 { color: #C5DAEC; opacity: 0.8; }
<p style="color:#C5DAEC;opacity:0.8;">80%</p>
Text with #C5DAEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5DAEC;}
<p style="text-shadow: 3px 3px 1px #C5DAEC">Text here.</p>
This text has shadow with #C5DAEC color.
.textShadow {text-shadow: 3px 3px 1px #C5DAEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5DAEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5DAEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5DAEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5DAEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5DAEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5DAEC;
-webkit-box-shadow: 1px 1px 3px 2px #C5DAEC;
box-shadow: 1px 1px 3px 2px #C5DAEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5DAEC; -webkit-box-shadow: 1px 1px 3px 2px #C5DAEC; box-shadow:1px 1px 3px 2px #C5DAEC;">
Div content here
</div>
This text has color #C5DAEC on black background.
This text has color #C5DAEC on white background.
This text has black color on #C5DAEC background.
This text has white color on #C5DAEC background.
Complementary color for #hex is #3A2513.