HEX: #887BAE
RGB: (136,123,174)
#887BAE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #887BAE ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #887BAE wird in RGB als (136,123,174) definiert.
RGB: (136,123,174)
(53%, 48%, 68%)
R 136 von 255 = 53%
G 123 von 255 = 48%
B 174 von 255 = 68%
R + G + B ~ 56%. #887BAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 136 + 123 + 174 = 433 (100%)
R 136 von 433 ~ 31.41%
G 123 von 433 ~ 28.41%
B 174 von 433 ~ 40.18'%
Die Farbe #887BAE wird in CMYK als (22,29,0,32) definiert.
CMYK: (22,29,0,32)
C22M29Y0K32 (22%, 29%, 0%, 32%)
(0.22 / 0.29 / 0.00 / 0.32)
Farbe #887BAE in den populären Farbmodellen.
88 | 7B | AE | |
---|---|---|---|
RGB | 136 | 123 | 174 |
HSL | 255° | 23.94% | 58.24% |
HSB/HSV | 255° | 29.31% | 68.24% |
CMYK | 21.84% | 29.31% | 0.00% |
31.76% |
Die Farbe #887BAE in den populären Zahlensystemen.
Hexadezimal | 88 | 7B | AE |
Dezimal | 136 | 123 | 174 |
Binär | 10001000 | 1111011 | 10101110 |
Oktal | 210 | 173 | 256 |
Dunkle Töne der Farbe #887BAE
Helle Töne der Farbe #887BAE
Beispiele css- und html für Elemente in der Farbe #887BAE. Bitte benutzen Sie auch rgb(136,123,174) statt hex-Code.
.myTextColor { color: #887BAE; }
<p style="color:#887BAE">This sample text font color is #887BAE.</p>
Die Farbe dieses Textes ist #887BAE.
.myBgColor { background-color: #887BAE; }
<div style="background-color:#887BAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #887BAE.
.myBorderColor { border: 1px solid #887BAE; }
<div style="border:3px solid #887BAE">Div</div>
Die Grenzen von diesem div sind in Farbe #887BAE.
.myOpacity80 { color: #887BAE; opacity: 0.8; }
<p style="color:#887BAE;opacity:0.8;">80%</p>
Text in Farbe #887BAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887BAE;}
<p style="text-shadow: 3px 3px 1px #887BAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #887BAE.
.textShadow {text-shadow: 3px 3px 1px #887BAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887BAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #887BAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #887BAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #887BAE;
-webkit-box-shadow: 1px 1px 3px 2px #887BAE;
box-shadow: 1px 1px 3px 2px #887BAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #887BAE; -webkit-box-shadow: 1px 1px 3px 2px #887BAE; box-shadow:1px 1px 3px 2px #887BAE;">
Div content here
</div>
Dieser Text ist in der Farbe #887BAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #887BAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #887BAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #887BAE.
Kontrastfarbe für #hex ist #778451.