HEX: #D6D9EB
RGB: (214,217,235)
Il colore #D6D9EB contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D6D9EB il colore web safe è #CCCCFF (#CCF).
Il colore D6D9EB in RGB è definito come 214,217,235
RGB: (214,217,235)
(84%, 85%, 92%)
R 214 da 255 = 84%
G 217 da 255 = 85%
B 235 da 255 = 92%
R + G + B ~ 87%. #D6D9EB colore chiaro.
R + G + B = 214 + 217 + 235 = 666 (100%)
R 214 da 666 ~ 32.13%
G 217 da 666 ~ 32.58%
B 235 da 666 ~ 35.29'%
Il colore #D6D9EB in CMYK è definito come 9,8,0,8.
CMYK: (9,8,0,8)
C9M8Y0K8 (9%, 8%, 0%, 8%)
(0.09 / 0.08 / 0.00 / 0.08)
Il #D6D9EB nei modelli di colore popolari.
D6 | D9 | EB | |
---|---|---|---|
RGB | 214 | 217 | 235 |
HSL | 231° | 34.43% | 88.04% |
HSB/HSV | 231° | 8.94% | 92.16% |
CMYK | 8.94% | 7.66% | 0.00% |
7.84% |
Il #D6D9EB nei modelli numerici popolari.
Esadicemale | D6 | D9 | EB |
Decimale | 214 | 217 | 235 |
Binario | 11010110 | 11011001 | 11101011 |
Ottale | 326 | 331 | 353 |
Tonalità scure del colore #D6D9EB
Tonalità chiare del colore #D6D9EB
Esempi dei codici css e html per gli elementi di colore #D6D9EB. Utilizzate rgb(214,217,235) anche al posto del codice hex.
.myTextColor { color: #D6D9EB; }
<p style="color:#D6D9EB">This sample text font color is #D6D9EB.</p>
Il colore di questo testo è #D6D9EB.
.myBgColor { background-color: #D6D9EB; }
<div style="background-color:#D6D9EB">Inner text</div>
Questo div ha lo sfondo di colore #D6D9EB.
.myBorderColor { border: 1px solid #D6D9EB; }
<div style="border:3px solid #D6D9EB">Div</div>
Questo div ha i bordi di colore D6D9EB.
.myOpacity80 { color: #D6D9EB; opacity: 0.8; }
<p style="color:#D6D9EB;opacity:0.8;">80%</p>
Il testo di color #D6D9EB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6D9EB;}
<p style="text-shadow: 3px 3px 1px #D6D9EB">Text here.</p>
Questo testo ha l'ombra di colore #D6D9EB.
.textShadow {text-shadow: 3px 3px 1px #D6D9EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6D9EB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6D9EB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6D9EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6D9EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6D9EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6D9EB;
-webkit-box-shadow: 1px 1px 3px 2px #D6D9EB;
box-shadow: 1px 1px 3px 2px #D6D9EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6D9EB; -webkit-box-shadow: 1px 1px 3px 2px #D6D9EB; box-shadow:1px 1px 3px 2px #D6D9EB;">
Div content here
</div>
Questo e il testo di colore #D6D9EB sullo sfondo nero.
Questo e il testo di colore #D6D9EB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6D9EB.
Questo è un testo bianco sullo sfondo del colore #D6D9EB.
Il colore complimentare del #D6D9EB è #292614..