HEX: #87D68D
RGB: (135,214,141)
#87D68D enthält hauptsächlich grüne Farbe. Für #87D68D ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #87D68D wird in RGB als (135,214,141) definiert.
RGB: (135,214,141)
(53%, 84%, 55%)
R 135 von 255 = 53%
G 214 von 255 = 84%
B 141 von 255 = 55%
R + G + B ~ 64%. #87D68D ziemlich helle Farbe.
R + G + B = 135 + 214 + 141 = 490 (100%)
R 135 von 490 ~ 27.55%
G 214 von 490 ~ 43.67%
B 141 von 490 ~ 28.78'%
Die Farbe #87D68D 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 #87D68D in den populären Farbmodellen.
87 | D6 | 8D | |
---|---|---|---|
RGB | 135 | 214 | 141 |
HSL | 125° | 49.07% | 68.43% |
HSB/HSV | 125° | 36.92% | 83.92% |
CMYK | 36.92% | 0.00% | 34.11% |
16.08% |
Die Farbe #87D68D in den populären Zahlensystemen.
Hexadezimal | 87 | D6 | 8D |
Dezimal | 135 | 214 | 141 |
Binär | 10000111 | 11010110 | 10001101 |
Oktal | 207 | 326 | 215 |
Dunkle Töne der Farbe #87D68D
Helle Töne der Farbe #87D68D
Beispiele css- und html für Elemente in der Farbe #87D68D. Bitte benutzen Sie auch rgb(135,214,141) statt hex-Code.
.myTextColor { color: #87D68D; }
<p style="color:#87D68D">This sample text font color is #87D68D.</p>
Die Farbe dieses Textes ist #87D68D.
.myBgColor { background-color: #87D68D; }
<div style="background-color:#87D68D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87D68D.
.myBorderColor { border: 1px solid #87D68D; }
<div style="border:3px solid #87D68D">Div</div>
Die Grenzen von diesem div sind in Farbe #87D68D.
.myOpacity80 { color: #87D68D; opacity: 0.8; }
<p style="color:#87D68D;opacity:0.8;">80%</p>
Text in Farbe #87D68D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87D68D;}
<p style="text-shadow: 3px 3px 1px #87D68D">Text here.</p>
Dieser Text hat den Schatten in Farbe #87D68D.
.textShadow {text-shadow: 3px 3px 1px #87D68D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87D68D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87D68D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87D68D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87D68D, Direction=45, Strength=4)">Text</p>
This text has shadow with #87D68D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87D68D;
-webkit-box-shadow: 1px 1px 3px 2px #87D68D;
box-shadow: 1px 1px 3px 2px #87D68D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87D68D; -webkit-box-shadow: 1px 1px 3px 2px #87D68D; box-shadow:1px 1px 3px 2px #87D68D;">
Div content here
</div>
Dieser Text ist in der Farbe #87D68D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87D68D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87D68D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87D68D.
Kontrastfarbe für #hex ist #782972.