HEX: #D4B8DC
RGB: (212,184,220)
#D4B8DC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D4B8DC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #D4B8DC wird in RGB als (212,184,220) definiert.
RGB: (212,184,220) (83%,72%,86%)
R 212 von 255 = 83%
G 184 von 255 = 72%
B 220 von 255 = 86%
R + G + B ~ 80%. #D4B8DC ziemlich helle Farbe.
R + G + B =
212 + 184 + 220 = 616 (100%)
R 212 von 616 ~ 34.42%
G 184 von 616 ~ 29.87%
B 220 von 616 ~ 35.71%
Die Farbe #D4B8DC wird in CMYK als (4,16,0,14) definiert.
CMYK: (4,16,0,14) C4M16Y0K14 (4%,16%,0%,14%) (0.04/0.16/0.00/0.14)
D4 | B8 | DC | |
---|---|---|---|
RGB | 212 | 184 | 220 |
HSL | 287° | 33.96% | 79.22% |
HSB/HSV | 287° | 16.36% | 86.27% |
CMYK | 3.64% | 16.36% | 0.00% |
13.73% |
Hexadezimal | D4 | B8 | DC |
Dezimal | 212 | 184 | 220 |
Binär | 11010100 | 10111000 | 11011100 |
Oktal | 324 | 270 | 334 |
Beispiele css- und html für Elemente in der Farbe #D4B8DC. Bitte benutzen Sie auch rgb(212,184,220) statt hex-Code.
.myTextColor { color: #D4B8DC; }
<p style="color:#D4B8DC">This sample text font color is #D4B8DC.</p>
Die Farbe dieses Textes ist #D4B8DC.
.myBgColor { background-color: #D4B8DC; }
<div style="background-color:#D4B8DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D4B8DC.
.myBorderColor { border: 1px solid #D4B8DC; }
<div style="border:3px solid #D4B8DC">Div</div>
Die Grenzen von diesem div sind in Farbe #D4B8DC.
.myOpacity80 { color: #D4B8DC; opacity: 0.8; }
<p style="color:#D4B8DC;opacity:0.8;">80%</p>
Text in Farbe #D4B8DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4B8DC;}
<p style="text-shadow: 3px 3px 1px #D4B8DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #D4B8DC.
.textShadow {text-shadow: 3px 3px 1px #D4B8DC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4B8DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D4B8DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4B8DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4B8DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4B8DC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D4B8DC; -webkit-box-shadow: 1px 1px 3px 2px #D4B8DC; box-shadow: 1px 1px 3px 2px #D4B8DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D4B8DC; -webkit-box-shadow: 1px 1px 3px 2px #D4B8DC; box-shadow:1px 1px 3px 2px #D4B8DC;">
Div content here</div>
Dieser Text ist in der Farbe #D4B8DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D4B8DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D4B8DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D4B8DC.