HEX: #C5FCEF
RGB: (197,252,239)
#C5FCEF contains red, green and blue colors in about the same proportion. Web safe color of #C5FCEF is #CCFFFF (or #CFF).
#C5FCEF color RGB value is (197,252,239).
RGB: (197,252,239)
(77%, 99%, 94%)
R 197 of 255 = 77%
G 252 of 255 = 99%
B 239 of 255 = 94%
R + G + B ~ 90%. #C5FCEF is light color.
R + G + B = 197 + 252 + 239 = 688 (100%)
R 197 of 688 ~ 28.63%
G 252 of 688 ~ 36.63%
B 239 of 688 ~ 34.74'%
#C5FCEF color CMYK value is (22,0,5,1).
CMYK: (22,0,5,1)
C22M0Y5K1 (22%, 0%, 5%, 1%)
(0.22 / 0.00 / 0.05 / 0.01)
Color #C5FCEF in popluar color models
C5 | FC | EF | |
---|---|---|---|
RGB | 197 | 252 | 239 |
HSL | 166° | 90.16% | 88.04% |
HSB/HSV | 166° | 21.83% | 98.82% |
CMYK | 21.83% | 0.00% | 5.16% |
1.18% |
Color #C5FCEF in popluar number systems.
HEX | C5 | FC | EF |
Decimal | 197 | 252 | 239 |
Binary | 11000101 | 11111100 | 11101111 |
Octal | 305 | 374 | 357 |
Shades of #C5FCEF
Tints of #C5FCEF
Examples of css and html codes for elements with #C5FCEF color. Also use rgb(197,252,239) instead hex code.
.myTextColor { color: #C5FCEF; }
<p style="color:#C5FCEF">This sample text font color is #C5FCEF.</p>
This text font color is #C5FCEF.
.myBgColor { background-color: #C5FCEF; }
<div style="background-color:#C5FCEF">Inner text</div>
This div background color is #C5FCEF.
.myBorderColor { border: 1px solid #C5FCEF; }
<div style="border:3px solid #C5FCEF">Div</div>
This div border color is #C5FCEF.
.myOpacity80 { color: #C5FCEF; opacity: 0.8; }
<p style="color:#C5FCEF;opacity:0.8;">80%</p>
Text with #C5FCEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5FCEF;}
<p style="text-shadow: 3px 3px 1px #C5FCEF">Text here.</p>
This text has shadow with #C5FCEF color.
.textShadow {text-shadow: 3px 3px 1px #C5FCEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5FCEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5FCEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5FCEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5FCEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5FCEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5FCEF;
-webkit-box-shadow: 1px 1px 3px 2px #C5FCEF;
box-shadow: 1px 1px 3px 2px #C5FCEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5FCEF; -webkit-box-shadow: 1px 1px 3px 2px #C5FCEF; box-shadow:1px 1px 3px 2px #C5FCEF;">
Div content here
</div>
This text has color #C5FCEF on black background.
This text has color #C5FCEF on white background.
This text has black color on #C5FCEF background.
This text has white color on #C5FCEF background.
Complementary color for #hex is #3A0310.