HEX: #D3C4EB
RGB: (211,196,235)
Il colore #D3C4EB contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D3C4EB il colore web safe è #CCCCFF (#CCF).
Il colore D3C4EB in RGB è definito come 211,196,235
RGB: (211,196,235) (83%,77%,92%)
R 211 da 255 = 83%
G 196 da 255 = 77%
B 235 da 255 = 92%
R + G + B ~ 84%. #D3C4EB colore abbastanza chiaro.
R + G + B =
211 + 196 + 235 = 642 (100%)
R 211 da 642 ~ 32.87%
G 196 da 642 ~ 30.53%
B 235 da 642 ~ 36.6%
Il colore #D3C4EB in CMYK è definito come 10,17,0,8.
CMYK: (10,17,0,8) C10M17Y0K8 (10%,17%,0%,8%) (0.10/0.17/0.00/0.08)
D3 | C4 | EB | |
---|---|---|---|
RGB | 211 | 196 | 235 |
HSL | 263° | 49.37% | 84.51% |
HSB/HSV | 263° | 16.60% | 92.16% |
CMYK | 10.21% | 16.60% | 0.00% |
7.84% |
Esadicemale | D3 | C4 | EB |
Decimale | 211 | 196 | 235 |
Binario | 11010011 | 11000100 | 11101011 |
Ottale | 323 | 304 | 353 |
Esempi dei codici css e html per gli elementi di colore #D3C4EB. Utilizzate rgb(211,196,235) anche al posto del codice hex.
.myTextColor { color: #D3C4EB; }
<p style="color:#D3C4EB">This sample text font color is #D3C4EB.</p>
Il colore di questo testo è #D3C4EB.
.myBgColor { background-color: #D3C4EB; }
<div style="background-color:#D3C4EB">Inner text</div>
Questo div ha lo sfondo di colore #D3C4EB.
.myBorderColor { border: 1px solid #D3C4EB; }
<div style="border:3px solid #D3C4EB">Div</div>
Questo div ha i bordi di colore D3C4EB.
.myOpacity80 { color: #D3C4EB; opacity: 0.8; }
<p style="color:#D3C4EB;opacity:0.8;">80%</p>
Il testo di color #D3C4EB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D3C4EB;}
<p style="text-shadow: 3px 3px 1px #D3C4EB">Text here.</p>
Questo testo ha l'ombra di colore #D3C4EB.
.textShadow {text-shadow: 3px 3px 1px #D3C4EB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D3C4EB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D3C4EB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D3C4EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D3C4EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D3C4EB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D3C4EB; -webkit-box-shadow: 1px 1px 3px 2px #D3C4EB; box-shadow: 1px 1px 3px 2px #D3C4EB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D3C4EB; -webkit-box-shadow: 1px 1px 3px 2px #D3C4EB; box-shadow:1px 1px 3px 2px #D3C4EB;">
Div content here</div>
Questo e il testo di colore #D3C4EB sullo sfondo nero.
Questo e il testo di colore #D3C4EB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D3C4EB.
Questo è un testo bianco sullo sfondo del colore #D3C4EB.