HEX: #D1A6DB
RGB: (209,166,219)
#D1A6DB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D1A6DB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D1A6DB wird in RGB als (209,166,219) definiert.
RGB: (209,166,219) (82%,65%,86%)
R 209 von 255 = 82%
G 166 von 255 = 65%
B 219 von 255 = 86%
R + G + B ~ 78%. #D1A6DB ziemlich helle Farbe.
R + G + B =
209 + 166 + 219 = 594 (100%)
R 209 von 594 ~ 35.19%
G 166 von 594 ~ 27.95%
B 219 von 594 ~ 36.87%
Die Farbe #D1A6DB wird in CMYK als (5,24,0,14) definiert.
CMYK: (5,24,0,14) C5M24Y0K14 (5%,24%,0%,14%) (0.05/0.24/0.00/0.14)
D1 | A6 | DB | |
---|---|---|---|
RGB | 209 | 166 | 219 |
HSL | 289° | 42.40% | 75.49% |
HSB/HSV | 289° | 24.20% | 85.88% |
CMYK | 4.57% | 24.20% | 0.00% |
14.12% |
Hexadezimal | D1 | A6 | DB |
Dezimal | 209 | 166 | 219 |
Binär | 11010001 | 10100110 | 11011011 |
Oktal | 321 | 246 | 333 |
Beispiele css- und html für Elemente in der Farbe #D1A6DB. Bitte benutzen Sie auch rgb(209,166,219) statt hex-Code.
.myTextColor { color: #D1A6DB; }
<p style="color:#D1A6DB">This sample text font color is #D1A6DB.</p>
Die Farbe dieses Textes ist #D1A6DB.
.myBgColor { background-color: #D1A6DB; }
<div style="background-color:#D1A6DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D1A6DB.
.myBorderColor { border: 1px solid #D1A6DB; }
<div style="border:3px solid #D1A6DB">Div</div>
Die Grenzen von diesem div sind in Farbe #D1A6DB.
.myOpacity80 { color: #D1A6DB; opacity: 0.8; }
<p style="color:#D1A6DB;opacity:0.8;">80%</p>
Text in Farbe #D1A6DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D1A6DB;}
<p style="text-shadow: 3px 3px 1px #D1A6DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D1A6DB.
.textShadow {text-shadow: 3px 3px 1px #D1A6DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D1A6DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D1A6DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D1A6DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D1A6DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D1A6DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D1A6DB; -webkit-box-shadow: 1px 1px 3px 2px #D1A6DB; box-shadow: 1px 1px 3px 2px #D1A6DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D1A6DB; -webkit-box-shadow: 1px 1px 3px 2px #D1A6DB; box-shadow:1px 1px 3px 2px #D1A6DB;">
Div content here</div>
Dieser Text ist in der Farbe #D1A6DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D1A6DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D1A6DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D1A6DB.