HEX: #B1E6D6
RGB: (177,230,214)
Il colore #B1E6D6 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #B1E6D6 il colore web safe è #99CCCC (#9CC).
Il colore B1E6D6 in RGB è definito come 177,230,214
RGB: (177,230,214) (69%,90%,84%)
R 177 da 255 = 69%
G 230 da 255 = 90%
B 214 da 255 = 84%
R + G + B ~ 81%. #B1E6D6 colore abbastanza chiaro.
R + G + B =
177 + 230 + 214 = 621 (100%)
R 177 da 621 ~ 28.5%
G 230 da 621 ~ 37.04%
B 214 da 621 ~ 34.46%
Il colore #B1E6D6 in CMYK è definito come 23,0,7,10.
CMYK: (23,0,7,10) C23M0Y7K10 (23%,0%,7%,10%) (0.23/0.00/0.07/0.10)
B1 | E6 | D6 | |
---|---|---|---|
RGB | 177 | 230 | 214 |
HSL | 162° | 51.46% | 79.80% |
HSB/HSV | 162° | 23.04% | 90.20% |
CMYK | 23.04% | 0.00% | 6.96% |
9.80% |
Esadicemale | B1 | E6 | D6 |
Decimale | 177 | 230 | 214 |
Binario | 10110001 | 11100110 | 11010110 |
Ottale | 261 | 346 | 326 |
Esempi dei codici css e html per gli elementi di colore #B1E6D6. Utilizzate rgb(177,230,214) anche al posto del codice hex.
.myTextColor { color: #B1E6D6; }
<p style="color:#B1E6D6">This sample text font color is #B1E6D6.</p>
Il colore di questo testo è #B1E6D6.
.myBgColor { background-color: #B1E6D6; }
<div style="background-color:#B1E6D6">Inner text</div>
Questo div ha lo sfondo di colore #B1E6D6.
.myBorderColor { border: 1px solid #B1E6D6; }
<div style="border:3px solid #B1E6D6">Div</div>
Questo div ha i bordi di colore B1E6D6.
.myOpacity80 { color: #B1E6D6; opacity: 0.8; }
<p style="color:#B1E6D6;opacity:0.8;">80%</p>
Il testo di color #B1E6D6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B1E6D6;}
<p style="text-shadow: 3px 3px 1px #B1E6D6">Text here.</p>
Questo testo ha l'ombra di colore #B1E6D6.
.textShadow {text-shadow: 3px 3px 1px #B1E6D6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B1E6D6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #B1E6D6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B1E6D6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B1E6D6, Direction=45, Strength=4)">Text</p>
This text has shadow with #B1E6D6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B1E6D6; -webkit-box-shadow: 1px 1px 3px 2px #B1E6D6; box-shadow: 1px 1px 3px 2px #B1E6D6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B1E6D6; -webkit-box-shadow: 1px 1px 3px 2px #B1E6D6; box-shadow:1px 1px 3px 2px #B1E6D6;">
Div content here</div>
Questo e il testo di colore #B1E6D6 sullo sfondo nero.
Questo e il testo di colore #B1E6D6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #B1E6D6.
Questo è un testo bianco sullo sfondo del colore #B1E6D6.