HEX: #7DD8E6
RGB: (125,216,230)
Il colore #7DD8E6 contiene principalmente il verde e il blu. Per il #7DD8E6 il colore web safe è #66CCCC (#6CC).
Il colore 7DD8E6 in RGB è definito come 125,216,230
RGB: (125,216,230)
(49%, 85%, 90%)
R 125 da 255 = 49%
G 216 da 255 = 85%
B 230 da 255 = 90%
R + G + B ~ 75%. #7DD8E6 colore abbastanza chiaro.
R + G + B = 125 + 216 + 230 = 571 (100%)
R 125 da 571 ~ 21.89%
G 216 da 571 ~ 37.83%
B 230 da 571 ~ 40.28'%
Il colore #7DD8E6 in CMYK è definito come 46,6,0,10.
CMYK: (46,6,0,10) C46M6Y0K10 (46%,6%,0%,10%) (0.46/0.06/0.00/0.10)
Il #7DD8E6 nei modelli di colore popolari.
7D | D8 | E6 | |
---|---|---|---|
RGB | 125 | 216 | 230 |
HSL | 188° | 67.74% | 69.61% |
HSB/HSV | 188° | 45.65% | 90.20% |
CMYK | 45.65% | 6.09% | 0.00% |
9.80% |
Il #7DD8E6 nei modelli numerici popolari.
Esadicemale | 7D | D8 | E6 |
Decimale | 125 | 216 | 230 |
Binario | 1111101 | 11011000 | 11100110 |
Ottale | 175 | 330 | 346 |
Tonalità scure del colore #7DD8E6
Tonalità chiare del colore #7DD8E6
Esempi dei codici css e html per gli elementi di colore #7DD8E6. Utilizzate rgb(125,216,230) anche al posto del codice hex.
.myTextColor { color: #7DD8E6; }
<p style="color:#7DD8E6">This sample text font color is #7DD8E6.</p>
Il colore di questo testo è #7DD8E6.
.myBgColor { background-color: #7DD8E6; }
<div style="background-color:#7DD8E6">Inner text</div>
Questo div ha lo sfondo di colore #7DD8E6.
.myBorderColor { border: 1px solid #7DD8E6; }
<div style="border:3px solid #7DD8E6">Div</div>
Questo div ha i bordi di colore 7DD8E6.
.myOpacity80 { color: #7DD8E6; opacity: 0.8; }
<p style="color:#7DD8E6;opacity:0.8;">80%</p>
Il testo di color #7DD8E6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DD8E6;}
<p style="text-shadow: 3px 3px 1px #7DD8E6">Text here.</p>
Questo testo ha l'ombra di colore #7DD8E6.
.textShadow {text-shadow: 3px 3px 1px #7DD8E6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DD8E6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7DD8E6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DD8E6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DD8E6, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DD8E6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DD8E6;
-webkit-box-shadow: 1px 1px 3px 2px #7DD8E6;
box-shadow: 1px 1px 3px 2px #7DD8E6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DD8E6; -webkit-box-shadow: 1px 1px 3px 2px #7DD8E6; box-shadow:1px 1px 3px 2px #7DD8E6;">
Div content here
</div>
Questo e il testo di colore #7DD8E6 sullo sfondo nero.
Questo e il testo di colore #7DD8E6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7DD8E6.
Questo è un testo bianco sullo sfondo del colore #7DD8E6.
Il colore complimentare del #hex è #822719..