HEX: #7E8ED0
RGB: (126,142,208)
Il colore #7E8ED0 contiene principalmente il blu. Per il #7E8ED0 il colore web safe è #6699CC (#69C).
Il colore 7E8ED0 in RGB è definito come 126,142,208
RGB: (126,142,208) (49%,56%,82%)
R 126 da 255 = 49%
G 142 da 255 = 56%
B 208 da 255 = 82%
R + G + B ~ 62%. #7E8ED0 colore abbastanza chiaro.
R + G + B =
126 + 142 + 208 = 476 (100%)
R 126 da 476 ~ 26.47%
G 142 da 476 ~ 29.83%
B 208 da 476 ~ 43.7%
Il colore #7E8ED0 in CMYK è definito come 39,32,0,18.
CMYK: (39,32,0,18) C39M32Y0K18 (39%,32%,0%,18%) (0.39/0.32/0.00/0.18)
7E | 8E | D0 | |
---|---|---|---|
RGB | 126 | 142 | 208 |
HSL | 228° | 46.59% | 65.49% |
HSB/HSV | 228° | 39.42% | 81.57% |
CMYK | 39.42% | 31.73% | 0.00% |
18.43% |
Esadicemale | 7E | 8E | D0 |
Decimale | 126 | 142 | 208 |
Binario | 1111110 | 10001110 | 11010000 |
Ottale | 176 | 216 | 320 |
Esempi dei codici css e html per gli elementi di colore #7E8ED0. Utilizzate rgb(126,142,208) anche al posto del codice hex.
.myTextColor { color: #7E8ED0; }
<p style="color:#7E8ED0">This sample text font color is #7E8ED0.</p>
Il colore di questo testo è #7E8ED0.
.myBgColor { background-color: #7E8ED0; }
<div style="background-color:#7E8ED0">Inner text</div>
Questo div ha lo sfondo di colore #7E8ED0.
.myBorderColor { border: 1px solid #7E8ED0; }
<div style="border:3px solid #7E8ED0">Div</div>
Questo div ha i bordi di colore 7E8ED0.
.myOpacity80 { color: #7E8ED0; opacity: 0.8; }
<p style="color:#7E8ED0;opacity:0.8;">80%</p>
Il testo di color #7E8ED0 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E8ED0;}
<p style="text-shadow: 3px 3px 1px #7E8ED0">Text here.</p>
Questo testo ha l'ombra di colore #7E8ED0.
.textShadow {text-shadow: 3px 3px 1px #7E8ED0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E8ED0, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7E8ED0 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E8ED0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E8ED0, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E8ED0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E8ED0; -webkit-box-shadow: 1px 1px 3px 2px #7E8ED0; box-shadow: 1px 1px 3px 2px #7E8ED0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E8ED0; -webkit-box-shadow: 1px 1px 3px 2px #7E8ED0; box-shadow:1px 1px 3px 2px #7E8ED0;">
Div content here</div>
Questo e il testo di colore #7E8ED0 sullo sfondo nero.
Questo e il testo di colore #7E8ED0 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7E8ED0.
Questo è un testo bianco sullo sfondo del colore #7E8ED0.