HEX: #B2ABDA
RGB: (178,171,218)
#B2ABDA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B2ABDA ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #B2ABDA wird in RGB als (178,171,218) definiert.
RGB: (178,171,218)
(70%, 67%, 85%)
R 178 von 255 = 70%
G 171 von 255 = 67%
B 218 von 255 = 85%
R + G + B ~ 74%. #B2ABDA ziemlich helle Farbe.
R + G + B = 178 + 171 + 218 = 567 (100%)
R 178 von 567 ~ 31.39%
G 171 von 567 ~ 30.16%
B 218 von 567 ~ 38.45'%
Die Farbe #B2ABDA wird in CMYK als (18,22,0,15) definiert.
CMYK: (18,22,0,15)
C18M22Y0K15 (18%, 22%, 0%, 15%)
(0.18 / 0.22 / 0.00 / 0.15)
Farbe #B2ABDA in den populären Farbmodellen.
B2 | AB | DA | |
---|---|---|---|
RGB | 178 | 171 | 218 |
HSL | 249° | 38.84% | 76.27% |
HSB/HSV | 249° | 21.56% | 85.49% |
CMYK | 18.35% | 21.56% | 0.00% |
14.51% |
Die Farbe #B2ABDA in den populären Zahlensystemen.
Hexadezimal | B2 | AB | DA |
Dezimal | 178 | 171 | 218 |
Binär | 10110010 | 10101011 | 11011010 |
Oktal | 262 | 253 | 332 |
Dunkle Töne der Farbe #B2ABDA
Helle Töne der Farbe #B2ABDA
Beispiele css- und html für Elemente in der Farbe #B2ABDA. Bitte benutzen Sie auch rgb(178,171,218) statt hex-Code.
.myTextColor { color: #B2ABDA; }
<p style="color:#B2ABDA">This sample text font color is #B2ABDA.</p>
Die Farbe dieses Textes ist #B2ABDA.
.myBgColor { background-color: #B2ABDA; }
<div style="background-color:#B2ABDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B2ABDA.
.myBorderColor { border: 1px solid #B2ABDA; }
<div style="border:3px solid #B2ABDA">Div</div>
Die Grenzen von diesem div sind in Farbe #B2ABDA.
.myOpacity80 { color: #B2ABDA; opacity: 0.8; }
<p style="color:#B2ABDA;opacity:0.8;">80%</p>
Text in Farbe #B2ABDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2ABDA;}
<p style="text-shadow: 3px 3px 1px #B2ABDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #B2ABDA.
.textShadow {text-shadow: 3px 3px 1px #B2ABDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2ABDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B2ABDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2ABDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2ABDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2ABDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2ABDA;
-webkit-box-shadow: 1px 1px 3px 2px #B2ABDA;
box-shadow: 1px 1px 3px 2px #B2ABDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2ABDA; -webkit-box-shadow: 1px 1px 3px 2px #B2ABDA; box-shadow:1px 1px 3px 2px #B2ABDA;">
Div content here
</div>
Dieser Text ist in der Farbe #B2ABDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B2ABDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B2ABDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B2ABDA.
Kontrastfarbe für #hex ist #4D5425.