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