HEX: #D7B4DD
RGB: (215,180,221)
#D7B4DD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D7B4DD ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #D7B4DD wird in RGB als (215,180,221) definiert.
RGB: (215,180,221) (84%,71%,87%)
R 215 von 255 = 84%
G 180 von 255 = 71%
B 221 von 255 = 87%
R + G + B ~ 81%. #D7B4DD ziemlich helle Farbe.
R + G + B =
215 + 180 + 221 = 616 (100%)
R 215 von 616 ~ 34.9%
G 180 von 616 ~ 29.22%
B 221 von 616 ~ 35.88%
Die Farbe #D7B4DD wird in CMYK als (3,19,0,13) definiert.
CMYK: (3,19,0,13) C3M19Y0K13 (3%,19%,0%,13%) (0.03/0.19/0.00/0.13)
D7 | B4 | DD | |
---|---|---|---|
RGB | 215 | 180 | 221 |
HSL | 291° | 37.61% | 78.63% |
HSB/HSV | 291° | 18.55% | 86.67% |
CMYK | 2.71% | 18.55% | 0.00% |
13.33% |
Hexadezimal | D7 | B4 | DD |
Dezimal | 215 | 180 | 221 |
Binär | 11010111 | 10110100 | 11011101 |
Oktal | 327 | 264 | 335 |
Beispiele css- und html für Elemente in der Farbe #D7B4DD. Bitte benutzen Sie auch rgb(215,180,221) statt hex-Code.
.myTextColor { color: #D7B4DD; }
<p style="color:#D7B4DD">This sample text font color is #D7B4DD.</p>
Die Farbe dieses Textes ist #D7B4DD.
.myBgColor { background-color: #D7B4DD; }
<div style="background-color:#D7B4DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D7B4DD.
.myBorderColor { border: 1px solid #D7B4DD; }
<div style="border:3px solid #D7B4DD">Div</div>
Die Grenzen von diesem div sind in Farbe #D7B4DD.
.myOpacity80 { color: #D7B4DD; opacity: 0.8; }
<p style="color:#D7B4DD;opacity:0.8;">80%</p>
Text in Farbe #D7B4DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7B4DD;}
<p style="text-shadow: 3px 3px 1px #D7B4DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #D7B4DD.
.textShadow {text-shadow: 3px 3px 1px #D7B4DD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7B4DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D7B4DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7B4DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7B4DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7B4DD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D7B4DD; -webkit-box-shadow: 1px 1px 3px 2px #D7B4DD; box-shadow: 1px 1px 3px 2px #D7B4DD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D7B4DD; -webkit-box-shadow: 1px 1px 3px 2px #D7B4DD; box-shadow:1px 1px 3px 2px #D7B4DD;">
Div content here</div>
Dieser Text ist in der Farbe #D7B4DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D7B4DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D7B4DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D7B4DD.