HEX: #7DB199
RGB: (125,177,153)
Il colore #7DB199 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7DB199 il colore web safe è #669999 (#699).
Il colore 7DB199 in RGB è definito come 125,177,153
RGB: (125,177,153) (49%,69%,60%)
R 125 da 255 = 49%
G 177 da 255 = 69%
B 153 da 255 = 60%
R + G + B ~ 59%. #7DB199 colore medio (né scuro né chiaro).
R + G + B =
125 + 177 + 153 = 455 (100%)
R 125 da 455 ~ 27.47%
G 177 da 455 ~ 38.9%
B 153 da 455 ~ 33.63%
Il colore #7DB199 in CMYK è definito come 29,0,14,31.
CMYK: (29,0,14,31) C29M0Y14K31 (29%,0%,14%,31%) (0.29/0.00/0.14/0.31)
7D | B1 | 99 | |
---|---|---|---|
RGB | 125 | 177 | 153 |
HSL | 152° | 25.00% | 59.22% |
HSB/HSV | 152° | 29.38% | 69.41% |
CMYK | 29.38% | 0.00% | 13.56% |
30.59% |
Esadicemale | 7D | B1 | 99 |
Decimale | 125 | 177 | 153 |
Binario | 1111101 | 10110001 | 10011001 |
Ottale | 175 | 261 | 231 |
Esempi dei codici css e html per gli elementi di colore #7DB199. Utilizzate rgb(125,177,153) anche al posto del codice hex.
.myTextColor { color: #7DB199; }
<p style="color:#7DB199">This sample text font color is #7DB199.</p>
Il colore di questo testo è #7DB199.
.myBgColor { background-color: #7DB199; }
<div style="background-color:#7DB199">Inner text</div>
Questo div ha lo sfondo di colore #7DB199.
.myBorderColor { border: 1px solid #7DB199; }
<div style="border:3px solid #7DB199">Div</div>
Questo div ha i bordi di colore 7DB199.
.myOpacity80 { color: #7DB199; opacity: 0.8; }
<p style="color:#7DB199;opacity:0.8;">80%</p>
Il testo di color #7DB199 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DB199;}
<p style="text-shadow: 3px 3px 1px #7DB199">Text here.</p>
Questo testo ha l'ombra di colore #7DB199.
.textShadow {text-shadow: 3px 3px 1px #7DB199, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DB199, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7DB199 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DB199, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DB199, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DB199 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7DB199; -webkit-box-shadow: 1px 1px 3px 2px #7DB199; box-shadow: 1px 1px 3px 2px #7DB199; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7DB199; -webkit-box-shadow: 1px 1px 3px 2px #7DB199; box-shadow:1px 1px 3px 2px #7DB199;">
Div content here</div>
Questo e il testo di colore #7DB199 sullo sfondo nero.
Questo e il testo di colore #7DB199 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7DB199.
Questo è un testo bianco sullo sfondo del colore #7DB199.