HEX: #B2E7AB
RGB: (178,231,171)
Il colore #B2E7AB contiene principalmente il rosso e il verde. Per il #B2E7AB il colore web safe è #99FF99 (#9F9).
Il colore B2E7AB in RGB è definito come 178,231,171
RGB: (178,231,171) (70%,91%,67%)
R 178 da 255 = 70%
G 231 da 255 = 91%
B 171 da 255 = 67%
R + G + B ~ 76%. #B2E7AB colore abbastanza chiaro.
R + G + B =
178 + 231 + 171 = 580 (100%)
R 178 da 580 ~ 30.69%
G 231 da 580 ~ 39.83%
B 171 da 580 ~ 29.48%
Il colore #B2E7AB in CMYK è definito come 23,0,26,9.
CMYK: (23,0,26,9) C23M0Y26K9 (23%,0%,26%,9%) (0.23/0.00/0.26/0.09)
B2 | E7 | AB | |
---|---|---|---|
RGB | 178 | 231 | 171 |
HSL | 113° | 55.56% | 78.82% |
HSB/HSV | 113° | 25.97% | 90.59% |
CMYK | 22.94% | 0.00% | 25.97% |
9.41% |
Esadicemale | B2 | E7 | AB |
Decimale | 178 | 231 | 171 |
Binario | 10110010 | 11100111 | 10101011 |
Ottale | 262 | 347 | 253 |
Esempi dei codici css e html per gli elementi di colore #B2E7AB. Utilizzate rgb(178,231,171) anche al posto del codice hex.
.myTextColor { color: #B2E7AB; }
<p style="color:#B2E7AB">This sample text font color is #B2E7AB.</p>
Il colore di questo testo è #B2E7AB.
.myBgColor { background-color: #B2E7AB; }
<div style="background-color:#B2E7AB">Inner text</div>
Questo div ha lo sfondo di colore #B2E7AB.
.myBorderColor { border: 1px solid #B2E7AB; }
<div style="border:3px solid #B2E7AB">Div</div>
Questo div ha i bordi di colore B2E7AB.
.myOpacity80 { color: #B2E7AB; opacity: 0.8; }
<p style="color:#B2E7AB;opacity:0.8;">80%</p>
Il testo di color #B2E7AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2E7AB;}
<p style="text-shadow: 3px 3px 1px #B2E7AB">Text here.</p>
Questo testo ha l'ombra di colore #B2E7AB.
.textShadow {text-shadow: 3px 3px 1px #B2E7AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2E7AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #B2E7AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2E7AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2E7AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2E7AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B2E7AB; -webkit-box-shadow: 1px 1px 3px 2px #B2E7AB; box-shadow: 1px 1px 3px 2px #B2E7AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B2E7AB; -webkit-box-shadow: 1px 1px 3px 2px #B2E7AB; box-shadow:1px 1px 3px 2px #B2E7AB;">
Div content here</div>
Questo e il testo di colore #B2E7AB sullo sfondo nero.
Questo e il testo di colore #B2E7AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #B2E7AB.
Questo è un testo bianco sullo sfondo del colore #B2E7AB.