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