HEX: #888EB9
RGB: (136,142,185)
#888EB9 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #888EB9 ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #888EB9 wird in RGB als (136,142,185) definiert.
RGB: (136,142,185) (53%,56%,73%)
R 136 von 255 = 53%
G 142 von 255 = 56%
B 185 von 255 = 73%
R + G + B ~ 61%. #888EB9 ziemlich helle Farbe.
R + G + B =
136 + 142 + 185 = 463 (100%)
R 136 von 463 ~ 29.37%
G 142 von 463 ~ 30.67%
B 185 von 463 ~ 39.96%
Die Farbe #888EB9 wird in CMYK als (26,23,0,27) definiert.
CMYK: (26,23,0,27) C26M23Y0K27 (26%,23%,0%,27%) (0.26/0.23/0.00/0.27)
88 | 8E | B9 | |
---|---|---|---|
RGB | 136 | 142 | 185 |
HSL | 233° | 25.93% | 62.94% |
HSB/HSV | 233° | 26.49% | 72.55% |
CMYK | 26.49% | 23.24% | 0.00% |
27.45% |
Hexadezimal | 88 | 8E | B9 |
Dezimal | 136 | 142 | 185 |
Binär | 10001000 | 10001110 | 10111001 |
Oktal | 210 | 216 | 271 |
Beispiele css- und html für Elemente in der Farbe #888EB9. Bitte benutzen Sie auch rgb(136,142,185) statt hex-Code.
.myTextColor { color: #888EB9; }
<p style="color:#888EB9">This sample text font color is #888EB9.</p>
Die Farbe dieses Textes ist #888EB9.
.myBgColor { background-color: #888EB9; }
<div style="background-color:#888EB9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #888EB9.
.myBorderColor { border: 1px solid #888EB9; }
<div style="border:3px solid #888EB9">Div</div>
Die Grenzen von diesem div sind in Farbe #888EB9.
.myOpacity80 { color: #888EB9; opacity: 0.8; }
<p style="color:#888EB9;opacity:0.8;">80%</p>
Text in Farbe #888EB9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #888EB9;}
<p style="text-shadow: 3px 3px 1px #888EB9">Text here.</p>
Dieser Text hat den Schatten in Farbe #888EB9.
.textShadow {text-shadow: 3px 3px 1px #888EB9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #888EB9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #888EB9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#888EB9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#888EB9, Direction=45, Strength=4)">Text</p>
This text has shadow with #888EB9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #888EB9; -webkit-box-shadow: 1px 1px 3px 2px #888EB9; box-shadow: 1px 1px 3px 2px #888EB9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #888EB9; -webkit-box-shadow: 1px 1px 3px 2px #888EB9; box-shadow:1px 1px 3px 2px #888EB9;">
Div content here</div>
Dieser Text ist in der Farbe #888EB9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #888EB9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #888EB9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #888EB9.