HEX: #B48C9D
RGB: (180,140,157)
#B48C9D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B48C9D ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B48C9D wird in RGB als (180,140,157) definiert.
RGB: (180,140,157) (71%,55%,62%)
R 180 von 255 = 71%
G 140 von 255 = 55%
B 157 von 255 = 62%
R + G + B ~ 63%. #B48C9D ziemlich helle Farbe.
R + G + B =
180 + 140 + 157 = 477 (100%)
R 180 von 477 ~ 37.74%
G 140 von 477 ~ 29.35%
B 157 von 477 ~ 32.91%
Die Farbe #B48C9D wird in CMYK als (0,22,13,29) definiert.
CMYK: (0,22,13,29) C0M22Y13K29 (0%,22%,13%,29%) (0.00/0.22/0.13/0.29)
B4 | 8C | 9D | |
---|---|---|---|
RGB | 180 | 140 | 157 |
HSL | 335° | 21.05% | 62.75% |
HSB/HSV | 335° | 22.22% | 70.59% |
CMYK | 0.00% | 22.22% | 12.78% |
29.41% |
Hexadezimal | B4 | 8C | 9D |
Dezimal | 180 | 140 | 157 |
Binär | 10110100 | 10001100 | 10011101 |
Oktal | 264 | 214 | 235 |
Beispiele css- und html für Elemente in der Farbe #B48C9D. Bitte benutzen Sie auch rgb(180,140,157) statt hex-Code.
.myTextColor { color: #B48C9D; }
<p style="color:#B48C9D">This sample text font color is #B48C9D.</p>
Die Farbe dieses Textes ist #B48C9D.
.myBgColor { background-color: #B48C9D; }
<div style="background-color:#B48C9D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B48C9D.
.myBorderColor { border: 1px solid #B48C9D; }
<div style="border:3px solid #B48C9D">Div</div>
Die Grenzen von diesem div sind in Farbe #B48C9D.
.myOpacity80 { color: #B48C9D; opacity: 0.8; }
<p style="color:#B48C9D;opacity:0.8;">80%</p>
Text in Farbe #B48C9D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B48C9D;}
<p style="text-shadow: 3px 3px 1px #B48C9D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B48C9D.
.textShadow {text-shadow: 3px 3px 1px #B48C9D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B48C9D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B48C9D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B48C9D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B48C9D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B48C9D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B48C9D; -webkit-box-shadow: 1px 1px 3px 2px #B48C9D; box-shadow: 1px 1px 3px 2px #B48C9D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B48C9D; -webkit-box-shadow: 1px 1px 3px 2px #B48C9D; box-shadow:1px 1px 3px 2px #B48C9D;">
Div content here</div>
Dieser Text ist in der Farbe #B48C9D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B48C9D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B48C9D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B48C9D.