HEX: #C5DDEE
RGB: (197,221,238)
#C5DDEE contains red, green and blue colors in about the same proportion. Web safe color of #C5DDEE is #CCCCFF (or #CCF).
#C5DDEE color RGB value is (197,221,238).
RGB: (197,221,238)
(77%, 87%, 93%)
R 197 of 255 = 77%
G 221 of 255 = 87%
B 238 of 255 = 93%
R + G + B ~ 86%. #C5DDEE is light color.
R + G + B = 197 + 221 + 238 = 656 (100%)
R 197 of 656 ~ 30.03%
G 221 of 656 ~ 33.69%
B 238 of 656 ~ 36.28'%
#C5DDEE color CMYK value is (17,7,0,7).
CMYK: (17,7,0,7)
C17M7Y0K7 (17%, 7%, 0%, 7%)
(0.17 / 0.07 / 0.00 / 0.07)
Color #C5DDEE in popluar color models
C5 | DD | EE | |
---|---|---|---|
RGB | 197 | 221 | 238 |
HSL | 205° | 54.67% | 85.29% |
HSB/HSV | 205° | 17.23% | 93.33% |
CMYK | 17.23% | 7.14% | 0.00% |
6.67% |
Color #C5DDEE in popluar number systems.
HEX | C5 | DD | EE |
Decimal | 197 | 221 | 238 |
Binary | 11000101 | 11011101 | 11101110 |
Octal | 305 | 335 | 356 |
Shades of #C5DDEE
Tints of #C5DDEE
Examples of css and html codes for elements with #C5DDEE color. Also use rgb(197,221,238) instead hex code.
.myTextColor { color: #C5DDEE; }
<p style="color:#C5DDEE">This sample text font color is #C5DDEE.</p>
This text font color is #C5DDEE.
.myBgColor { background-color: #C5DDEE; }
<div style="background-color:#C5DDEE">Inner text</div>
This div background color is #C5DDEE.
.myBorderColor { border: 1px solid #C5DDEE; }
<div style="border:3px solid #C5DDEE">Div</div>
This div border color is #C5DDEE.
.myOpacity80 { color: #C5DDEE; opacity: 0.8; }
<p style="color:#C5DDEE;opacity:0.8;">80%</p>
Text with #C5DDEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5DDEE;}
<p style="text-shadow: 3px 3px 1px #C5DDEE">Text here.</p>
This text has shadow with #C5DDEE color.
.textShadow {text-shadow: 3px 3px 1px #C5DDEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5DDEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5DDEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5DDEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5DDEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5DDEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5DDEE;
-webkit-box-shadow: 1px 1px 3px 2px #C5DDEE;
box-shadow: 1px 1px 3px 2px #C5DDEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5DDEE; -webkit-box-shadow: 1px 1px 3px 2px #C5DDEE; box-shadow:1px 1px 3px 2px #C5DDEE;">
Div content here
</div>
This text has color #C5DDEE on black background.
This text has color #C5DDEE on white background.
This text has black color on #C5DDEE background.
This text has white color on #C5DDEE background.
Complementary color for #hex is #3A2211.