HEX: #7E8CAD
RGB: (126,140,173)
#7E8CAD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E8CAD ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7E8CAD wird in RGB als (126,140,173) definiert.
RGB: (126,140,173) (49%,55%,68%)
R 126 von 255 = 49%
G 140 von 255 = 55%
B 173 von 255 = 68%
R + G + B ~ 57%. #7E8CAD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 140 + 173 = 439 (100%)
R 126 von 439 ~ 28.7%
G 140 von 439 ~ 31.89%
B 173 von 439 ~ 39.41%
Die Farbe #7E8CAD wird in CMYK als (27,19,0,32) definiert.
CMYK: (27,19,0,32) C27M19Y0K32 (27%,19%,0%,32%) (0.27/0.19/0.00/0.32)
7E | 8C | AD | |
---|---|---|---|
RGB | 126 | 140 | 173 |
HSL | 222° | 22.27% | 58.63% |
HSB/HSV | 222° | 27.17% | 67.84% |
CMYK | 27.17% | 19.08% | 0.00% |
32.16% |
Hexadezimal | 7E | 8C | AD |
Dezimal | 126 | 140 | 173 |
Binär | 1111110 | 10001100 | 10101101 |
Oktal | 176 | 214 | 255 |
Beispiele css- und html für Elemente in der Farbe #7E8CAD. Bitte benutzen Sie auch rgb(126,140,173) statt hex-Code.
.myTextColor { color: #7E8CAD; }
<p style="color:#7E8CAD">This sample text font color is #7E8CAD.</p>
Die Farbe dieses Textes ist #7E8CAD.
.myBgColor { background-color: #7E8CAD; }
<div style="background-color:#7E8CAD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E8CAD.
.myBorderColor { border: 1px solid #7E8CAD; }
<div style="border:3px solid #7E8CAD">Div</div>
Die Grenzen von diesem div sind in Farbe #7E8CAD.
.myOpacity80 { color: #7E8CAD; opacity: 0.8; }
<p style="color:#7E8CAD;opacity:0.8;">80%</p>
Text in Farbe #7E8CAD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E8CAD;}
<p style="text-shadow: 3px 3px 1px #7E8CAD">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E8CAD.
.textShadow {text-shadow: 3px 3px 1px #7E8CAD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E8CAD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E8CAD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E8CAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E8CAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E8CAD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E8CAD; -webkit-box-shadow: 1px 1px 3px 2px #7E8CAD; box-shadow: 1px 1px 3px 2px #7E8CAD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E8CAD; -webkit-box-shadow: 1px 1px 3px 2px #7E8CAD; box-shadow:1px 1px 3px 2px #7E8CAD;">
Div content here</div>
Dieser Text ist in der Farbe #7E8CAD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E8CAD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E8CAD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E8CAD.