HEX: #D09ABA
RGB: (208,154,186)
#D09ABA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D09ABA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D09ABA wird in RGB als (208,154,186) definiert.
RGB: (208,154,186) (82%,60%,73%)
R 208 von 255 = 82%
G 154 von 255 = 60%
B 186 von 255 = 73%
R + G + B ~ 72%. #D09ABA ziemlich helle Farbe.
R + G + B =
208 + 154 + 186 = 548 (100%)
R 208 von 548 ~ 37.96%
G 154 von 548 ~ 28.1%
B 186 von 548 ~ 33.94%
Die Farbe #D09ABA wird in CMYK als (0,26,11,18) definiert.
CMYK: (0,26,11,18) C0M26Y11K18 (0%,26%,11%,18%) (0.00/0.26/0.11/0.18)
D0 | 9A | BA | |
---|---|---|---|
RGB | 208 | 154 | 186 |
HSL | 324° | 36.49% | 70.98% |
HSB/HSV | 324° | 25.96% | 81.57% |
CMYK | 0.00% | 25.96% | 10.58% |
18.43% |
Hexadezimal | D0 | 9A | BA |
Dezimal | 208 | 154 | 186 |
Binär | 11010000 | 10011010 | 10111010 |
Oktal | 320 | 232 | 272 |
Beispiele css- und html für Elemente in der Farbe #D09ABA. Bitte benutzen Sie auch rgb(208,154,186) statt hex-Code.
.myTextColor { color: #D09ABA; }
<p style="color:#D09ABA">This sample text font color is #D09ABA.</p>
Die Farbe dieses Textes ist #D09ABA.
.myBgColor { background-color: #D09ABA; }
<div style="background-color:#D09ABA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D09ABA.
.myBorderColor { border: 1px solid #D09ABA; }
<div style="border:3px solid #D09ABA">Div</div>
Die Grenzen von diesem div sind in Farbe #D09ABA.
.myOpacity80 { color: #D09ABA; opacity: 0.8; }
<p style="color:#D09ABA;opacity:0.8;">80%</p>
Text in Farbe #D09ABA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D09ABA;}
<p style="text-shadow: 3px 3px 1px #D09ABA">Text here.</p>
Dieser Text hat den Schatten in Farbe #D09ABA.
.textShadow {text-shadow: 3px 3px 1px #D09ABA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D09ABA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D09ABA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D09ABA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D09ABA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D09ABA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D09ABA; -webkit-box-shadow: 1px 1px 3px 2px #D09ABA; box-shadow: 1px 1px 3px 2px #D09ABA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D09ABA; -webkit-box-shadow: 1px 1px 3px 2px #D09ABA; box-shadow:1px 1px 3px 2px #D09ABA;">
Div content here</div>
Dieser Text ist in der Farbe #D09ABA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D09ABA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D09ABA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D09ABA.