HEX: #87D690
RGB: (135,214,144)
#87D690 enthält hauptsächlich grüne Farbe. Für #87D690 ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #87D690 wird in RGB als (135,214,144) definiert.
RGB: (135,214,144) (53%,84%,56%)
R 135 von 255 = 53%
G 214 von 255 = 84%
B 144 von 255 = 56%
R + G + B ~ 64%. #87D690 ziemlich helle Farbe.
R + G + B =
135 + 214 + 144 = 493 (100%)
R 135 von 493 ~ 27.38%
G 214 von 493 ~ 43.41%
B 144 von 493 ~ 29.21%
Die Farbe #87D690 wird in CMYK als (37,0,33,16) definiert.
CMYK: (37,0,33,16) C37M0Y33K16 (37%,0%,33%,16%) (0.37/0.00/0.33/0.16)
87 | D6 | 90 | |
---|---|---|---|
RGB | 135 | 214 | 144 |
HSL | 127° | 49.07% | 68.43% |
HSB/HSV | 127° | 36.92% | 83.92% |
CMYK | 36.92% | 0.00% | 32.71% |
16.08% |
Hexadezimal | 87 | D6 | 90 |
Dezimal | 135 | 214 | 144 |
Binär | 10000111 | 11010110 | 10010000 |
Oktal | 207 | 326 | 220 |
Beispiele css- und html für Elemente in der Farbe #87D690. Bitte benutzen Sie auch rgb(135,214,144) statt hex-Code.
.myTextColor { color: #87D690; }
<p style="color:#87D690">This sample text font color is #87D690.</p>
Die Farbe dieses Textes ist #87D690.
.myBgColor { background-color: #87D690; }
<div style="background-color:#87D690">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87D690.
.myBorderColor { border: 1px solid #87D690; }
<div style="border:3px solid #87D690">Div</div>
Die Grenzen von diesem div sind in Farbe #87D690.
.myOpacity80 { color: #87D690; opacity: 0.8; }
<p style="color:#87D690;opacity:0.8;">80%</p>
Text in Farbe #87D690 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87D690;}
<p style="text-shadow: 3px 3px 1px #87D690">Text here.</p>
Dieser Text hat den Schatten in Farbe #87D690.
.textShadow {text-shadow: 3px 3px 1px #87D690, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87D690, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87D690 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87D690, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87D690, Direction=45, Strength=4)">Text</p>
This text has shadow with #87D690 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87D690; -webkit-box-shadow: 1px 1px 3px 2px #87D690; box-shadow: 1px 1px 3px 2px #87D690; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87D690; -webkit-box-shadow: 1px 1px 3px 2px #87D690; box-shadow:1px 1px 3px 2px #87D690;">
Div content here</div>
Dieser Text ist in der Farbe #87D690 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87D690 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87D690.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87D690.