HEX: #87D78E
RGB: (135,215,142)
#87D78E enthält hauptsächlich grüne Farbe. Für #87D78E ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #87D78E wird in RGB als (135,215,142) definiert.
RGB: (135,215,142)
(53%, 84%, 56%)
R 135 von 255 = 53%
G 215 von 255 = 84%
B 142 von 255 = 56%
R + G + B ~ 64%. #87D78E ziemlich helle Farbe.
R + G + B = 135 + 215 + 142 = 492 (100%)
R 135 von 492 ~ 27.44%
G 215 von 492 ~ 43.7%
B 142 von 492 ~ 28.86'%
Die Farbe #87D78E wird in CMYK als (37,0,34,16) definiert.
CMYK: (37,0,34,16)
C37M0Y34K16 (37%, 0%, 34%, 16%)
(0.37 / 0.00 / 0.34 / 0.16)
Farbe #87D78E in den populären Farbmodellen.
87 | D7 | 8E | |
---|---|---|---|
RGB | 135 | 215 | 142 |
HSL | 125° | 50.00% | 68.63% |
HSB/HSV | 125° | 37.21% | 84.31% |
CMYK | 37.21% | 0.00% | 33.95% |
15.69% |
Die Farbe #87D78E in den populären Zahlensystemen.
Hexadezimal | 87 | D7 | 8E |
Dezimal | 135 | 215 | 142 |
Binär | 10000111 | 11010111 | 10001110 |
Oktal | 207 | 327 | 216 |
Dunkle Töne der Farbe #87D78E
Helle Töne der Farbe #87D78E
Beispiele css- und html für Elemente in der Farbe #87D78E. Bitte benutzen Sie auch rgb(135,215,142) statt hex-Code.
.myTextColor { color: #87D78E; }
<p style="color:#87D78E">This sample text font color is #87D78E.</p>
Die Farbe dieses Textes ist #87D78E.
.myBgColor { background-color: #87D78E; }
<div style="background-color:#87D78E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87D78E.
.myBorderColor { border: 1px solid #87D78E; }
<div style="border:3px solid #87D78E">Div</div>
Die Grenzen von diesem div sind in Farbe #87D78E.
.myOpacity80 { color: #87D78E; opacity: 0.8; }
<p style="color:#87D78E;opacity:0.8;">80%</p>
Text in Farbe #87D78E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87D78E;}
<p style="text-shadow: 3px 3px 1px #87D78E">Text here.</p>
Dieser Text hat den Schatten in Farbe #87D78E.
.textShadow {text-shadow: 3px 3px 1px #87D78E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87D78E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87D78E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87D78E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87D78E, Direction=45, Strength=4)">Text</p>
This text has shadow with #87D78E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87D78E;
-webkit-box-shadow: 1px 1px 3px 2px #87D78E;
box-shadow: 1px 1px 3px 2px #87D78E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87D78E; -webkit-box-shadow: 1px 1px 3px 2px #87D78E; box-shadow:1px 1px 3px 2px #87D78E;">
Div content here
</div>
Dieser Text ist in der Farbe #87D78E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87D78E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87D78E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87D78E.
Kontrastfarbe für #hex ist #782871.