HEX: #D6F8AE
RGB: (214,248,174)
Il colore #D6F8AE contiene principalmente il rosso e il verde. Per il #D6F8AE il colore web safe è #CCFF99 (#CF9).
Il colore D6F8AE in RGB è definito come 214,248,174
RGB: (214,248,174) (84%,97%,68%)
R 214 da 255 = 84%
G 248 da 255 = 97%
B 174 da 255 = 68%
R + G + B ~ 83%. #D6F8AE colore abbastanza chiaro.
R + G + B =
214 + 248 + 174 = 636 (100%)
R 214 da 636 ~ 33.65%
G 248 da 636 ~ 38.99%
B 174 da 636 ~ 27.36%
Il colore #D6F8AE in CMYK è definito come 14,0,30,3.
CMYK: (14,0,30,3) C14M0Y30K3 (14%,0%,30%,3%) (0.14/0.00/0.30/0.03)
D6 | F8 | AE | |
---|---|---|---|
RGB | 214 | 248 | 174 |
HSL | 88° | 84.09% | 82.75% |
HSB/HSV | 88° | 29.84% | 97.25% |
CMYK | 13.71% | 0.00% | 29.84% |
2.75% |
Esadicemale | D6 | F8 | AE |
Decimale | 214 | 248 | 174 |
Binario | 11010110 | 11111000 | 10101110 |
Ottale | 326 | 370 | 256 |
Esempi dei codici css e html per gli elementi di colore #D6F8AE. Utilizzate rgb(214,248,174) anche al posto del codice hex.
.myTextColor { color: #D6F8AE; }
<p style="color:#D6F8AE">This sample text font color is #D6F8AE.</p>
Il colore di questo testo è #D6F8AE.
.myBgColor { background-color: #D6F8AE; }
<div style="background-color:#D6F8AE">Inner text</div>
Questo div ha lo sfondo di colore #D6F8AE.
.myBorderColor { border: 1px solid #D6F8AE; }
<div style="border:3px solid #D6F8AE">Div</div>
Questo div ha i bordi di colore D6F8AE.
.myOpacity80 { color: #D6F8AE; opacity: 0.8; }
<p style="color:#D6F8AE;opacity:0.8;">80%</p>
Il testo di color #D6F8AE e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6F8AE;}
<p style="text-shadow: 3px 3px 1px #D6F8AE">Text here.</p>
Questo testo ha l'ombra di colore #D6F8AE.
.textShadow {text-shadow: 3px 3px 1px #D6F8AE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6F8AE, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6F8AE e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6F8AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6F8AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6F8AE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6F8AE; -webkit-box-shadow: 1px 1px 3px 2px #D6F8AE; box-shadow: 1px 1px 3px 2px #D6F8AE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6F8AE; -webkit-box-shadow: 1px 1px 3px 2px #D6F8AE; box-shadow:1px 1px 3px 2px #D6F8AE;">
Div content here</div>
Questo e il testo di colore #D6F8AE sullo sfondo nero.
Questo e il testo di colore #D6F8AE sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6F8AE.
Questo è un testo bianco sullo sfondo del colore #D6F8AE.