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