HEX: #E6BCDB
RGB: (230,188,219)
#E6BCDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6BCDB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #E6BCDB wird in RGB als (230,188,219) definiert.
RGB: (230,188,219)
(90%, 74%, 86%)
R 230 von 255 = 90%
G 188 von 255 = 74%
B 219 von 255 = 86%
R + G + B ~ 83%. #E6BCDB ziemlich helle Farbe.
R + G + B = 230 + 188 + 219 = 637 (100%)
R 230 von 637 ~ 36.11%
G 188 von 637 ~ 29.51%
B 219 von 637 ~ 34.38'%
Die Farbe #E6BCDB wird in CMYK als (0,18,5,10) definiert.
CMYK: (0,18,5,10)
C0M18Y5K10 (0%, 18%, 5%, 10%)
(0.00 / 0.18 / 0.05 / 0.10)
Farbe #E6BCDB in den populären Farbmodellen.
E6 | BC | DB | |
---|---|---|---|
RGB | 230 | 188 | 219 |
HSL | 316° | 45.65% | 81.96% |
HSB/HSV | 316° | 18.26% | 90.20% |
CMYK | 0.00% | 18.26% | 4.78% |
9.80% |
Die Farbe #E6BCDB in den populären Zahlensystemen.
Hexadezimal | E6 | BC | DB |
Dezimal | 230 | 188 | 219 |
Binär | 11100110 | 10111100 | 11011011 |
Oktal | 346 | 274 | 333 |
Dunkle Töne der Farbe #E6BCDB
Helle Töne der Farbe #E6BCDB
Beispiele css- und html für Elemente in der Farbe #E6BCDB. Bitte benutzen Sie auch rgb(230,188,219) statt hex-Code.
.myTextColor { color: #E6BCDB; }
<p style="color:#E6BCDB">This sample text font color is #E6BCDB.</p>
Die Farbe dieses Textes ist #E6BCDB.
.myBgColor { background-color: #E6BCDB; }
<div style="background-color:#E6BCDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6BCDB.
.myBorderColor { border: 1px solid #E6BCDB; }
<div style="border:3px solid #E6BCDB">Div</div>
Die Grenzen von diesem div sind in Farbe #E6BCDB.
.myOpacity80 { color: #E6BCDB; opacity: 0.8; }
<p style="color:#E6BCDB;opacity:0.8;">80%</p>
Text in Farbe #E6BCDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6BCDB;}
<p style="text-shadow: 3px 3px 1px #E6BCDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6BCDB.
.textShadow {text-shadow: 3px 3px 1px #E6BCDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6BCDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6BCDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6BCDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6BCDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6BCDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6BCDB;
-webkit-box-shadow: 1px 1px 3px 2px #E6BCDB;
box-shadow: 1px 1px 3px 2px #E6BCDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6BCDB; -webkit-box-shadow: 1px 1px 3px 2px #E6BCDB; box-shadow:1px 1px 3px 2px #E6BCDB;">
Div content here
</div>
Dieser Text ist in der Farbe #E6BCDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6BCDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6BCDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6BCDB.
Kontrastfarbe für #hex ist #194324.