HEX: #7E878D
RGB: (126,135,141)
Il colore #7E878D contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7E878D il colore web safe è #669999 (#699).
Il colore 7E878D in RGB è definito come 126,135,141
RGB: (126,135,141) (49%,53%,55%)
R 126 da 255 = 49%
G 135 da 255 = 53%
B 141 da 255 = 55%
R + G + B ~ 52%. #7E878D colore medio (né scuro né chiaro).
R + G + B =
126 + 135 + 141 = 402 (100%)
R 126 da 402 ~ 31.34%
G 135 da 402 ~ 33.58%
B 141 da 402 ~ 35.07%
Il colore #7E878D in CMYK è definito come 11,4,0,45.
CMYK: (11,4,0,45) C11M4Y0K45 (11%,4%,0%,45%) (0.11/0.04/0.00/0.45)
7E | 87 | 8D | |
---|---|---|---|
RGB | 126 | 135 | 141 |
HSL | 204° | 6.17% | 52.35% |
HSB/HSV | 204° | 10.64% | 55.29% |
CMYK | 10.64% | 4.26% | 0.00% |
44.71% |
Esadicemale | 7E | 87 | 8D |
Decimale | 126 | 135 | 141 |
Binario | 1111110 | 10000111 | 10001101 |
Ottale | 176 | 207 | 215 |
Esempi dei codici css e html per gli elementi di colore #7E878D. Utilizzate rgb(126,135,141) anche al posto del codice hex.
.myTextColor { color: #7E878D; }
<p style="color:#7E878D">This sample text font color is #7E878D.</p>
Il colore di questo testo è #7E878D.
.myBgColor { background-color: #7E878D; }
<div style="background-color:#7E878D">Inner text</div>
Questo div ha lo sfondo di colore #7E878D.
.myBorderColor { border: 1px solid #7E878D; }
<div style="border:3px solid #7E878D">Div</div>
Questo div ha i bordi di colore 7E878D.
.myOpacity80 { color: #7E878D; opacity: 0.8; }
<p style="color:#7E878D;opacity:0.8;">80%</p>
Il testo di color #7E878D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E878D;}
<p style="text-shadow: 3px 3px 1px #7E878D">Text here.</p>
Questo testo ha l'ombra di colore #7E878D.
.textShadow {text-shadow: 3px 3px 1px #7E878D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E878D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7E878D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E878D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E878D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E878D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E878D; -webkit-box-shadow: 1px 1px 3px 2px #7E878D; box-shadow: 1px 1px 3px 2px #7E878D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E878D; -webkit-box-shadow: 1px 1px 3px 2px #7E878D; box-shadow:1px 1px 3px 2px #7E878D;">
Div content here</div>
Questo e il testo di colore #7E878D sullo sfondo nero.
Questo e il testo di colore #7E878D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7E878D.
Questo è un testo bianco sullo sfondo del colore #7E878D.