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