HEX: #C5FBEC
RGB: (197,251,236)
#C5FBEC contains red, green and blue colors in about the same proportion. Web safe color of #C5FBEC is #CCFFFF (or #CFF).
#C5FBEC color RGB value is (197,251,236).
RGB: (197,251,236)
(77%, 98%, 93%)
R 197 of 255 = 77%
G 251 of 255 = 98%
B 236 of 255 = 93%
R + G + B ~ 89%. #C5FBEC is light color.
R + G + B = 197 + 251 + 236 = 684 (100%)
R 197 of 684 ~ 28.8%
G 251 of 684 ~ 36.7%
B 236 of 684 ~ 34.5'%
#C5FBEC color CMYK value is (22,0,6,2).
CMYK: (22,0,6,2) C22M0Y6K2 (22%,0%,6%,2%) (0.22/0.00/0.06/0.02)
Color #C5FBEC in popluar color models
C5 | FB | EC | |
---|---|---|---|
RGB | 197 | 251 | 236 |
HSL | 163° | 87.10% | 87.84% |
HSB/HSV | 163° | 21.51% | 98.43% |
CMYK | 21.51% | 0.00% | 5.98% |
1.57% |
Color #C5FBEC in popluar number systems.
HEX | C5 | FB | EC |
Decimal | 197 | 251 | 236 |
Binary | 11000101 | 11111011 | 11101100 |
Octal | 305 | 373 | 354 |
Shades of #C5FBEC
Tints of #C5FBEC
Examples of css and html codes for elements with #C5FBEC color. Also use rgb(197,251,236) instead hex code.
.myTextColor { color: #C5FBEC; }
<p style="color:#C5FBEC">This sample text font color is #C5FBEC.</p>
This text font color is #C5FBEC.
.myBgColor { background-color: #C5FBEC; }
<div style="background-color:#C5FBEC">Inner text</div>
This div background color is #C5FBEC.
.myBorderColor { border: 1px solid #C5FBEC; }
<div style="border:3px solid #C5FBEC">Div</div>
This div border color is #C5FBEC.
.myOpacity80 { color: #C5FBEC; opacity: 0.8; }
<p style="color:#C5FBEC;opacity:0.8;">80%</p>
Text with #C5FBEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5FBEC;}
<p style="text-shadow: 3px 3px 1px #C5FBEC">Text here.</p>
This text has shadow with #C5FBEC color.
.textShadow {text-shadow: 3px 3px 1px #C5FBEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5FBEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5FBEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5FBEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5FBEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5FBEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5FBEC;
-webkit-box-shadow: 1px 1px 3px 2px #C5FBEC;
box-shadow: 1px 1px 3px 2px #C5FBEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5FBEC; -webkit-box-shadow: 1px 1px 3px 2px #C5FBEC; box-shadow:1px 1px 3px 2px #C5FBEC;">
Div content here
</div>
This text has color #C5FBEC on black background.
This text has color #C5FBEC on white background.
This text has black color on #C5FBEC background.
This text has white color on #C5FBEC background.
Complementary color for #hex is #3A0413.