HEX: #C4DAEE
RGB: (196,218,238)
#C4DAEE contains red, green and blue colors in about the same proportion. Web safe color of #C4DAEE is #CCCCFF (or #CCF).
#C4DAEE color RGB value is (196,218,238).
RGB: (196,218,238)
(77%, 85%, 93%)
R 196 of 255 = 77%
G 218 of 255 = 85%
B 238 of 255 = 93%
R + G + B ~ 85%. #C4DAEE is quite light color.
R + G + B = 196 + 218 + 238 = 652 (100%)
R 196 of 652 ~ 30.06%
G 218 of 652 ~ 33.44%
B 238 of 652 ~ 36.5'%
#C4DAEE color CMYK value is (18,8,0,7).
CMYK: (18,8,0,7)
C18M8Y0K7 (18%, 8%, 0%, 7%)
(0.18 / 0.08 / 0.00 / 0.07)
Color #C4DAEE in popluar color models
C4 | DA | EE | |
---|---|---|---|
RGB | 196 | 218 | 238 |
HSL | 209° | 55.26% | 85.10% |
HSB/HSV | 209° | 17.65% | 93.33% |
CMYK | 17.65% | 8.40% | 0.00% |
6.67% |
Color #C4DAEE in popluar number systems.
HEX | C4 | DA | EE |
Decimal | 196 | 218 | 238 |
Binary | 11000100 | 11011010 | 11101110 |
Octal | 304 | 332 | 356 |
Shades of #C4DAEE
Tints of #C4DAEE
Examples of css and html codes for elements with #C4DAEE color. Also use rgb(196,218,238) instead hex code.
.myTextColor { color: #C4DAEE; }
<p style="color:#C4DAEE">This sample text font color is #C4DAEE.</p>
This text font color is #C4DAEE.
.myBgColor { background-color: #C4DAEE; }
<div style="background-color:#C4DAEE">Inner text</div>
This div background color is #C4DAEE.
.myBorderColor { border: 1px solid #C4DAEE; }
<div style="border:3px solid #C4DAEE">Div</div>
This div border color is #C4DAEE.
.myOpacity80 { color: #C4DAEE; opacity: 0.8; }
<p style="color:#C4DAEE;opacity:0.8;">80%</p>
Text with #C4DAEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4DAEE;}
<p style="text-shadow: 3px 3px 1px #C4DAEE">Text here.</p>
This text has shadow with #C4DAEE color.
.textShadow {text-shadow: 3px 3px 1px #C4DAEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4DAEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4DAEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4DAEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4DAEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4DAEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4DAEE;
-webkit-box-shadow: 1px 1px 3px 2px #C4DAEE;
box-shadow: 1px 1px 3px 2px #C4DAEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4DAEE; -webkit-box-shadow: 1px 1px 3px 2px #C4DAEE; box-shadow:1px 1px 3px 2px #C4DAEE;">
Div content here
</div>
This text has color #C4DAEE on black background.
This text has color #C4DAEE on white background.
This text has black color on #C4DAEE background.
This text has white color on #C4DAEE background.
Complementary color for #hex is #3B2511.