HEX: #B389AC
RGB: (179,137,172)
#B389AC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B389AC ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #B389AC wird in RGB als (179,137,172) definiert.
RGB: (179,137,172) (70%,54%,67%)
R 179 von 255 = 70%
G 137 von 255 = 54%
B 172 von 255 = 67%
R + G + B ~ 64%. #B389AC ziemlich helle Farbe.
R + G + B =
179 + 137 + 172 = 488 (100%)
R 179 von 488 ~ 36.68%
G 137 von 488 ~ 28.07%
B 172 von 488 ~ 35.25%
Die Farbe #B389AC wird in CMYK als (0,23,4,30) definiert.
CMYK: (0,23,4,30) C0M23Y4K30 (0%,23%,4%,30%) (0.00/0.23/0.04/0.30)
B3 | 89 | AC | |
---|---|---|---|
RGB | 179 | 137 | 172 |
HSL | 310° | 21.65% | 61.96% |
HSB/HSV | 310° | 23.46% | 70.20% |
CMYK | 0.00% | 23.46% | 3.91% |
29.80% |
Hexadezimal | B3 | 89 | AC |
Dezimal | 179 | 137 | 172 |
Binär | 10110011 | 10001001 | 10101100 |
Oktal | 263 | 211 | 254 |
Beispiele css- und html für Elemente in der Farbe #B389AC. Bitte benutzen Sie auch rgb(179,137,172) statt hex-Code.
.myTextColor { color: #B389AC; }
<p style="color:#B389AC">This sample text font color is #B389AC.</p>
Die Farbe dieses Textes ist #B389AC.
.myBgColor { background-color: #B389AC; }
<div style="background-color:#B389AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B389AC.
.myBorderColor { border: 1px solid #B389AC; }
<div style="border:3px solid #B389AC">Div</div>
Die Grenzen von diesem div sind in Farbe #B389AC.
.myOpacity80 { color: #B389AC; opacity: 0.8; }
<p style="color:#B389AC;opacity:0.8;">80%</p>
Text in Farbe #B389AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B389AC;}
<p style="text-shadow: 3px 3px 1px #B389AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B389AC.
.textShadow {text-shadow: 3px 3px 1px #B389AC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B389AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B389AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B389AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B389AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B389AC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B389AC; -webkit-box-shadow: 1px 1px 3px 2px #B389AC; box-shadow: 1px 1px 3px 2px #B389AC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B389AC; -webkit-box-shadow: 1px 1px 3px 2px #B389AC; box-shadow:1px 1px 3px 2px #B389AC;">
Div content here</div>
Dieser Text ist in der Farbe #B389AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B389AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B389AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B389AC.