HEX: #B4A8CB
RGB: (180,168,203)
#B4A8CB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4A8CB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B4A8CB wird in RGB als (180,168,203) definiert.
RGB: (180,168,203) (71%,66%,80%)
R 180 von 255 = 71%
G 168 von 255 = 66%
B 203 von 255 = 80%
R + G + B ~ 72%. #B4A8CB ziemlich helle Farbe.
R + G + B =
180 + 168 + 203 = 551 (100%)
R 180 von 551 ~ 32.67%
G 168 von 551 ~ 30.49%
B 203 von 551 ~ 36.84%
Die Farbe #B4A8CB wird in CMYK als (11,17,0,20) definiert.
CMYK: (11,17,0,20) C11M17Y0K20 (11%,17%,0%,20%) (0.11/0.17/0.00/0.20)
B4 | A8 | CB | |
---|---|---|---|
RGB | 180 | 168 | 203 |
HSL | 261° | 25.18% | 72.75% |
HSB/HSV | 261° | 17.24% | 79.61% |
CMYK | 11.33% | 17.24% | 0.00% |
20.39% |
Hexadezimal | B4 | A8 | CB |
Dezimal | 180 | 168 | 203 |
Binär | 10110100 | 10101000 | 11001011 |
Oktal | 264 | 250 | 313 |
Beispiele css- und html für Elemente in der Farbe #B4A8CB. Bitte benutzen Sie auch rgb(180,168,203) statt hex-Code.
.myTextColor { color: #B4A8CB; }
<p style="color:#B4A8CB">This sample text font color is #B4A8CB.</p>
Die Farbe dieses Textes ist #B4A8CB.
.myBgColor { background-color: #B4A8CB; }
<div style="background-color:#B4A8CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4A8CB.
.myBorderColor { border: 1px solid #B4A8CB; }
<div style="border:3px solid #B4A8CB">Div</div>
Die Grenzen von diesem div sind in Farbe #B4A8CB.
.myOpacity80 { color: #B4A8CB; opacity: 0.8; }
<p style="color:#B4A8CB;opacity:0.8;">80%</p>
Text in Farbe #B4A8CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4A8CB;}
<p style="text-shadow: 3px 3px 1px #B4A8CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4A8CB.
.textShadow {text-shadow: 3px 3px 1px #B4A8CB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4A8CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4A8CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4A8CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4A8CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4A8CB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4A8CB; -webkit-box-shadow: 1px 1px 3px 2px #B4A8CB; box-shadow: 1px 1px 3px 2px #B4A8CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4A8CB; -webkit-box-shadow: 1px 1px 3px 2px #B4A8CB; box-shadow:1px 1px 3px 2px #B4A8CB;">
Div content here</div>
Dieser Text ist in der Farbe #B4A8CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4A8CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4A8CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4A8CB.