HEX: #887EAA
RGB: (136,126,170)
#887EAA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #887EAA ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #887EAA wird in RGB als (136,126,170) definiert.
RGB: (136,126,170) (53%,49%,67%)
R 136 von 255 = 53%
G 126 von 255 = 49%
B 170 von 255 = 67%
R + G + B ~ 56%. #887EAA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
136 + 126 + 170 = 432 (100%)
R 136 von 432 ~ 31.48%
G 126 von 432 ~ 29.17%
B 170 von 432 ~ 39.35%
Die Farbe #887EAA wird in CMYK als (20,26,0,33) definiert.
CMYK: (20,26,0,33) C20M26Y0K33 (20%,26%,0%,33%) (0.20/0.26/0.00/0.33)
88 | 7E | AA | |
---|---|---|---|
RGB | 136 | 126 | 170 |
HSL | 254° | 20.56% | 58.04% |
HSB/HSV | 254° | 25.88% | 66.67% |
CMYK | 20.00% | 25.88% | 0.00% |
33.33% |
Hexadezimal | 88 | 7E | AA |
Dezimal | 136 | 126 | 170 |
Binär | 10001000 | 1111110 | 10101010 |
Oktal | 210 | 176 | 252 |
Beispiele css- und html für Elemente in der Farbe #887EAA. Bitte benutzen Sie auch rgb(136,126,170) statt hex-Code.
.myTextColor { color: #887EAA; }
<p style="color:#887EAA">This sample text font color is #887EAA.</p>
Die Farbe dieses Textes ist #887EAA.
.myBgColor { background-color: #887EAA; }
<div style="background-color:#887EAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #887EAA.
.myBorderColor { border: 1px solid #887EAA; }
<div style="border:3px solid #887EAA">Div</div>
Die Grenzen von diesem div sind in Farbe #887EAA.
.myOpacity80 { color: #887EAA; opacity: 0.8; }
<p style="color:#887EAA;opacity:0.8;">80%</p>
Text in Farbe #887EAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887EAA;}
<p style="text-shadow: 3px 3px 1px #887EAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #887EAA.
.textShadow {text-shadow: 3px 3px 1px #887EAA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887EAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #887EAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887EAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887EAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #887EAA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887EAA; -webkit-box-shadow: 1px 1px 3px 2px #887EAA; box-shadow: 1px 1px 3px 2px #887EAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #887EAA; -webkit-box-shadow: 1px 1px 3px 2px #887EAA; box-shadow:1px 1px 3px 2px #887EAA;">
Div content here</div>
Dieser Text ist in der Farbe #887EAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #887EAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #887EAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #887EAA.