HEX: #9B7E8D
RGB: (155,126,141)
Il colore #9B7E8D contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #9B7E8D il colore web safe è #996699 (#969).
Il colore 9B7E8D in RGB è definito come 155,126,141
RGB: (155,126,141)
(61%, 49%, 55%)
R 155 da 255 = 61%
G 126 da 255 = 49%
B 141 da 255 = 55%
R + G + B ~ 55%. #9B7E8D colore medio (né scuro né chiaro).
R + G + B = 155 + 126 + 141 = 422 (100%)
R 155 da 422 ~ 36.73%
G 126 da 422 ~ 29.86%
B 141 da 422 ~ 33.41'%
Il colore #9B7E8D in CMYK è definito come 0,19,9,39.
CMYK: (0,19,9,39) C0M19Y9K39 (0%,19%,9%,39%) (0.00/0.19/0.09/0.39)
Il #9B7E8D nei modelli di colore popolari.
9B | 7E | 8D | |
---|---|---|---|
RGB | 155 | 126 | 141 |
HSL | 329° | 12.66% | 55.10% |
HSB/HSV | 329° | 18.71% | 60.78% |
CMYK | 0.00% | 18.71% | 9.03% |
39.22% |
Il #9B7E8D nei modelli numerici popolari.
Esadicemale | 9B | 7E | 8D |
Decimale | 155 | 126 | 141 |
Binario | 10011011 | 1111110 | 10001101 |
Ottale | 233 | 176 | 215 |
Tonalità scure del colore #9B7E8D
Tonalità chiare del colore #9B7E8D
Esempi dei codici css e html per gli elementi di colore #9B7E8D. Utilizzate rgb(155,126,141) anche al posto del codice hex.
.myTextColor { color: #9B7E8D; }
<p style="color:#9B7E8D">This sample text font color is #9B7E8D.</p>
Il colore di questo testo è #9B7E8D.
.myBgColor { background-color: #9B7E8D; }
<div style="background-color:#9B7E8D">Inner text</div>
Questo div ha lo sfondo di colore #9B7E8D.
.myBorderColor { border: 1px solid #9B7E8D; }
<div style="border:3px solid #9B7E8D">Div</div>
Questo div ha i bordi di colore 9B7E8D.
.myOpacity80 { color: #9B7E8D; opacity: 0.8; }
<p style="color:#9B7E8D;opacity:0.8;">80%</p>
Il testo di color #9B7E8D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B7E8D;}
<p style="text-shadow: 3px 3px 1px #9B7E8D">Text here.</p>
Questo testo ha l'ombra di colore #9B7E8D.
.textShadow {text-shadow: 3px 3px 1px #9B7E8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B7E8D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #9B7E8D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B7E8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B7E8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B7E8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B7E8D;
-webkit-box-shadow: 1px 1px 3px 2px #9B7E8D;
box-shadow: 1px 1px 3px 2px #9B7E8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B7E8D; -webkit-box-shadow: 1px 1px 3px 2px #9B7E8D; box-shadow:1px 1px 3px 2px #9B7E8D;">
Div content here
</div>
Questo e il testo di colore #9B7E8D sullo sfondo nero.
Questo e il testo di colore #9B7E8D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #9B7E8D.
Questo è un testo bianco sullo sfondo del colore #9B7E8D.
Il colore complimentare del #hex è #648172..