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