HEX: #817DAB
RGB: (129,125,171)
Il colore #817DAB contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #817DAB il colore web safe è #996699 (#969).
Il colore 817DAB in RGB è definito come 129,125,171
RGB: (129,125,171)
(51%, 49%, 67%)
R 129 da 255 = 51%
G 125 da 255 = 49%
B 171 da 255 = 67%
R + G + B ~ 56%. #817DAB colore medio (né scuro né chiaro).
R + G + B = 129 + 125 + 171 = 425 (100%)
R 129 da 425 ~ 30.35%
G 125 da 425 ~ 29.41%
B 171 da 425 ~ 40.24'%
Il colore #817DAB in CMYK è definito come 25,27,0,33.
CMYK: (25,27,0,33)
C25M27Y0K33 (25%, 27%, 0%, 33%)
(0.25 / 0.27 / 0.00 / 0.33)
Il #817DAB nei modelli di colore popolari.
81 | 7D | AB | |
---|---|---|---|
RGB | 129 | 125 | 171 |
HSL | 245° | 21.50% | 58.04% |
HSB/HSV | 245° | 26.90% | 67.06% |
CMYK | 24.56% | 26.90% | 0.00% |
32.94% |
Il #817DAB nei modelli numerici popolari.
Esadicemale | 81 | 7D | AB |
Decimale | 129 | 125 | 171 |
Binario | 10000001 | 1111101 | 10101011 |
Ottale | 201 | 175 | 253 |
Tonalità scure del colore #817DAB
Tonalità chiare del colore #817DAB
Esempi dei codici css e html per gli elementi di colore #817DAB. Utilizzate rgb(129,125,171) anche al posto del codice hex.
.myTextColor { color: #817DAB; }
<p style="color:#817DAB">This sample text font color is #817DAB.</p>
Il colore di questo testo è #817DAB.
.myBgColor { background-color: #817DAB; }
<div style="background-color:#817DAB">Inner text</div>
Questo div ha lo sfondo di colore #817DAB.
.myBorderColor { border: 1px solid #817DAB; }
<div style="border:3px solid #817DAB">Div</div>
Questo div ha i bordi di colore 817DAB.
.myOpacity80 { color: #817DAB; opacity: 0.8; }
<p style="color:#817DAB;opacity:0.8;">80%</p>
Il testo di color #817DAB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #817DAB;}
<p style="text-shadow: 3px 3px 1px #817DAB">Text here.</p>
Questo testo ha l'ombra di colore #817DAB.
.textShadow {text-shadow: 3px 3px 1px #817DAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #817DAB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #817DAB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#817DAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#817DAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #817DAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #817DAB;
-webkit-box-shadow: 1px 1px 3px 2px #817DAB;
box-shadow: 1px 1px 3px 2px #817DAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #817DAB; -webkit-box-shadow: 1px 1px 3px 2px #817DAB; box-shadow:1px 1px 3px 2px #817DAB;">
Div content here
</div>
Questo e il testo di colore #817DAB sullo sfondo nero.
Questo e il testo di colore #817DAB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #817DAB.
Questo è un testo bianco sullo sfondo del colore #817DAB.
Il colore complimentare del #hex è #7E8254..