HEX: #877996
RGB: (135,121,150)
#877996 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #877996 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #877996 wird in RGB als (135,121,150) definiert.
RGB: (135,121,150)
(53%, 47%, 59%)
R 135 von 255 = 53%
G 121 von 255 = 47%
B 150 von 255 = 59%
R + G + B ~ 53%. #877996 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 135 + 121 + 150 = 406 (100%)
R 135 von 406 ~ 33.25%
G 121 von 406 ~ 29.8%
B 150 von 406 ~ 36.95'%
Die Farbe #877996 wird in CMYK als (10,19,0,41) definiert.
CMYK: (10,19,0,41) C10M19Y0K41 (10%,19%,0%,41%) (0.10/0.19/0.00/0.41)
Farbe #877996 in den populären Farbmodellen.
87 | 79 | 96 | |
---|---|---|---|
RGB | 135 | 121 | 150 |
HSL | 269° | 12.13% | 53.14% |
HSB/HSV | 269° | 19.33% | 58.82% |
CMYK | 10.00% | 19.33% | 0.00% |
41.18% |
Die Farbe #877996 in den populären Zahlensystemen.
Hexadezimal | 87 | 79 | 96 |
Dezimal | 135 | 121 | 150 |
Binär | 10000111 | 1111001 | 10010110 |
Oktal | 207 | 171 | 226 |
Dunkle Töne der Farbe #877996
Helle Töne der Farbe #877996
Beispiele css- und html für Elemente in der Farbe #877996. Bitte benutzen Sie auch rgb(135,121,150) statt hex-Code.
.myTextColor { color: #877996; }
<p style="color:#877996">This sample text font color is #877996.</p>
Die Farbe dieses Textes ist #877996.
.myBgColor { background-color: #877996; }
<div style="background-color:#877996">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #877996.
.myBorderColor { border: 1px solid #877996; }
<div style="border:3px solid #877996">Div</div>
Die Grenzen von diesem div sind in Farbe #877996.
.myOpacity80 { color: #877996; opacity: 0.8; }
<p style="color:#877996;opacity:0.8;">80%</p>
Text in Farbe #877996 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #877996;}
<p style="text-shadow: 3px 3px 1px #877996">Text here.</p>
Dieser Text hat den Schatten in Farbe #877996.
.textShadow {text-shadow: 3px 3px 1px #877996', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #877996, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #877996 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#877996, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#877996, Direction=45, Strength=4)">Text</p>
This text has shadow with #877996 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #877996;
-webkit-box-shadow: 1px 1px 3px 2px #877996;
box-shadow: 1px 1px 3px 2px #877996;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #877996; -webkit-box-shadow: 1px 1px 3px 2px #877996; box-shadow:1px 1px 3px 2px #877996;">
Div content here
</div>
Dieser Text ist in der Farbe #877996 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #877996 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #877996.
Dieser Text ist weiß auf dem Hintergrund in Farbe #877996.
Kontrastfarbe für #hex ist #788669.