HEX: #B17AAA
RGB: (177,122,170)
#B17AAA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B17AAA ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #B17AAA wird in RGB als (177,122,170) definiert.
RGB: (177,122,170) (69%,48%,67%)
R 177 von 255 = 69%
G 122 von 255 = 48%
B 170 von 255 = 67%
R + G + B ~ 61%. #B17AAA ziemlich helle Farbe.
R + G + B =
177 + 122 + 170 = 469 (100%)
R 177 von 469 ~ 37.74%
G 122 von 469 ~ 26.01%
B 170 von 469 ~ 36.25%
Die Farbe #B17AAA wird in CMYK als (0,31,4,31) definiert.
CMYK: (0,31,4,31) C0M31Y4K31 (0%,31%,4%,31%) (0.00/0.31/0.04/0.31)
B1 | 7A | AA | |
---|---|---|---|
RGB | 177 | 122 | 170 |
HSL | 308° | 26.07% | 58.63% |
HSB/HSV | 308° | 31.07% | 69.41% |
CMYK | 0.00% | 31.07% | 3.95% |
30.59% |
Hexadezimal | B1 | 7A | AA |
Dezimal | 177 | 122 | 170 |
Binär | 10110001 | 1111010 | 10101010 |
Oktal | 261 | 172 | 252 |
Beispiele css- und html für Elemente in der Farbe #B17AAA. Bitte benutzen Sie auch rgb(177,122,170) statt hex-Code.
.myTextColor { color: #B17AAA; }
<p style="color:#B17AAA">This sample text font color is #B17AAA.</p>
Die Farbe dieses Textes ist #B17AAA.
.myBgColor { background-color: #B17AAA; }
<div style="background-color:#B17AAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B17AAA.
.myBorderColor { border: 1px solid #B17AAA; }
<div style="border:3px solid #B17AAA">Div</div>
Die Grenzen von diesem div sind in Farbe #B17AAA.
.myOpacity80 { color: #B17AAA; opacity: 0.8; }
<p style="color:#B17AAA;opacity:0.8;">80%</p>
Text in Farbe #B17AAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B17AAA;}
<p style="text-shadow: 3px 3px 1px #B17AAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #B17AAA.
.textShadow {text-shadow: 3px 3px 1px #B17AAA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B17AAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B17AAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B17AAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B17AAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B17AAA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B17AAA; -webkit-box-shadow: 1px 1px 3px 2px #B17AAA; box-shadow: 1px 1px 3px 2px #B17AAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B17AAA; -webkit-box-shadow: 1px 1px 3px 2px #B17AAA; box-shadow:1px 1px 3px 2px #B17AAA;">
Div content here</div>
Dieser Text ist in der Farbe #B17AAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B17AAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B17AAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B17AAA.