HEX: #87C777
RGB: (135,199,119)
#87C777 enthält hauptsächlich grüne Farbe. Für #87C777 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #87C777 wird in RGB als (135,199,119) definiert.
RGB: (135,199,119)
(53%, 78%, 47%)
R 135 von 255 = 53%
G 199 von 255 = 78%
B 119 von 255 = 47%
R + G + B ~ 59%. #87C777 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 135 + 199 + 119 = 453 (100%)
R 135 von 453 ~ 29.8%
G 199 von 453 ~ 43.93%
B 119 von 453 ~ 26.27'%
Die Farbe #87C777 wird in CMYK als (32,0,40,22) definiert.
CMYK: (32,0,40,22)
C32M0Y40K22 (32%, 0%, 40%, 22%)
(0.32 / 0.00 / 0.40 / 0.22)
Farbe #87C777 in den populären Farbmodellen.
87 | C7 | 77 | |
---|---|---|---|
RGB | 135 | 199 | 119 |
HSL | 108° | 41.67% | 62.35% |
HSB/HSV | 108° | 40.20% | 78.04% |
CMYK | 32.16% | 0.00% | 40.20% |
21.96% |
Die Farbe #87C777 in den populären Zahlensystemen.
Hexadezimal | 87 | C7 | 77 |
Dezimal | 135 | 199 | 119 |
Binär | 10000111 | 11000111 | 1110111 |
Oktal | 207 | 307 | 167 |
Dunkle Töne der Farbe #87C777
Helle Töne der Farbe #87C777
Beispiele css- und html für Elemente in der Farbe #87C777. Bitte benutzen Sie auch rgb(135,199,119) statt hex-Code.
.myTextColor { color: #87C777; }
<p style="color:#87C777">This sample text font color is #87C777.</p>
Die Farbe dieses Textes ist #87C777.
.myBgColor { background-color: #87C777; }
<div style="background-color:#87C777">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87C777.
.myBorderColor { border: 1px solid #87C777; }
<div style="border:3px solid #87C777">Div</div>
Die Grenzen von diesem div sind in Farbe #87C777.
.myOpacity80 { color: #87C777; opacity: 0.8; }
<p style="color:#87C777;opacity:0.8;">80%</p>
Text in Farbe #87C777 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87C777;}
<p style="text-shadow: 3px 3px 1px #87C777">Text here.</p>
Dieser Text hat den Schatten in Farbe #87C777.
.textShadow {text-shadow: 3px 3px 1px #87C777', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87C777, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87C777 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87C777, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87C777, Direction=45, Strength=4)">Text</p>
This text has shadow with #87C777 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87C777;
-webkit-box-shadow: 1px 1px 3px 2px #87C777;
box-shadow: 1px 1px 3px 2px #87C777;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87C777; -webkit-box-shadow: 1px 1px 3px 2px #87C777; box-shadow:1px 1px 3px 2px #87C777;">
Div content here
</div>
Dieser Text ist in der Farbe #87C777 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87C777 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87C777.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87C777.
Kontrastfarbe für #hex ist #783888.