HEX: #87CF99
RGB: (135,207,153)
#87CF99 enthält hauptsächlich grüne und blaue Farbe. Für #87CF99 ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #87CF99 wird in RGB als (135,207,153) definiert.
RGB: (135,207,153) (53%,81%,60%)
R 135 von 255 = 53%
G 207 von 255 = 81%
B 153 von 255 = 60%
R + G + B ~ 65%. #87CF99 ziemlich helle Farbe.
R + G + B =
135 + 207 + 153 = 495 (100%)
R 135 von 495 ~ 27.27%
G 207 von 495 ~ 41.82%
B 153 von 495 ~ 30.91%
Die Farbe #87CF99 wird in CMYK als (35,0,26,19) definiert.
CMYK: (35,0,26,19) C35M0Y26K19 (35%,0%,26%,19%) (0.35/0.00/0.26/0.19)
87 | CF | 99 | |
---|---|---|---|
RGB | 135 | 207 | 153 |
HSL | 135° | 42.86% | 67.06% |
HSB/HSV | 135° | 34.78% | 81.18% |
CMYK | 34.78% | 0.00% | 26.09% |
18.82% |
Hexadezimal | 87 | CF | 99 |
Dezimal | 135 | 207 | 153 |
Binär | 10000111 | 11001111 | 10011001 |
Oktal | 207 | 317 | 231 |
Beispiele css- und html für Elemente in der Farbe #87CF99. Bitte benutzen Sie auch rgb(135,207,153) statt hex-Code.
.myTextColor { color: #87CF99; }
<p style="color:#87CF99">This sample text font color is #87CF99.</p>
Die Farbe dieses Textes ist #87CF99.
.myBgColor { background-color: #87CF99; }
<div style="background-color:#87CF99">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87CF99.
.myBorderColor { border: 1px solid #87CF99; }
<div style="border:3px solid #87CF99">Div</div>
Die Grenzen von diesem div sind in Farbe #87CF99.
.myOpacity80 { color: #87CF99; opacity: 0.8; }
<p style="color:#87CF99;opacity:0.8;">80%</p>
Text in Farbe #87CF99 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87CF99;}
<p style="text-shadow: 3px 3px 1px #87CF99">Text here.</p>
Dieser Text hat den Schatten in Farbe #87CF99.
.textShadow {text-shadow: 3px 3px 1px #87CF99, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87CF99, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87CF99 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87CF99, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87CF99, Direction=45, Strength=4)">Text</p>
This text has shadow with #87CF99 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87CF99; -webkit-box-shadow: 1px 1px 3px 2px #87CF99; box-shadow: 1px 1px 3px 2px #87CF99; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87CF99; -webkit-box-shadow: 1px 1px 3px 2px #87CF99; box-shadow:1px 1px 3px 2px #87CF99;">
Div content here</div>
Dieser Text ist in der Farbe #87CF99 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87CF99 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87CF99.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87CF99.