HEX: #988ABC
RGB: (152,138,188)
#988ABC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #988ABC ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #988ABC wird in RGB als (152,138,188) definiert.
RGB: (152,138,188)
(60%, 54%, 74%)
R 152 von 255 = 60%
G 138 von 255 = 54%
B 188 von 255 = 74%
R + G + B ~ 63%. #988ABC ziemlich helle Farbe.
R + G + B = 152 + 138 + 188 = 478 (100%)
R 152 von 478 ~ 31.8%
G 138 von 478 ~ 28.87%
B 188 von 478 ~ 39.33'%
Die Farbe #988ABC wird in CMYK als (19,27,0,26) definiert.
CMYK: (19,27,0,26)
C19M27Y0K26 (19%, 27%, 0%, 26%)
(0.19 / 0.27 / 0.00 / 0.26)
Farbe #988ABC in den populären Farbmodellen.
98 | 8A | BC | |
---|---|---|---|
RGB | 152 | 138 | 188 |
HSL | 257° | 27.17% | 63.92% |
HSB/HSV | 257° | 26.60% | 73.73% |
CMYK | 19.15% | 26.60% | 0.00% |
26.27% |
Die Farbe #988ABC in den populären Zahlensystemen.
Hexadezimal | 98 | 8A | BC |
Dezimal | 152 | 138 | 188 |
Binär | 10011000 | 10001010 | 10111100 |
Oktal | 230 | 212 | 274 |
Dunkle Töne der Farbe #988ABC
Helle Töne der Farbe #988ABC
Beispiele css- und html für Elemente in der Farbe #988ABC. Bitte benutzen Sie auch rgb(152,138,188) statt hex-Code.
.myTextColor { color: #988ABC; }
<p style="color:#988ABC">This sample text font color is #988ABC.</p>
Die Farbe dieses Textes ist #988ABC.
.myBgColor { background-color: #988ABC; }
<div style="background-color:#988ABC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #988ABC.
.myBorderColor { border: 1px solid #988ABC; }
<div style="border:3px solid #988ABC">Div</div>
Die Grenzen von diesem div sind in Farbe #988ABC.
.myOpacity80 { color: #988ABC; opacity: 0.8; }
<p style="color:#988ABC;opacity:0.8;">80%</p>
Text in Farbe #988ABC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988ABC;}
<p style="text-shadow: 3px 3px 1px #988ABC">Text here.</p>
Dieser Text hat den Schatten in Farbe #988ABC.
.textShadow {text-shadow: 3px 3px 1px #988ABC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988ABC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #988ABC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988ABC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988ABC, Direction=45, Strength=4)">Text</p>
This text has shadow with #988ABC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #988ABC;
-webkit-box-shadow: 1px 1px 3px 2px #988ABC;
box-shadow: 1px 1px 3px 2px #988ABC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988ABC; -webkit-box-shadow: 1px 1px 3px 2px #988ABC; box-shadow:1px 1px 3px 2px #988ABC;">
Div content here
</div>
Dieser Text ist in der Farbe #988ABC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #988ABC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #988ABC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #988ABC.
Kontrastfarbe für #hex ist #677543.