HEX: #E6B4DC
RGB: (230,180,220)
#E6B4DC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6B4DC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #E6B4DC wird in RGB als (230,180,220) definiert.
RGB: (230,180,220) (90%,71%,86%)
R 230 von 255 = 90%
G 180 von 255 = 71%
B 220 von 255 = 86%
R + G + B ~ 82%. #E6B4DC ziemlich helle Farbe.
R + G + B =
230 + 180 + 220 = 630 (100%)
R 230 von 630 ~ 36.51%
G 180 von 630 ~ 28.57%
B 220 von 630 ~ 34.92%
Die Farbe #E6B4DC wird in CMYK als (0,22,4,10) definiert.
CMYK: (0,22,4,10) C0M22Y4K10 (0%,22%,4%,10%) (0.00/0.22/0.04/0.10)
E6 | B4 | DC | |
---|---|---|---|
RGB | 230 | 180 | 220 |
HSL | 312° | 50.00% | 80.39% |
HSB/HSV | 312° | 21.74% | 90.20% |
CMYK | 0.00% | 21.74% | 4.35% |
9.80% |
Hexadezimal | E6 | B4 | DC |
Dezimal | 230 | 180 | 220 |
Binär | 11100110 | 10110100 | 11011100 |
Oktal | 346 | 264 | 334 |
Beispiele css- und html für Elemente in der Farbe #E6B4DC. Bitte benutzen Sie auch rgb(230,180,220) statt hex-Code.
.myTextColor { color: #E6B4DC; }
<p style="color:#E6B4DC">This sample text font color is #E6B4DC.</p>
Die Farbe dieses Textes ist #E6B4DC.
.myBgColor { background-color: #E6B4DC; }
<div style="background-color:#E6B4DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6B4DC.
.myBorderColor { border: 1px solid #E6B4DC; }
<div style="border:3px solid #E6B4DC">Div</div>
Die Grenzen von diesem div sind in Farbe #E6B4DC.
.myOpacity80 { color: #E6B4DC; opacity: 0.8; }
<p style="color:#E6B4DC;opacity:0.8;">80%</p>
Text in Farbe #E6B4DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6B4DC;}
<p style="text-shadow: 3px 3px 1px #E6B4DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6B4DC.
.textShadow {text-shadow: 3px 3px 1px #E6B4DC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6B4DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6B4DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6B4DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6B4DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6B4DC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6B4DC; -webkit-box-shadow: 1px 1px 3px 2px #E6B4DC; box-shadow: 1px 1px 3px 2px #E6B4DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6B4DC; -webkit-box-shadow: 1px 1px 3px 2px #E6B4DC; box-shadow:1px 1px 3px 2px #E6B4DC;">
Div content here</div>
Dieser Text ist in der Farbe #E6B4DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6B4DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6B4DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6B4DC.