HEX: #D7BCDA
RGB: (215,188,218)
#D7BCDA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D7BCDA ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #D7BCDA wird in RGB als (215,188,218) definiert.
RGB: (215,188,218) (84%,74%,85%)
R 215 von 255 = 84%
G 188 von 255 = 74%
B 218 von 255 = 85%
R + G + B ~ 81%. #D7BCDA ziemlich helle Farbe.
R + G + B =
215 + 188 + 218 = 621 (100%)
R 215 von 621 ~ 34.62%
G 188 von 621 ~ 30.27%
B 218 von 621 ~ 35.1%
Die Farbe #D7BCDA wird in CMYK als (1,14,0,15) definiert.
CMYK: (1,14,0,15) C1M14Y0K15 (1%,14%,0%,15%) (0.01/0.14/0.00/0.15)
D7 | BC | DA | |
---|---|---|---|
RGB | 215 | 188 | 218 |
HSL | 294° | 28.85% | 79.61% |
HSB/HSV | 294° | 13.76% | 85.49% |
CMYK | 1.38% | 13.76% | 0.00% |
14.51% |
Hexadezimal | D7 | BC | DA |
Dezimal | 215 | 188 | 218 |
Binär | 11010111 | 10111100 | 11011010 |
Oktal | 327 | 274 | 332 |
Beispiele css- und html für Elemente in der Farbe #D7BCDA. Bitte benutzen Sie auch rgb(215,188,218) statt hex-Code.
.myTextColor { color: #D7BCDA; }
<p style="color:#D7BCDA">This sample text font color is #D7BCDA.</p>
Die Farbe dieses Textes ist #D7BCDA.
.myBgColor { background-color: #D7BCDA; }
<div style="background-color:#D7BCDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D7BCDA.
.myBorderColor { border: 1px solid #D7BCDA; }
<div style="border:3px solid #D7BCDA">Div</div>
Die Grenzen von diesem div sind in Farbe #D7BCDA.
.myOpacity80 { color: #D7BCDA; opacity: 0.8; }
<p style="color:#D7BCDA;opacity:0.8;">80%</p>
Text in Farbe #D7BCDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7BCDA;}
<p style="text-shadow: 3px 3px 1px #D7BCDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #D7BCDA.
.textShadow {text-shadow: 3px 3px 1px #D7BCDA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7BCDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D7BCDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7BCDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7BCDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7BCDA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D7BCDA; -webkit-box-shadow: 1px 1px 3px 2px #D7BCDA; box-shadow: 1px 1px 3px 2px #D7BCDA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D7BCDA; -webkit-box-shadow: 1px 1px 3px 2px #D7BCDA; box-shadow:1px 1px 3px 2px #D7BCDA;">
Div content here</div>
Dieser Text ist in der Farbe #D7BCDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D7BCDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D7BCDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D7BCDA.