HEX: #D7C5EB
RGB: (215,197,235)
Il colore #D7C5EB contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D7C5EB il colore web safe è #CCCCFF (#CCF).
Il colore D7C5EB in RGB è definito come 215,197,235
RGB: (215,197,235) (84%,77%,92%)
R 215 da 255 = 84%
G 197 da 255 = 77%
B 235 da 255 = 92%
R + G + B ~ 84%. #D7C5EB colore abbastanza chiaro.
R + G + B =
215 + 197 + 235 = 647 (100%)
R 215 da 647 ~ 33.23%
G 197 da 647 ~ 30.45%
B 235 da 647 ~ 36.32%
Il colore #D7C5EB in CMYK è definito come 9,16,0,8.
CMYK: (9,16,0,8) C9M16Y0K8 (9%,16%,0%,8%) (0.09/0.16/0.00/0.08)
D7 | C5 | EB | |
---|---|---|---|
RGB | 215 | 197 | 235 |
HSL | 268° | 48.72% | 84.71% |
HSB/HSV | 268° | 16.17% | 92.16% |
CMYK | 8.51% | 16.17% | 0.00% |
7.84% |
Esadicemale | D7 | C5 | EB |
Decimale | 215 | 197 | 235 |
Binario | 11010111 | 11000101 | 11101011 |
Ottale | 327 | 305 | 353 |
Esempi dei codici css e html per gli elementi di colore #D7C5EB. Utilizzate rgb(215,197,235) anche al posto del codice hex.
.myTextColor { color: #D7C5EB; }
<p style="color:#D7C5EB">This sample text font color is #D7C5EB.</p>
Il colore di questo testo è #D7C5EB.
.myBgColor { background-color: #D7C5EB; }
<div style="background-color:#D7C5EB">Inner text</div>
Questo div ha lo sfondo di colore #D7C5EB.
.myBorderColor { border: 1px solid #D7C5EB; }
<div style="border:3px solid #D7C5EB">Div</div>
Questo div ha i bordi di colore D7C5EB.
.myOpacity80 { color: #D7C5EB; opacity: 0.8; }
<p style="color:#D7C5EB;opacity:0.8;">80%</p>
Il testo di color #D7C5EB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7C5EB;}
<p style="text-shadow: 3px 3px 1px #D7C5EB">Text here.</p>
Questo testo ha l'ombra di colore #D7C5EB.
.textShadow {text-shadow: 3px 3px 1px #D7C5EB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7C5EB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D7C5EB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7C5EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7C5EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7C5EB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D7C5EB; -webkit-box-shadow: 1px 1px 3px 2px #D7C5EB; box-shadow: 1px 1px 3px 2px #D7C5EB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D7C5EB; -webkit-box-shadow: 1px 1px 3px 2px #D7C5EB; box-shadow:1px 1px 3px 2px #D7C5EB;">
Div content here</div>
Questo e il testo di colore #D7C5EB sullo sfondo nero.
Questo e il testo di colore #D7C5EB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D7C5EB.
Questo è un testo bianco sullo sfondo del colore #D7C5EB.