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