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