HEX: #87C963
RGB: (135,201,99)
#87C963 enthält hauptsächlich grüne Farbe. Für #87C963 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #87C963 wird in RGB als (135,201,99) definiert.
RGB: (135,201,99)
(53%, 79%, 39%)
R 135 von 255 = 53%
G 201 von 255 = 79%
B 99 von 255 = 39%
R + G + B ~ 57%. #87C963 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 135 + 201 + 99 = 435 (100%)
R 135 von 435 ~ 31.03%
G 201 von 435 ~ 46.21%
B 99 von 435 ~ 22.76'%
Die Farbe #87C963 wird in CMYK als (33,0,51,21) definiert.
CMYK: (33,0,51,21)
C33M0Y51K21 (33%, 0%, 51%, 21%)
(0.33 / 0.00 / 0.51 / 0.21)
Farbe #87C963 in den populären Farbmodellen.
87 | C9 | 63 | |
---|---|---|---|
RGB | 135 | 201 | 99 |
HSL | 99° | 48.57% | 58.82% |
HSB/HSV | 99° | 50.75% | 78.82% |
CMYK | 32.84% | 0.00% | 50.75% |
21.18% |
Die Farbe #87C963 in den populären Zahlensystemen.
Hexadezimal | 87 | C9 | 63 |
Dezimal | 135 | 201 | 99 |
Binär | 10000111 | 11001001 | 1100011 |
Oktal | 207 | 311 | 143 |
Dunkle Töne der Farbe #87C963
Helle Töne der Farbe #87C963
Beispiele css- und html für Elemente in der Farbe #87C963. Bitte benutzen Sie auch rgb(135,201,99) statt hex-Code.
.myTextColor { color: #87C963; }
<p style="color:#87C963">This sample text font color is #87C963.</p>
Die Farbe dieses Textes ist #87C963.
.myBgColor { background-color: #87C963; }
<div style="background-color:#87C963">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87C963.
.myBorderColor { border: 1px solid #87C963; }
<div style="border:3px solid #87C963">Div</div>
Die Grenzen von diesem div sind in Farbe #87C963.
.myOpacity80 { color: #87C963; opacity: 0.8; }
<p style="color:#87C963;opacity:0.8;">80%</p>
Text in Farbe #87C963 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87C963;}
<p style="text-shadow: 3px 3px 1px #87C963">Text here.</p>
Dieser Text hat den Schatten in Farbe #87C963.
.textShadow {text-shadow: 3px 3px 1px #87C963', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87C963, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87C963 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87C963, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87C963, Direction=45, Strength=4)">Text</p>
This text has shadow with #87C963 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87C963;
-webkit-box-shadow: 1px 1px 3px 2px #87C963;
box-shadow: 1px 1px 3px 2px #87C963;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87C963; -webkit-box-shadow: 1px 1px 3px 2px #87C963; box-shadow:1px 1px 3px 2px #87C963;">
Div content here
</div>
Dieser Text ist in der Farbe #87C963 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87C963 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87C963.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87C963.
Kontrastfarbe für #hex ist #78369C.