HEX: #896B9A
RGB: (137,107,154)
#896B9A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #896B9A ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #896B9A wird in RGB als (137,107,154) definiert.
RGB: (137,107,154)
(54%, 42%, 60%)
R 137 von 255 = 54%
G 107 von 255 = 42%
B 154 von 255 = 60%
R + G + B ~ 52%. #896B9A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 137 + 107 + 154 = 398 (100%)
R 137 von 398 ~ 34.42%
G 107 von 398 ~ 26.88%
B 154 von 398 ~ 38.69'%
Die Farbe #896B9A wird in CMYK als (11,31,0,40) definiert.
CMYK: (11,31,0,40) C11M31Y0K40 (11%,31%,0%,40%) (0.11/0.31/0.00/0.40)
Farbe #896B9A in den populären Farbmodellen.
89 | 6B | 9A | |
---|---|---|---|
RGB | 137 | 107 | 154 |
HSL | 278° | 18.88% | 51.18% |
HSB/HSV | 278° | 30.52% | 60.39% |
CMYK | 11.04% | 30.52% | 0.00% |
39.61% |
Die Farbe #896B9A in den populären Zahlensystemen.
Hexadezimal | 89 | 6B | 9A |
Dezimal | 137 | 107 | 154 |
Binär | 10001001 | 1101011 | 10011010 |
Oktal | 211 | 153 | 232 |
Dunkle Töne der Farbe #896B9A
Helle Töne der Farbe #896B9A
Beispiele css- und html für Elemente in der Farbe #896B9A. Bitte benutzen Sie auch rgb(137,107,154) statt hex-Code.
.myTextColor { color: #896B9A; }
<p style="color:#896B9A">This sample text font color is #896B9A.</p>
Die Farbe dieses Textes ist #896B9A.
.myBgColor { background-color: #896B9A; }
<div style="background-color:#896B9A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #896B9A.
.myBorderColor { border: 1px solid #896B9A; }
<div style="border:3px solid #896B9A">Div</div>
Die Grenzen von diesem div sind in Farbe #896B9A.
.myOpacity80 { color: #896B9A; opacity: 0.8; }
<p style="color:#896B9A;opacity:0.8;">80%</p>
Text in Farbe #896B9A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #896B9A;}
<p style="text-shadow: 3px 3px 1px #896B9A">Text here.</p>
Dieser Text hat den Schatten in Farbe #896B9A.
.textShadow {text-shadow: 3px 3px 1px #896B9A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #896B9A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #896B9A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#896B9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#896B9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #896B9A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #896B9A;
-webkit-box-shadow: 1px 1px 3px 2px #896B9A;
box-shadow: 1px 1px 3px 2px #896B9A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #896B9A; -webkit-box-shadow: 1px 1px 3px 2px #896B9A; box-shadow:1px 1px 3px 2px #896B9A;">
Div content here
</div>
Dieser Text ist in der Farbe #896B9A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #896B9A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #896B9A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #896B9A.
Kontrastfarbe für #hex ist #769465.