HEX: #D6E78D
RGB: (214,231,141)
Il colore #D6E78D contiene principalmente il rosso e il verde. Per il #D6E78D il colore web safe è #CCFF99 (#CF9).
Il colore D6E78D in RGB è definito come 214,231,141
RGB: (214,231,141)
(84%, 91%, 55%)
R 214 da 255 = 84%
G 231 da 255 = 91%
B 141 da 255 = 55%
R + G + B ~ 77%. #D6E78D colore abbastanza chiaro.
R + G + B = 214 + 231 + 141 = 586 (100%)
R 214 da 586 ~ 36.52%
G 231 da 586 ~ 39.42%
B 141 da 586 ~ 24.06'%
Il colore #D6E78D in CMYK è definito come 7,0,39,9.
CMYK: (7,0,39,9)
C7M0Y39K9 (7%, 0%, 39%, 9%)
(0.07 / 0.00 / 0.39 / 0.09)
Il #D6E78D nei modelli di colore popolari.
D6 | E7 | 8D | |
---|---|---|---|
RGB | 214 | 231 | 141 |
HSL | 71° | 65.22% | 72.94% |
HSB/HSV | 71° | 38.96% | 90.59% |
CMYK | 7.36% | 0.00% | 38.96% |
9.41% |
Il #D6E78D nei modelli numerici popolari.
Esadicemale | D6 | E7 | 8D |
Decimale | 214 | 231 | 141 |
Binario | 11010110 | 11100111 | 10001101 |
Ottale | 326 | 347 | 215 |
Tonalità scure del colore #D6E78D
Tonalità chiare del colore #D6E78D
Esempi dei codici css e html per gli elementi di colore #D6E78D. Utilizzate rgb(214,231,141) anche al posto del codice hex.
.myTextColor { color: #D6E78D; }
<p style="color:#D6E78D">This sample text font color is #D6E78D.</p>
Il colore di questo testo è #D6E78D.
.myBgColor { background-color: #D6E78D; }
<div style="background-color:#D6E78D">Inner text</div>
Questo div ha lo sfondo di colore #D6E78D.
.myBorderColor { border: 1px solid #D6E78D; }
<div style="border:3px solid #D6E78D">Div</div>
Questo div ha i bordi di colore D6E78D.
.myOpacity80 { color: #D6E78D; opacity: 0.8; }
<p style="color:#D6E78D;opacity:0.8;">80%</p>
Il testo di color #D6E78D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6E78D;}
<p style="text-shadow: 3px 3px 1px #D6E78D">Text here.</p>
Questo testo ha l'ombra di colore #D6E78D.
.textShadow {text-shadow: 3px 3px 1px #D6E78D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6E78D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6E78D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6E78D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6E78D, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6E78D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6E78D;
-webkit-box-shadow: 1px 1px 3px 2px #D6E78D;
box-shadow: 1px 1px 3px 2px #D6E78D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6E78D; -webkit-box-shadow: 1px 1px 3px 2px #D6E78D; box-shadow:1px 1px 3px 2px #D6E78D;">
Div content here
</div>
Questo e il testo di colore #D6E78D sullo sfondo nero.
Questo e il testo di colore #D6E78D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6E78D.
Questo è un testo bianco sullo sfondo del colore #D6E78D.
Il colore complimentare del #hex è #291872..