HEX: #BBE4AB
RGB: (187,228,171)
Il colore #BBE4AB contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #BBE4AB il colore web safe è #CCCC99 (#CC9).
Il colore BBE4AB in RGB è definito come 187,228,171
RGB: (187,228,171)
(73%, 89%, 67%)
R 187 da 255 = 73%
G 228 da 255 = 89%
B 171 da 255 = 67%
R + G + B ~ 76%. #BBE4AB colore abbastanza chiaro.
R + G + B = 187 + 228 + 171 = 586 (100%)
R 187 da 586 ~ 31.91%
G 228 da 586 ~ 38.91%
B 171 da 586 ~ 29.18'%
Il colore #BBE4AB in CMYK è definito come 18,0,25,11.
CMYK: (18,0,25,11)
C18M0Y25K11 (18%, 0%, 25%, 11%)
(0.18 / 0.00 / 0.25 / 0.11)
Il #BBE4AB nei modelli di colore popolari.
BB | E4 | AB | |
---|---|---|---|
RGB | 187 | 228 | 171 |
HSL | 103° | 51.35% | 78.24% |
HSB/HSV | 103° | 25.00% | 89.41% |
CMYK | 17.98% | 0.00% | 25.00% |
10.59% |
Il #BBE4AB nei modelli numerici popolari.
Esadicemale | BB | E4 | AB |
Decimale | 187 | 228 | 171 |
Binario | 10111011 | 11100100 | 10101011 |
Ottale | 273 | 344 | 253 |
Tonalità scure del colore #BBE4AB
Tonalità chiare del colore #BBE4AB
Esempi dei codici css e html per gli elementi di colore #BBE4AB. Utilizzate rgb(187,228,171) anche al posto del codice hex.
.myTextColor { color: #BBE4AB; }
<p style="color:#BBE4AB">This sample text font color is #BBE4AB.</p>
Il colore di questo testo è #BBE4AB.
.myBgColor { background-color: #BBE4AB; }
<div style="background-color:#BBE4AB">Inner text</div>
Questo div ha lo sfondo di colore #BBE4AB.
.myBorderColor { border: 1px solid #BBE4AB; }
<div style="border:3px solid #BBE4AB">Div</div>
Questo div ha i bordi di colore BBE4AB.
.myOpacity80 { color: #BBE4AB; opacity: 0.8; }
<p style="color:#BBE4AB;opacity:0.8;">80%</p>
Il testo di color #BBE4AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE4AB;}
<p style="text-shadow: 3px 3px 1px #BBE4AB">Text here.</p>
Questo testo ha l'ombra di colore #BBE4AB.
.textShadow {text-shadow: 3px 3px 1px #BBE4AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE4AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BBE4AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE4AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE4AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE4AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE4AB;
-webkit-box-shadow: 1px 1px 3px 2px #BBE4AB;
box-shadow: 1px 1px 3px 2px #BBE4AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE4AB; -webkit-box-shadow: 1px 1px 3px 2px #BBE4AB; box-shadow:1px 1px 3px 2px #BBE4AB;">
Div content here
</div>
Questo e il testo di colore #BBE4AB sullo sfondo nero.
Questo e il testo di colore #BBE4AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BBE4AB.
Questo è un testo bianco sullo sfondo del colore #BBE4AB.
Il colore complimentare del #BBE4AB è #441B54..