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