HEX: #AB7F85
RGB: (171,127,133)
Il colore #AB7F85 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #AB7F85 il colore web safe è #996699 (#969).
Il colore AB7F85 in RGB è definito come 171,127,133
RGB: (171,127,133) (67%,50%,52%)
R 171 da 255 = 67%
G 127 da 255 = 50%
B 133 da 255 = 52%
R + G + B ~ 56%. #AB7F85 colore medio (né scuro né chiaro).
R + G + B =
171 + 127 + 133 = 431 (100%)
R 171 da 431 ~ 39.68%
G 127 da 431 ~ 29.47%
B 133 da 431 ~ 30.86%
Il colore #AB7F85 in CMYK è definito come 0,26,22,33.
CMYK: (0,26,22,33) C0M26Y22K33 (0%,26%,22%,33%) (0.00/0.26/0.22/0.33)
AB | 7F | 85 | |
---|---|---|---|
RGB | 171 | 127 | 133 |
HSL | 352° | 20.75% | 58.43% |
HSB/HSV | 352° | 25.73% | 67.06% |
CMYK | 0.00% | 25.73% | 22.22% |
32.94% |
Esadicemale | AB | 7F | 85 |
Decimale | 171 | 127 | 133 |
Binario | 10101011 | 1111111 | 10000101 |
Ottale | 253 | 177 | 205 |
Esempi dei codici css e html per gli elementi di colore #AB7F85. Utilizzate rgb(171,127,133) anche al posto del codice hex.
.myTextColor { color: #AB7F85; }
<p style="color:#AB7F85">This sample text font color is #AB7F85.</p>
Il colore di questo testo è #AB7F85.
.myBgColor { background-color: #AB7F85; }
<div style="background-color:#AB7F85">Inner text</div>
Questo div ha lo sfondo di colore #AB7F85.
.myBorderColor { border: 1px solid #AB7F85; }
<div style="border:3px solid #AB7F85">Div</div>
Questo div ha i bordi di colore AB7F85.
.myOpacity80 { color: #AB7F85; opacity: 0.8; }
<p style="color:#AB7F85;opacity:0.8;">80%</p>
Il testo di color #AB7F85 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7F85;}
<p style="text-shadow: 3px 3px 1px #AB7F85">Text here.</p>
Questo testo ha l'ombra di colore #AB7F85.
.textShadow {text-shadow: 3px 3px 1px #AB7F85, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7F85, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB7F85 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7F85, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7F85, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7F85 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB7F85; -webkit-box-shadow: 1px 1px 3px 2px #AB7F85; box-shadow: 1px 1px 3px 2px #AB7F85; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB7F85; -webkit-box-shadow: 1px 1px 3px 2px #AB7F85; box-shadow:1px 1px 3px 2px #AB7F85;">
Div content here</div>
Questo e il testo di colore #AB7F85 sullo sfondo nero.
Questo e il testo di colore #AB7F85 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB7F85.
Questo è un testo bianco sullo sfondo del colore #AB7F85.