HEX: #7F8EBA
RGB: (127,142,186)
#7F8EBA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7F8EBA ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #7F8EBA wird in RGB als (127,142,186) definiert.
RGB: (127,142,186) (50%,56%,73%)
R 127 von 255 = 50%
G 142 von 255 = 56%
B 186 von 255 = 73%
R + G + B ~ 60%. #7F8EBA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
127 + 142 + 186 = 455 (100%)
R 127 von 455 ~ 27.91%
G 142 von 455 ~ 31.21%
B 186 von 455 ~ 40.88%
Die Farbe #7F8EBA wird in CMYK als (32,24,0,27) definiert.
CMYK: (32,24,0,27) C32M24Y0K27 (32%,24%,0%,27%) (0.32/0.24/0.00/0.27)
7F | 8E | BA | |
---|---|---|---|
RGB | 127 | 142 | 186 |
HSL | 225° | 29.95% | 61.37% |
HSB/HSV | 225° | 31.72% | 72.94% |
CMYK | 31.72% | 23.66% | 0.00% |
27.06% |
Hexadezimal | 7F | 8E | BA |
Dezimal | 127 | 142 | 186 |
Binär | 1111111 | 10001110 | 10111010 |
Oktal | 177 | 216 | 272 |
Beispiele css- und html für Elemente in der Farbe #7F8EBA. Bitte benutzen Sie auch rgb(127,142,186) statt hex-Code.
.myTextColor { color: #7F8EBA; }
<p style="color:#7F8EBA">This sample text font color is #7F8EBA.</p>
Die Farbe dieses Textes ist #7F8EBA.
.myBgColor { background-color: #7F8EBA; }
<div style="background-color:#7F8EBA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7F8EBA.
.myBorderColor { border: 1px solid #7F8EBA; }
<div style="border:3px solid #7F8EBA">Div</div>
Die Grenzen von diesem div sind in Farbe #7F8EBA.
.myOpacity80 { color: #7F8EBA; opacity: 0.8; }
<p style="color:#7F8EBA;opacity:0.8;">80%</p>
Text in Farbe #7F8EBA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7F8EBA;}
<p style="text-shadow: 3px 3px 1px #7F8EBA">Text here.</p>
Dieser Text hat den Schatten in Farbe #7F8EBA.
.textShadow {text-shadow: 3px 3px 1px #7F8EBA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7F8EBA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7F8EBA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F8EBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7F8EBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #7F8EBA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7F8EBA; -webkit-box-shadow: 1px 1px 3px 2px #7F8EBA; box-shadow: 1px 1px 3px 2px #7F8EBA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7F8EBA; -webkit-box-shadow: 1px 1px 3px 2px #7F8EBA; box-shadow:1px 1px 3px 2px #7F8EBA;">
Div content here</div>
Dieser Text ist in der Farbe #7F8EBA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7F8EBA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7F8EBA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7F8EBA.