HEX: #87878B
RGB: (135,135,139)
#87878B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #87878B ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #87878B wird in RGB als (135,135,139) definiert.
RGB: (135,135,139) (53%,53%,55%)
R 135 von 255 = 53%
G 135 von 255 = 53%
B 139 von 255 = 55%
R + G + B ~ 54%. #87878B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 135 + 139 = 409 (100%)
R 135 von 409 ~ 33.01%
G 135 von 409 ~ 33.01%
B 139 von 409 ~ 33.99%
Die Farbe #87878B wird in CMYK als (3,3,0,45) definiert.
CMYK: (3,3,0,45) C3M3Y0K45 (3%,3%,0%,45%) (0.03/0.03/0.00/0.45)
87 | 87 | 8B | |
---|---|---|---|
RGB | 135 | 135 | 139 |
HSL | 240° | 1.69% | 53.73% |
HSB/HSV | 240° | 2.88% | 54.51% |
CMYK | 2.88% | 2.88% | 0.00% |
45.49% |
Hexadezimal | 87 | 87 | 8B |
Dezimal | 135 | 135 | 139 |
Binär | 10000111 | 10000111 | 10001011 |
Oktal | 207 | 207 | 213 |
Beispiele css- und html für Elemente in der Farbe #87878B. Bitte benutzen Sie auch rgb(135,135,139) statt hex-Code.
.myTextColor { color: #87878B; }
<p style="color:#87878B">This sample text font color is #87878B.</p>
Die Farbe dieses Textes ist #87878B.
.myBgColor { background-color: #87878B; }
<div style="background-color:#87878B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87878B.
.myBorderColor { border: 1px solid #87878B; }
<div style="border:3px solid #87878B">Div</div>
Die Grenzen von diesem div sind in Farbe #87878B.
.myOpacity80 { color: #87878B; opacity: 0.8; }
<p style="color:#87878B;opacity:0.8;">80%</p>
Text in Farbe #87878B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87878B;}
<p style="text-shadow: 3px 3px 1px #87878B">Text here.</p>
Dieser Text hat den Schatten in Farbe #87878B.
.textShadow {text-shadow: 3px 3px 1px #87878B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87878B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87878B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87878B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87878B, Direction=45, Strength=4)">Text</p>
This text has shadow with #87878B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87878B; -webkit-box-shadow: 1px 1px 3px 2px #87878B; box-shadow: 1px 1px 3px 2px #87878B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87878B; -webkit-box-shadow: 1px 1px 3px 2px #87878B; box-shadow:1px 1px 3px 2px #87878B;">
Div content here</div>
Dieser Text ist in der Farbe #87878B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87878B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87878B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87878B.