HEX: #7988BD
RGB: (121,136,189)
#7988BD enthält hauptsächlich grüne und blaue Farbe. Für #7988BD ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #7988BD wird in RGB als (121,136,189) definiert.
RGB: (121,136,189) (47%,53%,74%)
R 121 von 255 = 47%
G 136 von 255 = 53%
B 189 von 255 = 74%
R + G + B ~ 58%. #7988BD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
121 + 136 + 189 = 446 (100%)
R 121 von 446 ~ 27.13%
G 136 von 446 ~ 30.49%
B 189 von 446 ~ 42.38%
Die Farbe #7988BD wird in CMYK als (36,28,0,26) definiert.
CMYK: (36,28,0,26) C36M28Y0K26 (36%,28%,0%,26%) (0.36/0.28/0.00/0.26)
79 | 88 | BD | |
---|---|---|---|
RGB | 121 | 136 | 189 |
HSL | 227° | 34.00% | 60.78% |
HSB/HSV | 227° | 35.98% | 74.12% |
CMYK | 35.98% | 28.04% | 0.00% |
25.88% |
Hexadezimal | 79 | 88 | BD |
Dezimal | 121 | 136 | 189 |
Binär | 1111001 | 10001000 | 10111101 |
Oktal | 171 | 210 | 275 |
Beispiele css- und html für Elemente in der Farbe #7988BD. Bitte benutzen Sie auch rgb(121,136,189) statt hex-Code.
.myTextColor { color: #7988BD; }
<p style="color:#7988BD">This sample text font color is #7988BD.</p>
Die Farbe dieses Textes ist #7988BD.
.myBgColor { background-color: #7988BD; }
<div style="background-color:#7988BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7988BD.
.myBorderColor { border: 1px solid #7988BD; }
<div style="border:3px solid #7988BD">Div</div>
Die Grenzen von diesem div sind in Farbe #7988BD.
.myOpacity80 { color: #7988BD; opacity: 0.8; }
<p style="color:#7988BD;opacity:0.8;">80%</p>
Text in Farbe #7988BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7988BD;}
<p style="text-shadow: 3px 3px 1px #7988BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #7988BD.
.textShadow {text-shadow: 3px 3px 1px #7988BD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7988BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7988BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7988BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7988BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #7988BD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7988BD; -webkit-box-shadow: 1px 1px 3px 2px #7988BD; box-shadow: 1px 1px 3px 2px #7988BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7988BD; -webkit-box-shadow: 1px 1px 3px 2px #7988BD; box-shadow:1px 1px 3px 2px #7988BD;">
Div content here</div>
Dieser Text ist in der Farbe #7988BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7988BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7988BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7988BD.