HEX: #B4AFDB
RGB: (180,175,219)
#B4AFDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4AFDB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B4AFDB wird in RGB als (180,175,219) definiert.
RGB: (180,175,219)
(71%, 69%, 86%)
R 180 von 255 = 71%
G 175 von 255 = 69%
B 219 von 255 = 86%
R + G + B ~ 75%. #B4AFDB ziemlich helle Farbe.
R + G + B = 180 + 175 + 219 = 574 (100%)
R 180 von 574 ~ 31.36%
G 175 von 574 ~ 30.49%
B 219 von 574 ~ 38.15'%
Die Farbe #B4AFDB wird in CMYK als (18,20,0,14) definiert.
CMYK: (18,20,0,14)
C18M20Y0K14 (18%, 20%, 0%, 14%)
(0.18 / 0.20 / 0.00 / 0.14)
Farbe #B4AFDB in den populären Farbmodellen.
B4 | AF | DB | |
---|---|---|---|
RGB | 180 | 175 | 219 |
HSL | 247° | 37.93% | 77.25% |
HSB/HSV | 247° | 20.09% | 85.88% |
CMYK | 17.81% | 20.09% | 0.00% |
14.12% |
Die Farbe #B4AFDB in den populären Zahlensystemen.
Hexadezimal | B4 | AF | DB |
Dezimal | 180 | 175 | 219 |
Binär | 10110100 | 10101111 | 11011011 |
Oktal | 264 | 257 | 333 |
Dunkle Töne der Farbe #B4AFDB
Helle Töne der Farbe #B4AFDB
Beispiele css- und html für Elemente in der Farbe #B4AFDB. Bitte benutzen Sie auch rgb(180,175,219) statt hex-Code.
.myTextColor { color: #B4AFDB; }
<p style="color:#B4AFDB">This sample text font color is #B4AFDB.</p>
Die Farbe dieses Textes ist #B4AFDB.
.myBgColor { background-color: #B4AFDB; }
<div style="background-color:#B4AFDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4AFDB.
.myBorderColor { border: 1px solid #B4AFDB; }
<div style="border:3px solid #B4AFDB">Div</div>
Die Grenzen von diesem div sind in Farbe #B4AFDB.
.myOpacity80 { color: #B4AFDB; opacity: 0.8; }
<p style="color:#B4AFDB;opacity:0.8;">80%</p>
Text in Farbe #B4AFDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4AFDB;}
<p style="text-shadow: 3px 3px 1px #B4AFDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4AFDB.
.textShadow {text-shadow: 3px 3px 1px #B4AFDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4AFDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4AFDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4AFDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4AFDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4AFDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4AFDB;
-webkit-box-shadow: 1px 1px 3px 2px #B4AFDB;
box-shadow: 1px 1px 3px 2px #B4AFDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4AFDB; -webkit-box-shadow: 1px 1px 3px 2px #B4AFDB; box-shadow:1px 1px 3px 2px #B4AFDB;">
Div content here
</div>
Dieser Text ist in der Farbe #B4AFDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4AFDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4AFDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4AFDB.
Kontrastfarbe für #hex ist #4B5024.