HEX: #87C096
RGB: (135,192,150)
#87C096 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #87C096 ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #87C096 wird in RGB als (135,192,150) definiert.
RGB: (135,192,150) (53%,75%,59%)
R 135 von 255 = 53%
G 192 von 255 = 75%
B 150 von 255 = 59%
R + G + B ~ 62%. #87C096 ziemlich helle Farbe.
R + G + B =
135 + 192 + 150 = 477 (100%)
R 135 von 477 ~ 28.3%
G 192 von 477 ~ 40.25%
B 150 von 477 ~ 31.45%
Die Farbe #87C096 wird in CMYK als (30,0,22,25) definiert.
CMYK: (30,0,22,25) C30M0Y22K25 (30%,0%,22%,25%) (0.30/0.00/0.22/0.25)
87 | C0 | 96 | |
---|---|---|---|
RGB | 135 | 192 | 150 |
HSL | 136° | 31.15% | 64.12% |
HSB/HSV | 136° | 29.69% | 75.29% |
CMYK | 29.69% | 0.00% | 21.88% |
24.71% |
Hexadezimal | 87 | C0 | 96 |
Dezimal | 135 | 192 | 150 |
Binär | 10000111 | 11000000 | 10010110 |
Oktal | 207 | 300 | 226 |
Beispiele css- und html für Elemente in der Farbe #87C096. Bitte benutzen Sie auch rgb(135,192,150) statt hex-Code.
.myTextColor { color: #87C096; }
<p style="color:#87C096">This sample text font color is #87C096.</p>
Die Farbe dieses Textes ist #87C096.
.myBgColor { background-color: #87C096; }
<div style="background-color:#87C096">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87C096.
.myBorderColor { border: 1px solid #87C096; }
<div style="border:3px solid #87C096">Div</div>
Die Grenzen von diesem div sind in Farbe #87C096.
.myOpacity80 { color: #87C096; opacity: 0.8; }
<p style="color:#87C096;opacity:0.8;">80%</p>
Text in Farbe #87C096 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87C096;}
<p style="text-shadow: 3px 3px 1px #87C096">Text here.</p>
Dieser Text hat den Schatten in Farbe #87C096.
.textShadow {text-shadow: 3px 3px 1px #87C096, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87C096, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87C096 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87C096, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87C096, Direction=45, Strength=4)">Text</p>
This text has shadow with #87C096 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87C096; -webkit-box-shadow: 1px 1px 3px 2px #87C096; box-shadow: 1px 1px 3px 2px #87C096; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87C096; -webkit-box-shadow: 1px 1px 3px 2px #87C096; box-shadow:1px 1px 3px 2px #87C096;">
Div content here</div>
Dieser Text ist in der Farbe #87C096 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87C096 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87C096.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87C096.