HEX: #988B9A
RGB: (152,139,154)
#988B9A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #988B9A ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #988B9A wird in RGB als (152,139,154) definiert.
RGB: (152,139,154)
(60%, 55%, 60%)
R 152 von 255 = 60%
G 139 von 255 = 55%
B 154 von 255 = 60%
R + G + B ~ 58%. #988B9A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 152 + 139 + 154 = 445 (100%)
R 152 von 445 ~ 34.16%
G 139 von 445 ~ 31.24%
B 154 von 445 ~ 34.61'%
Die Farbe #988B9A wird in CMYK als (1,10,0,40) definiert.
CMYK: (1,10,0,40)
C1M10Y0K40 (1%, 10%, 0%, 40%)
(0.01 / 0.10 / 0.00 / 0.40)
Farbe #988B9A in den populären Farbmodellen.
98 | 8B | 9A | |
---|---|---|---|
RGB | 152 | 139 | 154 |
HSL | 292° | 6.91% | 57.45% |
HSB/HSV | 292° | 9.74% | 60.39% |
CMYK | 1.30% | 9.74% | 0.00% |
39.61% |
Die Farbe #988B9A in den populären Zahlensystemen.
Hexadezimal | 98 | 8B | 9A |
Dezimal | 152 | 139 | 154 |
Binär | 10011000 | 10001011 | 10011010 |
Oktal | 230 | 213 | 232 |
Dunkle Töne der Farbe #988B9A
Helle Töne der Farbe #988B9A
Beispiele css- und html für Elemente in der Farbe #988B9A. Bitte benutzen Sie auch rgb(152,139,154) statt hex-Code.
.myTextColor { color: #988B9A; }
<p style="color:#988B9A">This sample text font color is #988B9A.</p>
Die Farbe dieses Textes ist #988B9A.
.myBgColor { background-color: #988B9A; }
<div style="background-color:#988B9A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #988B9A.
.myBorderColor { border: 1px solid #988B9A; }
<div style="border:3px solid #988B9A">Div</div>
Die Grenzen von diesem div sind in Farbe #988B9A.
.myOpacity80 { color: #988B9A; opacity: 0.8; }
<p style="color:#988B9A;opacity:0.8;">80%</p>
Text in Farbe #988B9A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988B9A;}
<p style="text-shadow: 3px 3px 1px #988B9A">Text here.</p>
Dieser Text hat den Schatten in Farbe #988B9A.
.textShadow {text-shadow: 3px 3px 1px #988B9A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988B9A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #988B9A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988B9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988B9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #988B9A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #988B9A;
-webkit-box-shadow: 1px 1px 3px 2px #988B9A;
box-shadow: 1px 1px 3px 2px #988B9A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988B9A; -webkit-box-shadow: 1px 1px 3px 2px #988B9A; box-shadow:1px 1px 3px 2px #988B9A;">
Div content here
</div>
Dieser Text ist in der Farbe #988B9A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #988B9A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #988B9A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #988B9A.
Kontrastfarbe für #hex ist #677465.