HEX: #87AB79
RGB: (135,171,121)
#87AB79 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #87AB79 ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #87AB79 wird in RGB als (135,171,121) definiert.
RGB: (135,171,121)
(53%, 67%, 47%)
R 135 von 255 = 53%
G 171 von 255 = 67%
B 121 von 255 = 47%
R + G + B ~ 56%. #87AB79 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 135 + 171 + 121 = 427 (100%)
R 135 von 427 ~ 31.62%
G 171 von 427 ~ 40.05%
B 121 von 427 ~ 28.34'%
Die Farbe #87AB79 wird in CMYK als (21,0,29,33) definiert.
CMYK: (21,0,29,33)
C21M0Y29K33 (21%, 0%, 29%, 33%)
(0.21 / 0.00 / 0.29 / 0.33)
Farbe #87AB79 in den populären Farbmodellen.
87 | AB | 79 | |
---|---|---|---|
RGB | 135 | 171 | 121 |
HSL | 103° | 22.94% | 57.25% |
HSB/HSV | 103° | 29.24% | 67.06% |
CMYK | 21.05% | 0.00% | 29.24% |
32.94% |
Die Farbe #87AB79 in den populären Zahlensystemen.
Hexadezimal | 87 | AB | 79 |
Dezimal | 135 | 171 | 121 |
Binär | 10000111 | 10101011 | 1111001 |
Oktal | 207 | 253 | 171 |
Dunkle Töne der Farbe #87AB79
Helle Töne der Farbe #87AB79
Beispiele css- und html für Elemente in der Farbe #87AB79. Bitte benutzen Sie auch rgb(135,171,121) statt hex-Code.
.myTextColor { color: #87AB79; }
<p style="color:#87AB79">This sample text font color is #87AB79.</p>
Die Farbe dieses Textes ist #87AB79.
.myBgColor { background-color: #87AB79; }
<div style="background-color:#87AB79">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87AB79.
.myBorderColor { border: 1px solid #87AB79; }
<div style="border:3px solid #87AB79">Div</div>
Die Grenzen von diesem div sind in Farbe #87AB79.
.myOpacity80 { color: #87AB79; opacity: 0.8; }
<p style="color:#87AB79;opacity:0.8;">80%</p>
Text in Farbe #87AB79 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87AB79;}
<p style="text-shadow: 3px 3px 1px #87AB79">Text here.</p>
Dieser Text hat den Schatten in Farbe #87AB79.
.textShadow {text-shadow: 3px 3px 1px #87AB79', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87AB79, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87AB79 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87AB79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87AB79, Direction=45, Strength=4)">Text</p>
This text has shadow with #87AB79 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87AB79;
-webkit-box-shadow: 1px 1px 3px 2px #87AB79;
box-shadow: 1px 1px 3px 2px #87AB79;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87AB79; -webkit-box-shadow: 1px 1px 3px 2px #87AB79; box-shadow:1px 1px 3px 2px #87AB79;">
Div content here
</div>
Dieser Text ist in der Farbe #87AB79 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87AB79 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87AB79.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87AB79.
Kontrastfarbe für #hex ist #785486.