HEX: #988EAF
RGB: (152,142,175)
#988EAF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #988EAF ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #988EAF wird in RGB als (152,142,175) definiert.
RGB: (152,142,175) (60%,56%,69%)
R 152 von 255 = 60%
G 142 von 255 = 56%
B 175 von 255 = 69%
R + G + B ~ 62%. #988EAF ziemlich helle Farbe.
R + G + B =
152 + 142 + 175 = 469 (100%)
R 152 von 469 ~ 32.41%
G 142 von 469 ~ 30.28%
B 175 von 469 ~ 37.31%
Die Farbe #988EAF wird in CMYK als (13,19,0,31) definiert.
CMYK: (13,19,0,31) C13M19Y0K31 (13%,19%,0%,31%) (0.13/0.19/0.00/0.31)
98 | 8E | AF | |
---|---|---|---|
RGB | 152 | 142 | 175 |
HSL | 258° | 17.10% | 62.16% |
HSB/HSV | 258° | 18.86% | 68.63% |
CMYK | 13.14% | 18.86% | 0.00% |
31.37% |
Hexadezimal | 98 | 8E | AF |
Dezimal | 152 | 142 | 175 |
Binär | 10011000 | 10001110 | 10101111 |
Oktal | 230 | 216 | 257 |
Beispiele css- und html für Elemente in der Farbe #988EAF. Bitte benutzen Sie auch rgb(152,142,175) statt hex-Code.
.myTextColor { color: #988EAF; }
<p style="color:#988EAF">This sample text font color is #988EAF.</p>
Die Farbe dieses Textes ist #988EAF.
.myBgColor { background-color: #988EAF; }
<div style="background-color:#988EAF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #988EAF.
.myBorderColor { border: 1px solid #988EAF; }
<div style="border:3px solid #988EAF">Div</div>
Die Grenzen von diesem div sind in Farbe #988EAF.
.myOpacity80 { color: #988EAF; opacity: 0.8; }
<p style="color:#988EAF;opacity:0.8;">80%</p>
Text in Farbe #988EAF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988EAF;}
<p style="text-shadow: 3px 3px 1px #988EAF">Text here.</p>
Dieser Text hat den Schatten in Farbe #988EAF.
.textShadow {text-shadow: 3px 3px 1px #988EAF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988EAF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #988EAF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988EAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988EAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #988EAF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #988EAF; -webkit-box-shadow: 1px 1px 3px 2px #988EAF; box-shadow: 1px 1px 3px 2px #988EAF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #988EAF; -webkit-box-shadow: 1px 1px 3px 2px #988EAF; box-shadow:1px 1px 3px 2px #988EAF;">
Div content here</div>
Dieser Text ist in der Farbe #988EAF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #988EAF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #988EAF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #988EAF.