HEX: #87BBE5
RGB: (135,187,229)
Il colore #87BBE5 contiene principalmente il verde e il blu. Per il #87BBE5 il colore web safe è #99CCCC (#9CC).
Il colore 87BBE5 in RGB è definito come 135,187,229
RGB: (135,187,229) (53%,73%,90%)
R 135 da 255 = 53%
G 187 da 255 = 73%
B 229 da 255 = 90%
R + G + B ~ 72%. #87BBE5 colore abbastanza chiaro.
R + G + B =
135 + 187 + 229 = 551 (100%)
R 135 da 551 ~ 24.5%
G 187 da 551 ~ 33.94%
B 229 da 551 ~ 41.56%
Il colore #87BBE5 in CMYK è definito come 41,18,0,10.
CMYK: (41,18,0,10) C41M18Y0K10 (41%,18%,0%,10%) (0.41/0.18/0.00/0.10)
87 | BB | E5 | |
---|---|---|---|
RGB | 135 | 187 | 229 |
HSL | 207° | 64.38% | 71.37% |
HSB/HSV | 207° | 41.05% | 89.80% |
CMYK | 41.05% | 18.34% | 0.00% |
10.20% |
Esadicemale | 87 | BB | E5 |
Decimale | 135 | 187 | 229 |
Binario | 10000111 | 10111011 | 11100101 |
Ottale | 207 | 273 | 345 |
Esempi dei codici css e html per gli elementi di colore #87BBE5. Utilizzate rgb(135,187,229) anche al posto del codice hex.
.myTextColor { color: #87BBE5; }
<p style="color:#87BBE5">This sample text font color is #87BBE5.</p>
Il colore di questo testo è #87BBE5.
.myBgColor { background-color: #87BBE5; }
<div style="background-color:#87BBE5">Inner text</div>
Questo div ha lo sfondo di colore #87BBE5.
.myBorderColor { border: 1px solid #87BBE5; }
<div style="border:3px solid #87BBE5">Div</div>
Questo div ha i bordi di colore 87BBE5.
.myOpacity80 { color: #87BBE5; opacity: 0.8; }
<p style="color:#87BBE5;opacity:0.8;">80%</p>
Il testo di color #87BBE5 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87BBE5;}
<p style="text-shadow: 3px 3px 1px #87BBE5">Text here.</p>
Questo testo ha l'ombra di colore #87BBE5.
.textShadow {text-shadow: 3px 3px 1px #87BBE5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87BBE5, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #87BBE5 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87BBE5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87BBE5, Direction=45, Strength=4)">Text</p>
This text has shadow with #87BBE5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87BBE5; -webkit-box-shadow: 1px 1px 3px 2px #87BBE5; box-shadow: 1px 1px 3px 2px #87BBE5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87BBE5; -webkit-box-shadow: 1px 1px 3px 2px #87BBE5; box-shadow:1px 1px 3px 2px #87BBE5;">
Div content here</div>
Questo e il testo di colore #87BBE5 sullo sfondo nero.
Questo e il testo di colore #87BBE5 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #87BBE5.
Questo è un testo bianco sullo sfondo del colore #87BBE5.