HEX: #B49BAC
RGB: (180,155,172)
#B49BAC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B49BAC ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B49BAC wird in RGB als (180,155,172) definiert.
RGB: (180,155,172) (71%,61%,67%)
R 180 von 255 = 71%
G 155 von 255 = 61%
B 172 von 255 = 67%
R + G + B ~ 66%. #B49BAC ziemlich helle Farbe.
R + G + B =
180 + 155 + 172 = 507 (100%)
R 180 von 507 ~ 35.5%
G 155 von 507 ~ 30.57%
B 172 von 507 ~ 33.93%
Die Farbe #B49BAC wird in CMYK als (0,14,4,29) definiert.
CMYK: (0,14,4,29) C0M14Y4K29 (0%,14%,4%,29%) (0.00/0.14/0.04/0.29)
B4 | 9B | AC | |
---|---|---|---|
RGB | 180 | 155 | 172 |
HSL | 319° | 14.29% | 65.69% |
HSB/HSV | 319° | 13.89% | 70.59% |
CMYK | 0.00% | 13.89% | 4.44% |
29.41% |
Hexadezimal | B4 | 9B | AC |
Dezimal | 180 | 155 | 172 |
Binär | 10110100 | 10011011 | 10101100 |
Oktal | 264 | 233 | 254 |
Beispiele css- und html für Elemente in der Farbe #B49BAC. Bitte benutzen Sie auch rgb(180,155,172) statt hex-Code.
.myTextColor { color: #B49BAC; }
<p style="color:#B49BAC">This sample text font color is #B49BAC.</p>
Die Farbe dieses Textes ist #B49BAC.
.myBgColor { background-color: #B49BAC; }
<div style="background-color:#B49BAC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B49BAC.
.myBorderColor { border: 1px solid #B49BAC; }
<div style="border:3px solid #B49BAC">Div</div>
Die Grenzen von diesem div sind in Farbe #B49BAC.
.myOpacity80 { color: #B49BAC; opacity: 0.8; }
<p style="color:#B49BAC;opacity:0.8;">80%</p>
Text in Farbe #B49BAC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49BAC;}
<p style="text-shadow: 3px 3px 1px #B49BAC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B49BAC.
.textShadow {text-shadow: 3px 3px 1px #B49BAC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49BAC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B49BAC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49BAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49BAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49BAC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B49BAC; -webkit-box-shadow: 1px 1px 3px 2px #B49BAC; box-shadow: 1px 1px 3px 2px #B49BAC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B49BAC; -webkit-box-shadow: 1px 1px 3px 2px #B49BAC; box-shadow:1px 1px 3px 2px #B49BAC;">
Div content here</div>
Dieser Text ist in der Farbe #B49BAC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B49BAC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B49BAC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B49BAC.