HEX: #A7E6ED
RGB: (167,230,237)
Il colore #A7E6ED contiene principalmente il verde e il blu. Per il #A7E6ED il colore web safe è #99CCFF (#9CF).
Il colore A7E6ED in RGB è definito come 167,230,237
RGB: (167,230,237)
(65%, 90%, 93%)
R 167 da 255 = 65%
G 230 da 255 = 90%
B 237 da 255 = 93%
R + G + B ~ 83%. #A7E6ED colore abbastanza chiaro.
R + G + B = 167 + 230 + 237 = 634 (100%)
R 167 da 634 ~ 26.34%
G 230 da 634 ~ 36.28%
B 237 da 634 ~ 37.38'%
Il colore #A7E6ED in CMYK è definito come 30,3,0,7.
CMYK: (30,3,0,7)
C30M3Y0K7 (30%, 3%, 0%, 7%)
(0.30 / 0.03 / 0.00 / 0.07)
Il #A7E6ED nei modelli di colore popolari.
A7 | E6 | ED | |
---|---|---|---|
RGB | 167 | 230 | 237 |
HSL | 186° | 66.04% | 79.22% |
HSB/HSV | 186° | 29.54% | 92.94% |
CMYK | 29.54% | 2.95% | 0.00% |
7.06% |
Il #A7E6ED nei modelli numerici popolari.
Esadicemale | A7 | E6 | ED |
Decimale | 167 | 230 | 237 |
Binario | 10100111 | 11100110 | 11101101 |
Ottale | 247 | 346 | 355 |
Tonalità scure del colore #A7E6ED
Tonalità chiare del colore #A7E6ED
Esempi dei codici css e html per gli elementi di colore #A7E6ED. Utilizzate rgb(167,230,237) anche al posto del codice hex.
.myTextColor { color: #A7E6ED; }
<p style="color:#A7E6ED">This sample text font color is #A7E6ED.</p>
Il colore di questo testo è #A7E6ED.
.myBgColor { background-color: #A7E6ED; }
<div style="background-color:#A7E6ED">Inner text</div>
Questo div ha lo sfondo di colore #A7E6ED.
.myBorderColor { border: 1px solid #A7E6ED; }
<div style="border:3px solid #A7E6ED">Div</div>
Questo div ha i bordi di colore A7E6ED.
.myOpacity80 { color: #A7E6ED; opacity: 0.8; }
<p style="color:#A7E6ED;opacity:0.8;">80%</p>
Il testo di color #A7E6ED e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7E6ED;}
<p style="text-shadow: 3px 3px 1px #A7E6ED">Text here.</p>
Questo testo ha l'ombra di colore #A7E6ED.
.textShadow {text-shadow: 3px 3px 1px #A7E6ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7E6ED, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #A7E6ED e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7E6ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7E6ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7E6ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7E6ED;
-webkit-box-shadow: 1px 1px 3px 2px #A7E6ED;
box-shadow: 1px 1px 3px 2px #A7E6ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7E6ED; -webkit-box-shadow: 1px 1px 3px 2px #A7E6ED; box-shadow:1px 1px 3px 2px #A7E6ED;">
Div content here
</div>
Questo e il testo di colore #A7E6ED sullo sfondo nero.
Questo e il testo di colore #A7E6ED sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #A7E6ED.
Questo è un testo bianco sullo sfondo del colore #A7E6ED.
Il colore complimentare del #hex è #581912..