HEX: #7EA4B4
RGB: (126,164,180)
Il colore #7EA4B4 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7EA4B4 il colore web safe è #6699CC (#69C).
Il colore 7EA4B4 in RGB è definito come 126,164,180
RGB: (126,164,180) (49%,64%,71%)
R 126 da 255 = 49%
G 164 da 255 = 64%
B 180 da 255 = 71%
R + G + B ~ 61%. #7EA4B4 colore abbastanza chiaro.
R + G + B =
126 + 164 + 180 = 470 (100%)
R 126 da 470 ~ 26.81%
G 164 da 470 ~ 34.89%
B 180 da 470 ~ 38.3%
Il colore #7EA4B4 in CMYK è definito come 30,9,0,29.
CMYK: (30,9,0,29) C30M9Y0K29 (30%,9%,0%,29%) (0.30/0.09/0.00/0.29)
7E | A4 | B4 | |
---|---|---|---|
RGB | 126 | 164 | 180 |
HSL | 198° | 26.47% | 60.00% |
HSB/HSV | 198° | 30.00% | 70.59% |
CMYK | 30.00% | 8.89% | 0.00% |
29.41% |
Esadicemale | 7E | A4 | B4 |
Decimale | 126 | 164 | 180 |
Binario | 1111110 | 10100100 | 10110100 |
Ottale | 176 | 244 | 264 |
Esempi dei codici css e html per gli elementi di colore #7EA4B4. Utilizzate rgb(126,164,180) anche al posto del codice hex.
.myTextColor { color: #7EA4B4; }
<p style="color:#7EA4B4">This sample text font color is #7EA4B4.</p>
Il colore di questo testo è #7EA4B4.
.myBgColor { background-color: #7EA4B4; }
<div style="background-color:#7EA4B4">Inner text</div>
Questo div ha lo sfondo di colore #7EA4B4.
.myBorderColor { border: 1px solid #7EA4B4; }
<div style="border:3px solid #7EA4B4">Div</div>
Questo div ha i bordi di colore 7EA4B4.
.myOpacity80 { color: #7EA4B4; opacity: 0.8; }
<p style="color:#7EA4B4;opacity:0.8;">80%</p>
Il testo di color #7EA4B4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EA4B4;}
<p style="text-shadow: 3px 3px 1px #7EA4B4">Text here.</p>
Questo testo ha l'ombra di colore #7EA4B4.
.textShadow {text-shadow: 3px 3px 1px #7EA4B4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EA4B4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7EA4B4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EA4B4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EA4B4, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EA4B4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EA4B4; -webkit-box-shadow: 1px 1px 3px 2px #7EA4B4; box-shadow: 1px 1px 3px 2px #7EA4B4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EA4B4; -webkit-box-shadow: 1px 1px 3px 2px #7EA4B4; box-shadow:1px 1px 3px 2px #7EA4B4;">
Div content here</div>
Questo e il testo di colore #7EA4B4 sullo sfondo nero.
Questo e il testo di colore #7EA4B4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7EA4B4.
Questo è un testo bianco sullo sfondo del colore #7EA4B4.