HEX: #D0ACDC
RGB: (208,172,220)
#D0ACDC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D0ACDC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D0ACDC wird in RGB als (208,172,220) definiert.
RGB: (208,172,220) (82%,67%,86%)
R 208 von 255 = 82%
G 172 von 255 = 67%
B 220 von 255 = 86%
R + G + B ~ 78%. #D0ACDC ziemlich helle Farbe.
R + G + B =
208 + 172 + 220 = 600 (100%)
R 208 von 600 ~ 34.67%
G 172 von 600 ~ 28.67%
B 220 von 600 ~ 36.67%
Die Farbe #D0ACDC wird in CMYK als (5,22,0,14) definiert.
CMYK: (5,22,0,14) C5M22Y0K14 (5%,22%,0%,14%) (0.05/0.22/0.00/0.14)
D0 | AC | DC | |
---|---|---|---|
RGB | 208 | 172 | 220 |
HSL | 285° | 40.68% | 76.86% |
HSB/HSV | 285° | 21.82% | 86.27% |
CMYK | 5.45% | 21.82% | 0.00% |
13.73% |
Hexadezimal | D0 | AC | DC |
Dezimal | 208 | 172 | 220 |
Binär | 11010000 | 10101100 | 11011100 |
Oktal | 320 | 254 | 334 |
Beispiele css- und html für Elemente in der Farbe #D0ACDC. Bitte benutzen Sie auch rgb(208,172,220) statt hex-Code.
.myTextColor { color: #D0ACDC; }
<p style="color:#D0ACDC">This sample text font color is #D0ACDC.</p>
Die Farbe dieses Textes ist #D0ACDC.
.myBgColor { background-color: #D0ACDC; }
<div style="background-color:#D0ACDC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D0ACDC.
.myBorderColor { border: 1px solid #D0ACDC; }
<div style="border:3px solid #D0ACDC">Div</div>
Die Grenzen von diesem div sind in Farbe #D0ACDC.
.myOpacity80 { color: #D0ACDC; opacity: 0.8; }
<p style="color:#D0ACDC;opacity:0.8;">80%</p>
Text in Farbe #D0ACDC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D0ACDC;}
<p style="text-shadow: 3px 3px 1px #D0ACDC">Text here.</p>
Dieser Text hat den Schatten in Farbe #D0ACDC.
.textShadow {text-shadow: 3px 3px 1px #D0ACDC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D0ACDC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D0ACDC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D0ACDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D0ACDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D0ACDC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D0ACDC; -webkit-box-shadow: 1px 1px 3px 2px #D0ACDC; box-shadow: 1px 1px 3px 2px #D0ACDC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D0ACDC; -webkit-box-shadow: 1px 1px 3px 2px #D0ACDC; box-shadow:1px 1px 3px 2px #D0ACDC;">
Div content here</div>
Dieser Text ist in der Farbe #D0ACDC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D0ACDC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D0ACDC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D0ACDC.