HEX: #D9BDEB
RGB: (217,189,235)
#D9BDEB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D9BDEB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #D9BDEB wird in RGB als (217,189,235) definiert.
RGB: (217,189,235) (85%,74%,92%)
R 217 von 255 = 85%
G 189 von 255 = 74%
B 235 von 255 = 92%
R + G + B ~ 84%. #D9BDEB ziemlich helle Farbe.
R + G + B =
217 + 189 + 235 = 641 (100%)
R 217 von 641 ~ 33.85%
G 189 von 641 ~ 29.49%
B 235 von 641 ~ 36.66%
Die Farbe #D9BDEB wird in CMYK als (8,20,0,8) definiert.
CMYK: (8,20,0,8) C8M20Y0K8 (8%,20%,0%,8%) (0.08/0.20/0.00/0.08)
D9 | BD | EB | |
---|---|---|---|
RGB | 217 | 189 | 235 |
HSL | 277° | 53.49% | 83.14% |
HSB/HSV | 277° | 19.57% | 92.16% |
CMYK | 7.66% | 19.57% | 0.00% |
7.84% |
Hexadezimal | D9 | BD | EB |
Dezimal | 217 | 189 | 235 |
Binär | 11011001 | 10111101 | 11101011 |
Oktal | 331 | 275 | 353 |
Beispiele css- und html für Elemente in der Farbe #D9BDEB. Bitte benutzen Sie auch rgb(217,189,235) statt hex-Code.
.myTextColor { color: #D9BDEB; }
<p style="color:#D9BDEB">This sample text font color is #D9BDEB.</p>
Die Farbe dieses Textes ist #D9BDEB.
.myBgColor { background-color: #D9BDEB; }
<div style="background-color:#D9BDEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D9BDEB.
.myBorderColor { border: 1px solid #D9BDEB; }
<div style="border:3px solid #D9BDEB">Div</div>
Die Grenzen von diesem div sind in Farbe #D9BDEB.
.myOpacity80 { color: #D9BDEB; opacity: 0.8; }
<p style="color:#D9BDEB;opacity:0.8;">80%</p>
Text in Farbe #D9BDEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9BDEB;}
<p style="text-shadow: 3px 3px 1px #D9BDEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D9BDEB.
.textShadow {text-shadow: 3px 3px 1px #D9BDEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9BDEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D9BDEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9BDEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9BDEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9BDEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D9BDEB; -webkit-box-shadow: 1px 1px 3px 2px #D9BDEB; box-shadow: 1px 1px 3px 2px #D9BDEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D9BDEB; -webkit-box-shadow: 1px 1px 3px 2px #D9BDEB; box-shadow:1px 1px 3px 2px #D9BDEB;">
Div content here</div>
Dieser Text ist in der Farbe #D9BDEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D9BDEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D9BDEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D9BDEB.