HEX: #88998B
RGB: (136,153,139)
#88998B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #88998B ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #88998B wird in RGB als (136,153,139) definiert.
RGB: (136,153,139)
(53%, 60%, 55%)
R 136 von 255 = 53%
G 153 von 255 = 60%
B 139 von 255 = 55%
R + G + B ~ 56%. #88998B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 136 + 153 + 139 = 428 (100%)
R 136 von 428 ~ 31.78%
G 153 von 428 ~ 35.75%
B 139 von 428 ~ 32.48'%
Die Farbe #88998B wird in CMYK als (11,0,9,40) definiert.
CMYK: (11,0,9,40) C11M0Y9K40 (11%,0%,9%,40%) (0.11/0.00/0.09/0.40)
Farbe #88998B in den populären Farbmodellen.
88 | 99 | 8B | |
---|---|---|---|
RGB | 136 | 153 | 139 |
HSL | 131° | 7.69% | 56.67% |
HSB/HSV | 131° | 11.11% | 60.00% |
CMYK | 11.11% | 0.00% | 9.15% |
40.00% |
Die Farbe #88998B in den populären Zahlensystemen.
Hexadezimal | 88 | 99 | 8B |
Dezimal | 136 | 153 | 139 |
Binär | 10001000 | 10011001 | 10001011 |
Oktal | 210 | 231 | 213 |
Dunkle Töne der Farbe #88998B
Helle Töne der Farbe #88998B
Beispiele css- und html für Elemente in der Farbe #88998B. Bitte benutzen Sie auch rgb(136,153,139) statt hex-Code.
.myTextColor { color: #88998B; }
<p style="color:#88998B">This sample text font color is #88998B.</p>
Die Farbe dieses Textes ist #88998B.
.myBgColor { background-color: #88998B; }
<div style="background-color:#88998B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88998B.
.myBorderColor { border: 1px solid #88998B; }
<div style="border:3px solid #88998B">Div</div>
Die Grenzen von diesem div sind in Farbe #88998B.
.myOpacity80 { color: #88998B; opacity: 0.8; }
<p style="color:#88998B;opacity:0.8;">80%</p>
Text in Farbe #88998B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88998B;}
<p style="text-shadow: 3px 3px 1px #88998B">Text here.</p>
Dieser Text hat den Schatten in Farbe #88998B.
.textShadow {text-shadow: 3px 3px 1px #88998B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88998B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88998B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88998B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88998B, Direction=45, Strength=4)">Text</p>
This text has shadow with #88998B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88998B;
-webkit-box-shadow: 1px 1px 3px 2px #88998B;
box-shadow: 1px 1px 3px 2px #88998B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88998B; -webkit-box-shadow: 1px 1px 3px 2px #88998B; box-shadow:1px 1px 3px 2px #88998B;">
Div content here
</div>
Dieser Text ist in der Farbe #88998B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88998B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88998B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88998B.
Kontrastfarbe für #hex ist #776674.