HEX: #C0E5FB
RGB: (192,229,251)
Il colore #C0E5FB contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #C0E5FB il colore web safe è #CCCCFF (#CCF).
Il colore C0E5FB in RGB è definito come 192,229,251
RGB: (192,229,251) (75%,90%,98%)
R 192 da 255 = 75%
G 229 da 255 = 90%
B 251 da 255 = 98%
R + G + B ~ 88%. #C0E5FB colore chiaro.
R + G + B =
192 + 229 + 251 = 672 (100%)
R 192 da 672 ~ 28.57%
G 229 da 672 ~ 34.08%
B 251 da 672 ~ 37.35%
Il colore #C0E5FB in CMYK è definito come 24,9,0,2.
CMYK: (24,9,0,2) C24M9Y0K2 (24%,9%,0%,2%) (0.24/0.09/0.00/0.02)
C0 | E5 | FB | |
---|---|---|---|
RGB | 192 | 229 | 251 |
HSL | 202° | 88.06% | 86.86% |
HSB/HSV | 202° | 23.51% | 98.43% |
CMYK | 23.51% | 8.76% | 0.00% |
1.57% |
Esadicemale | C0 | E5 | FB |
Decimale | 192 | 229 | 251 |
Binario | 11000000 | 11100101 | 11111011 |
Ottale | 300 | 345 | 373 |
Esempi dei codici css e html per gli elementi di colore #C0E5FB. Utilizzate rgb(192,229,251) anche al posto del codice hex.
.myTextColor { color: #C0E5FB; }
<p style="color:#C0E5FB">This sample text font color is #C0E5FB.</p>
Il colore di questo testo è #C0E5FB.
.myBgColor { background-color: #C0E5FB; }
<div style="background-color:#C0E5FB">Inner text</div>
Questo div ha lo sfondo di colore #C0E5FB.
.myBorderColor { border: 1px solid #C0E5FB; }
<div style="border:3px solid #C0E5FB">Div</div>
Questo div ha i bordi di colore C0E5FB.
.myOpacity80 { color: #C0E5FB; opacity: 0.8; }
<p style="color:#C0E5FB;opacity:0.8;">80%</p>
Il testo di color #C0E5FB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C0E5FB;}
<p style="text-shadow: 3px 3px 1px #C0E5FB">Text here.</p>
Questo testo ha l'ombra di colore #C0E5FB.
.textShadow {text-shadow: 3px 3px 1px #C0E5FB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C0E5FB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #C0E5FB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0E5FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C0E5FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C0E5FB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C0E5FB; -webkit-box-shadow: 1px 1px 3px 2px #C0E5FB; box-shadow: 1px 1px 3px 2px #C0E5FB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C0E5FB; -webkit-box-shadow: 1px 1px 3px 2px #C0E5FB; box-shadow:1px 1px 3px 2px #C0E5FB;">
Div content here</div>
Questo e il testo di colore #C0E5FB sullo sfondo nero.
Questo e il testo di colore #C0E5FB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #C0E5FB.
Questo è un testo bianco sullo sfondo del colore #C0E5FB.