HEX: #BBE196
RGB: (187,225,150)
Il colore #BBE196 contiene principalmente il rosso e il verde. Per il #BBE196 il colore web safe è #CCCC99 (#CC9).
Il colore BBE196 in RGB è definito come 187,225,150
RGB: (187,225,150)
(73%, 88%, 59%)
R 187 da 255 = 73%
G 225 da 255 = 88%
B 150 da 255 = 59%
R + G + B ~ 73%. #BBE196 colore abbastanza chiaro.
R + G + B = 187 + 225 + 150 = 562 (100%)
R 187 da 562 ~ 33.27%
G 225 da 562 ~ 40.04%
B 150 da 562 ~ 26.69'%
Il colore #BBE196 in CMYK è definito come 17,0,33,12.
CMYK: (17,0,33,12)
C17M0Y33K12 (17%, 0%, 33%, 12%)
(0.17 / 0.00 / 0.33 / 0.12)
Il #BBE196 nei modelli di colore popolari.
BB | E1 | 96 | |
---|---|---|---|
RGB | 187 | 225 | 150 |
HSL | 90° | 55.56% | 73.53% |
HSB/HSV | 90° | 33.33% | 88.24% |
CMYK | 16.89% | 0.00% | 33.33% |
11.76% |
Il #BBE196 nei modelli numerici popolari.
Esadicemale | BB | E1 | 96 |
Decimale | 187 | 225 | 150 |
Binario | 10111011 | 11100001 | 10010110 |
Ottale | 273 | 341 | 226 |
Tonalità scure del colore #BBE196
Tonalità chiare del colore #BBE196
Esempi dei codici css e html per gli elementi di colore #BBE196. Utilizzate rgb(187,225,150) anche al posto del codice hex.
.myTextColor { color: #BBE196; }
<p style="color:#BBE196">This sample text font color is #BBE196.</p>
Il colore di questo testo è #BBE196.
.myBgColor { background-color: #BBE196; }
<div style="background-color:#BBE196">Inner text</div>
Questo div ha lo sfondo di colore #BBE196.
.myBorderColor { border: 1px solid #BBE196; }
<div style="border:3px solid #BBE196">Div</div>
Questo div ha i bordi di colore BBE196.
.myOpacity80 { color: #BBE196; opacity: 0.8; }
<p style="color:#BBE196;opacity:0.8;">80%</p>
Il testo di color #BBE196 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE196;}
<p style="text-shadow: 3px 3px 1px #BBE196">Text here.</p>
Questo testo ha l'ombra di colore #BBE196.
.textShadow {text-shadow: 3px 3px 1px #BBE196', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE196, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BBE196 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE196, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE196, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE196 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE196;
-webkit-box-shadow: 1px 1px 3px 2px #BBE196;
box-shadow: 1px 1px 3px 2px #BBE196;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE196; -webkit-box-shadow: 1px 1px 3px 2px #BBE196; box-shadow:1px 1px 3px 2px #BBE196;">
Div content here
</div>
Questo e il testo di colore #BBE196 sullo sfondo nero.
Questo e il testo di colore #BBE196 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BBE196.
Questo è un testo bianco sullo sfondo del colore #BBE196.
Il colore complimentare del #hex è #441E69..