HEX: #B4948E
RGB: (180,148,142)
#B4948E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4948E ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B4948E wird in RGB als (180,148,142) definiert.
RGB: (180,148,142) (71%,58%,56%)
R 180 von 255 = 71%
G 148 von 255 = 58%
B 142 von 255 = 56%
R + G + B ~ 62%. #B4948E ziemlich helle Farbe.
R + G + B =
180 + 148 + 142 = 470 (100%)
R 180 von 470 ~ 38.3%
G 148 von 470 ~ 31.49%
B 142 von 470 ~ 30.21%
Die Farbe #B4948E wird in CMYK als (0,18,21,29) definiert.
CMYK: (0,18,21,29) C0M18Y21K29 (0%,18%,21%,29%) (0.00/0.18/0.21/0.29)
B4 | 94 | 8E | |
---|---|---|---|
RGB | 180 | 148 | 142 |
HSL | 9° | 20.21% | 63.14% |
HSB/HSV | 9° | 21.11% | 70.59% |
CMYK | 0.00% | 17.78% | 21.11% |
29.41% |
Hexadezimal | B4 | 94 | 8E |
Dezimal | 180 | 148 | 142 |
Binär | 10110100 | 10010100 | 10001110 |
Oktal | 264 | 224 | 216 |
Beispiele css- und html für Elemente in der Farbe #B4948E. Bitte benutzen Sie auch rgb(180,148,142) statt hex-Code.
.myTextColor { color: #B4948E; }
<p style="color:#B4948E">This sample text font color is #B4948E.</p>
Die Farbe dieses Textes ist #B4948E.
.myBgColor { background-color: #B4948E; }
<div style="background-color:#B4948E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4948E.
.myBorderColor { border: 1px solid #B4948E; }
<div style="border:3px solid #B4948E">Div</div>
Die Grenzen von diesem div sind in Farbe #B4948E.
.myOpacity80 { color: #B4948E; opacity: 0.8; }
<p style="color:#B4948E;opacity:0.8;">80%</p>
Text in Farbe #B4948E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4948E;}
<p style="text-shadow: 3px 3px 1px #B4948E">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4948E.
.textShadow {text-shadow: 3px 3px 1px #B4948E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4948E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4948E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4948E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4948E, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4948E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4948E; -webkit-box-shadow: 1px 1px 3px 2px #B4948E; box-shadow: 1px 1px 3px 2px #B4948E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4948E; -webkit-box-shadow: 1px 1px 3px 2px #B4948E; box-shadow:1px 1px 3px 2px #B4948E;">
Div content here</div>
Dieser Text ist in der Farbe #B4948E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4948E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4948E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4948E.