HEX: #AB759B
RGB: (171,117,155)
Il colore #AB759B contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #AB759B il colore web safe è #996699 (#969).
Il colore AB759B in RGB è definito come 171,117,155
RGB: (171,117,155) (67%,46%,61%)
R 171 da 255 = 67%
G 117 da 255 = 46%
B 155 da 255 = 61%
R + G + B ~ 58%. #AB759B colore medio (né scuro né chiaro).
R + G + B =
171 + 117 + 155 = 443 (100%)
R 171 da 443 ~ 38.6%
G 117 da 443 ~ 26.41%
B 155 da 443 ~ 34.99%
Il colore #AB759B in CMYK è definito come 0,32,9,33.
CMYK: (0,32,9,33) C0M32Y9K33 (0%,32%,9%,33%) (0.00/0.32/0.09/0.33)
AB | 75 | 9B | |
---|---|---|---|
RGB | 171 | 117 | 155 |
HSL | 318° | 24.32% | 56.47% |
HSB/HSV | 318° | 31.58% | 67.06% |
CMYK | 0.00% | 31.58% | 9.36% |
32.94% |
Esadicemale | AB | 75 | 9B |
Decimale | 171 | 117 | 155 |
Binario | 10101011 | 1110101 | 10011011 |
Ottale | 253 | 165 | 233 |
Esempi dei codici css e html per gli elementi di colore #AB759B. Utilizzate rgb(171,117,155) anche al posto del codice hex.
.myTextColor { color: #AB759B; }
<p style="color:#AB759B">This sample text font color is #AB759B.</p>
Il colore di questo testo è #AB759B.
.myBgColor { background-color: #AB759B; }
<div style="background-color:#AB759B">Inner text</div>
Questo div ha lo sfondo di colore #AB759B.
.myBorderColor { border: 1px solid #AB759B; }
<div style="border:3px solid #AB759B">Div</div>
Questo div ha i bordi di colore AB759B.
.myOpacity80 { color: #AB759B; opacity: 0.8; }
<p style="color:#AB759B;opacity:0.8;">80%</p>
Il testo di color #AB759B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB759B;}
<p style="text-shadow: 3px 3px 1px #AB759B">Text here.</p>
Questo testo ha l'ombra di colore #AB759B.
.textShadow {text-shadow: 3px 3px 1px #AB759B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB759B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB759B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB759B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB759B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB759B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB759B; -webkit-box-shadow: 1px 1px 3px 2px #AB759B; box-shadow: 1px 1px 3px 2px #AB759B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB759B; -webkit-box-shadow: 1px 1px 3px 2px #AB759B; box-shadow:1px 1px 3px 2px #AB759B;">
Div content here</div>
Questo e il testo di colore #AB759B sullo sfondo nero.
Questo e il testo di colore #AB759B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB759B.
Questo è un testo bianco sullo sfondo del colore #AB759B.