HEX: #87D49D
RGB: (135,212,157)
#87D49D enthält hauptsächlich grüne und blaue Farbe. Für #87D49D ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #87D49D wird in RGB als (135,212,157) definiert.
RGB: (135,212,157) (53%,83%,62%)
R 135 von 255 = 53%
G 212 von 255 = 83%
B 157 von 255 = 62%
R + G + B ~ 66%. #87D49D ziemlich helle Farbe.
R + G + B =
135 + 212 + 157 = 504 (100%)
R 135 von 504 ~ 26.79%
G 212 von 504 ~ 42.06%
B 157 von 504 ~ 31.15%
Die Farbe #87D49D wird in CMYK als (36,0,26,17) definiert.
CMYK: (36,0,26,17) C36M0Y26K17 (36%,0%,26%,17%) (0.36/0.00/0.26/0.17)
87 | D4 | 9D | |
---|---|---|---|
RGB | 135 | 212 | 157 |
HSL | 137° | 47.24% | 68.04% |
HSB/HSV | 137° | 36.32% | 83.14% |
CMYK | 36.32% | 0.00% | 25.94% |
16.86% |
Hexadezimal | 87 | D4 | 9D |
Dezimal | 135 | 212 | 157 |
Binär | 10000111 | 11010100 | 10011101 |
Oktal | 207 | 324 | 235 |
Beispiele css- und html für Elemente in der Farbe #87D49D. Bitte benutzen Sie auch rgb(135,212,157) statt hex-Code.
.myTextColor { color: #87D49D; }
<p style="color:#87D49D">This sample text font color is #87D49D.</p>
Die Farbe dieses Textes ist #87D49D.
.myBgColor { background-color: #87D49D; }
<div style="background-color:#87D49D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87D49D.
.myBorderColor { border: 1px solid #87D49D; }
<div style="border:3px solid #87D49D">Div</div>
Die Grenzen von diesem div sind in Farbe #87D49D.
.myOpacity80 { color: #87D49D; opacity: 0.8; }
<p style="color:#87D49D;opacity:0.8;">80%</p>
Text in Farbe #87D49D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87D49D;}
<p style="text-shadow: 3px 3px 1px #87D49D">Text here.</p>
Dieser Text hat den Schatten in Farbe #87D49D.
.textShadow {text-shadow: 3px 3px 1px #87D49D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87D49D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87D49D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87D49D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87D49D, Direction=45, Strength=4)">Text</p>
This text has shadow with #87D49D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87D49D; -webkit-box-shadow: 1px 1px 3px 2px #87D49D; box-shadow: 1px 1px 3px 2px #87D49D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87D49D; -webkit-box-shadow: 1px 1px 3px 2px #87D49D; box-shadow:1px 1px 3px 2px #87D49D;">
Div content here</div>
Dieser Text ist in der Farbe #87D49D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87D49D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87D49D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87D49D.