HEX: #B49BAE
RGB: (180,155,174)
Il colore #B49BAE contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #B49BAE il colore web safe è #CC9999 (#C99).
Il colore B49BAE in RGB è definito come 180,155,174
RGB: (180,155,174)
(71%, 61%, 68%)
R 180 da 255 = 71%
G 155 da 255 = 61%
B 174 da 255 = 68%
R + G + B ~ 67%. #B49BAE colore abbastanza chiaro.
R + G + B = 180 + 155 + 174 = 509 (100%)
R 180 da 509 ~ 35.36%
G 155 da 509 ~ 30.45%
B 174 da 509 ~ 34.18'%
Il colore #B49BAE in CMYK è definito come 0,14,3,29.
CMYK: (0,14,3,29)
C0M14Y3K29 (0%, 14%, 3%, 29%)
(0.00 / 0.14 / 0.03 / 0.29)
Il #B49BAE nei modelli di colore popolari.
B4 | 9B | AE | |
---|---|---|---|
RGB | 180 | 155 | 174 |
HSL | 314° | 14.29% | 65.69% |
HSB/HSV | 314° | 13.89% | 70.59% |
CMYK | 0.00% | 13.89% | 3.33% |
29.41% |
Il #B49BAE nei modelli numerici popolari.
Esadicemale | B4 | 9B | AE |
Decimale | 180 | 155 | 174 |
Binario | 10110100 | 10011011 | 10101110 |
Ottale | 264 | 233 | 256 |
Tonalità scure del colore #B49BAE
Tonalità chiare del colore #B49BAE
Esempi dei codici css e html per gli elementi di colore #B49BAE. Utilizzate rgb(180,155,174) anche al posto del codice hex.
.myTextColor { color: #B49BAE; }
<p style="color:#B49BAE">This sample text font color is #B49BAE.</p>
Il colore di questo testo è #B49BAE.
.myBgColor { background-color: #B49BAE; }
<div style="background-color:#B49BAE">Inner text</div>
Questo div ha lo sfondo di colore #B49BAE.
.myBorderColor { border: 1px solid #B49BAE; }
<div style="border:3px solid #B49BAE">Div</div>
Questo div ha i bordi di colore B49BAE.
.myOpacity80 { color: #B49BAE; opacity: 0.8; }
<p style="color:#B49BAE;opacity:0.8;">80%</p>
Il testo di color #B49BAE e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49BAE;}
<p style="text-shadow: 3px 3px 1px #B49BAE">Text here.</p>
Questo testo ha l'ombra di colore #B49BAE.
.textShadow {text-shadow: 3px 3px 1px #B49BAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49BAE, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #B49BAE e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49BAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B49BAE;
-webkit-box-shadow: 1px 1px 3px 2px #B49BAE;
box-shadow: 1px 1px 3px 2px #B49BAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B49BAE; -webkit-box-shadow: 1px 1px 3px 2px #B49BAE; box-shadow:1px 1px 3px 2px #B49BAE;">
Div content here
</div>
Questo e il testo di colore #B49BAE sullo sfondo nero.
Questo e il testo di colore #B49BAE sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #B49BAE.
Questo è un testo bianco sullo sfondo del colore #B49BAE.
Il colore complimentare del #hex è #4B6451..