HEX: #BBE7BE
RGB: (187,231,190)
Il colore #BBE7BE contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #BBE7BE il colore web safe è #CCFFCC (#CFC).
Il colore BBE7BE in RGB è definito come 187,231,190
RGB: (187,231,190)
(73%, 91%, 75%)
R 187 da 255 = 73%
G 231 da 255 = 91%
B 190 da 255 = 75%
R + G + B ~ 80%. #BBE7BE colore abbastanza chiaro.
R + G + B = 187 + 231 + 190 = 608 (100%)
R 187 da 608 ~ 30.76%
G 231 da 608 ~ 37.99%
B 190 da 608 ~ 31.25'%
Il colore #BBE7BE in CMYK è definito come 19,0,18,9.
CMYK: (19,0,18,9)
C19M0Y18K9 (19%, 0%, 18%, 9%)
(0.19 / 0.00 / 0.18 / 0.09)
Il #BBE7BE nei modelli di colore popolari.
BB | E7 | BE | |
---|---|---|---|
RGB | 187 | 231 | 190 |
HSL | 124° | 47.83% | 81.96% |
HSB/HSV | 124° | 19.05% | 90.59% |
CMYK | 19.05% | 0.00% | 17.75% |
9.41% |
Il #BBE7BE nei modelli numerici popolari.
Esadicemale | BB | E7 | BE |
Decimale | 187 | 231 | 190 |
Binario | 10111011 | 11100111 | 10111110 |
Ottale | 273 | 347 | 276 |
Tonalità scure del colore #BBE7BE
Tonalità chiare del colore #BBE7BE
Esempi dei codici css e html per gli elementi di colore #BBE7BE. Utilizzate rgb(187,231,190) anche al posto del codice hex.
.myTextColor { color: #BBE7BE; }
<p style="color:#BBE7BE">This sample text font color is #BBE7BE.</p>
Il colore di questo testo è #BBE7BE.
.myBgColor { background-color: #BBE7BE; }
<div style="background-color:#BBE7BE">Inner text</div>
Questo div ha lo sfondo di colore #BBE7BE.
.myBorderColor { border: 1px solid #BBE7BE; }
<div style="border:3px solid #BBE7BE">Div</div>
Questo div ha i bordi di colore BBE7BE.
.myOpacity80 { color: #BBE7BE; opacity: 0.8; }
<p style="color:#BBE7BE;opacity:0.8;">80%</p>
Il testo di color #BBE7BE e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE7BE;}
<p style="text-shadow: 3px 3px 1px #BBE7BE">Text here.</p>
Questo testo ha l'ombra di colore #BBE7BE.
.textShadow {text-shadow: 3px 3px 1px #BBE7BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE7BE, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BBE7BE e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE7BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE7BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE7BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE7BE;
-webkit-box-shadow: 1px 1px 3px 2px #BBE7BE;
box-shadow: 1px 1px 3px 2px #BBE7BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE7BE; -webkit-box-shadow: 1px 1px 3px 2px #BBE7BE; box-shadow:1px 1px 3px 2px #BBE7BE;">
Div content here
</div>
Questo e il testo di colore #BBE7BE sullo sfondo nero.
Questo e il testo di colore #BBE7BE sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BBE7BE.
Questo è un testo bianco sullo sfondo del colore #BBE7BE.
Il colore complimentare del #hex è #441841..