HEX: #D09BAD
RGB: (208,155,173)
#D09BAD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D09BAD ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #D09BAD wird in RGB als (208,155,173) definiert.
RGB: (208,155,173) (82%,61%,68%)
R 208 von 255 = 82%
G 155 von 255 = 61%
B 173 von 255 = 68%
R + G + B ~ 70%. #D09BAD ziemlich helle Farbe.
R + G + B =
208 + 155 + 173 = 536 (100%)
R 208 von 536 ~ 38.81%
G 155 von 536 ~ 28.92%
B 173 von 536 ~ 32.28%
Die Farbe #D09BAD wird in CMYK als (0,25,17,18) definiert.
CMYK: (0,25,17,18) C0M25Y17K18 (0%,25%,17%,18%) (0.00/0.25/0.17/0.18)
D0 | 9B | AD | |
---|---|---|---|
RGB | 208 | 155 | 173 |
HSL | 340° | 36.05% | 71.18% |
HSB/HSV | 340° | 25.48% | 81.57% |
CMYK | 0.00% | 25.48% | 16.83% |
18.43% |
Hexadezimal | D0 | 9B | AD |
Dezimal | 208 | 155 | 173 |
Binär | 11010000 | 10011011 | 10101101 |
Oktal | 320 | 233 | 255 |
Beispiele css- und html für Elemente in der Farbe #D09BAD. Bitte benutzen Sie auch rgb(208,155,173) statt hex-Code.
.myTextColor { color: #D09BAD; }
<p style="color:#D09BAD">This sample text font color is #D09BAD.</p>
Die Farbe dieses Textes ist #D09BAD.
.myBgColor { background-color: #D09BAD; }
<div style="background-color:#D09BAD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D09BAD.
.myBorderColor { border: 1px solid #D09BAD; }
<div style="border:3px solid #D09BAD">Div</div>
Die Grenzen von diesem div sind in Farbe #D09BAD.
.myOpacity80 { color: #D09BAD; opacity: 0.8; }
<p style="color:#D09BAD;opacity:0.8;">80%</p>
Text in Farbe #D09BAD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D09BAD;}
<p style="text-shadow: 3px 3px 1px #D09BAD">Text here.</p>
Dieser Text hat den Schatten in Farbe #D09BAD.
.textShadow {text-shadow: 3px 3px 1px #D09BAD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D09BAD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D09BAD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D09BAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D09BAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #D09BAD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D09BAD; -webkit-box-shadow: 1px 1px 3px 2px #D09BAD; box-shadow: 1px 1px 3px 2px #D09BAD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D09BAD; -webkit-box-shadow: 1px 1px 3px 2px #D09BAD; box-shadow:1px 1px 3px 2px #D09BAD;">
Div content here</div>
Dieser Text ist in der Farbe #D09BAD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D09BAD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D09BAD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D09BAD.