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