HEX: #B4ABCC
RGB: (180,171,204)
#B4ABCC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4ABCC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B4ABCC wird in RGB als (180,171,204) definiert.
RGB: (180,171,204)
(71%, 67%, 80%)
R 180 von 255 = 71%
G 171 von 255 = 67%
B 204 von 255 = 80%
R + G + B ~ 73%. #B4ABCC ziemlich helle Farbe.
R + G + B = 180 + 171 + 204 = 555 (100%)
R 180 von 555 ~ 32.43%
G 171 von 555 ~ 30.81%
B 204 von 555 ~ 36.76'%
Die Farbe #B4ABCC wird in CMYK als (12,16,0,20) definiert.
CMYK: (12,16,0,20)
C12M16Y0K20 (12%, 16%, 0%, 20%)
(0.12 / 0.16 / 0.00 / 0.20)
Farbe #B4ABCC in den populären Farbmodellen.
B4 | AB | CC | |
---|---|---|---|
RGB | 180 | 171 | 204 |
HSL | 256° | 24.44% | 73.53% |
HSB/HSV | 256° | 16.18% | 80.00% |
CMYK | 11.76% | 16.18% | 0.00% |
20.00% |
Die Farbe #B4ABCC in den populären Zahlensystemen.
Hexadezimal | B4 | AB | CC |
Dezimal | 180 | 171 | 204 |
Binär | 10110100 | 10101011 | 11001100 |
Oktal | 264 | 253 | 314 |
Dunkle Töne der Farbe #B4ABCC
Helle Töne der Farbe #B4ABCC
Beispiele css- und html für Elemente in der Farbe #B4ABCC. Bitte benutzen Sie auch rgb(180,171,204) statt hex-Code.
.myTextColor { color: #B4ABCC; }
<p style="color:#B4ABCC">This sample text font color is #B4ABCC.</p>
Die Farbe dieses Textes ist #B4ABCC.
.myBgColor { background-color: #B4ABCC; }
<div style="background-color:#B4ABCC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4ABCC.
.myBorderColor { border: 1px solid #B4ABCC; }
<div style="border:3px solid #B4ABCC">Div</div>
Die Grenzen von diesem div sind in Farbe #B4ABCC.
.myOpacity80 { color: #B4ABCC; opacity: 0.8; }
<p style="color:#B4ABCC;opacity:0.8;">80%</p>
Text in Farbe #B4ABCC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4ABCC;}
<p style="text-shadow: 3px 3px 1px #B4ABCC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4ABCC.
.textShadow {text-shadow: 3px 3px 1px #B4ABCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4ABCC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4ABCC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4ABCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4ABCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4ABCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4ABCC;
-webkit-box-shadow: 1px 1px 3px 2px #B4ABCC;
box-shadow: 1px 1px 3px 2px #B4ABCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4ABCC; -webkit-box-shadow: 1px 1px 3px 2px #B4ABCC; box-shadow:1px 1px 3px 2px #B4ABCC;">
Div content here
</div>
Dieser Text ist in der Farbe #B4ABCC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4ABCC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4ABCC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4ABCC.
Kontrastfarbe für #B4ABCC ist #4B5433.