HEX: #D6B1ED
RGB: (214,177,237)
Il colore #D6B1ED contiene principalmente il rosso e il blu. Per il #D6B1ED il colore web safe è #CC99FF (#C9F).
Il colore D6B1ED in RGB è definito come 214,177,237
RGB: (214,177,237) (84%,69%,93%)
R 214 da 255 = 84%
G 177 da 255 = 69%
B 237 da 255 = 93%
R + G + B ~ 82%. #D6B1ED colore abbastanza chiaro.
R + G + B =
214 + 177 + 237 = 628 (100%)
R 214 da 628 ~ 34.08%
G 177 da 628 ~ 28.18%
B 237 da 628 ~ 37.74%
Il colore #D6B1ED in CMYK è definito come 10,25,0,7.
CMYK: (10,25,0,7) C10M25Y0K7 (10%,25%,0%,7%) (0.10/0.25/0.00/0.07)
D6 | B1 | ED | |
---|---|---|---|
RGB | 214 | 177 | 237 |
HSL | 277° | 62.50% | 81.18% |
HSB/HSV | 277° | 25.32% | 92.94% |
CMYK | 9.70% | 25.32% | 0.00% |
7.06% |
Esadicemale | D6 | B1 | ED |
Decimale | 214 | 177 | 237 |
Binario | 11010110 | 10110001 | 11101101 |
Ottale | 326 | 261 | 355 |
Esempi dei codici css e html per gli elementi di colore #D6B1ED. Utilizzate rgb(214,177,237) anche al posto del codice hex.
.myTextColor { color: #D6B1ED; }
<p style="color:#D6B1ED">This sample text font color is #D6B1ED.</p>
Il colore di questo testo è #D6B1ED.
.myBgColor { background-color: #D6B1ED; }
<div style="background-color:#D6B1ED">Inner text</div>
Questo div ha lo sfondo di colore #D6B1ED.
.myBorderColor { border: 1px solid #D6B1ED; }
<div style="border:3px solid #D6B1ED">Div</div>
Questo div ha i bordi di colore D6B1ED.
.myOpacity80 { color: #D6B1ED; opacity: 0.8; }
<p style="color:#D6B1ED;opacity:0.8;">80%</p>
Il testo di color #D6B1ED e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6B1ED;}
<p style="text-shadow: 3px 3px 1px #D6B1ED">Text here.</p>
Questo testo ha l'ombra di colore #D6B1ED.
.textShadow {text-shadow: 3px 3px 1px #D6B1ED, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6B1ED, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6B1ED e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6B1ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6B1ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6B1ED and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6B1ED; -webkit-box-shadow: 1px 1px 3px 2px #D6B1ED; box-shadow: 1px 1px 3px 2px #D6B1ED; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6B1ED; -webkit-box-shadow: 1px 1px 3px 2px #D6B1ED; box-shadow:1px 1px 3px 2px #D6B1ED;">
Div content here</div>
Questo e il testo di colore #D6B1ED sullo sfondo nero.
Questo e il testo di colore #D6B1ED sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6B1ED.
Questo è un testo bianco sullo sfondo del colore #D6B1ED.