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