HEX: #7E6083
RGB: (126,96,131)
#7E6083 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E6083 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7E6083 wird in RGB als (126,96,131) definiert.
RGB: (126,96,131) (49%,38%,51%)
R 126 von 255 = 49%
G 96 von 255 = 38%
B 131 von 255 = 51%
R + G + B ~ 46%. #7E6083 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 96 + 131 = 353 (100%)
R 126 von 353 ~ 35.69%
G 96 von 353 ~ 27.2%
B 131 von 353 ~ 37.11%
Die Farbe #7E6083 wird in CMYK als (4,27,0,49) definiert.
CMYK: (4,27,0,49) C4M27Y0K49 (4%,27%,0%,49%) (0.04/0.27/0.00/0.49)
7E | 60 | 83 | |
---|---|---|---|
RGB | 126 | 96 | 131 |
HSL | 291° | 15.42% | 44.51% |
HSB/HSV | 291° | 26.72% | 51.37% |
CMYK | 3.82% | 26.72% | 0.00% |
48.63% |
Hexadezimal | 7E | 60 | 83 |
Dezimal | 126 | 96 | 131 |
Binär | 1111110 | 1100000 | 10000011 |
Oktal | 176 | 140 | 203 |
Beispiele css- und html für Elemente in der Farbe #7E6083. Bitte benutzen Sie auch rgb(126,96,131) statt hex-Code.
.myTextColor { color: #7E6083; }
<p style="color:#7E6083">This sample text font color is #7E6083.</p>
Die Farbe dieses Textes ist #7E6083.
.myBgColor { background-color: #7E6083; }
<div style="background-color:#7E6083">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E6083.
.myBorderColor { border: 1px solid #7E6083; }
<div style="border:3px solid #7E6083">Div</div>
Die Grenzen von diesem div sind in Farbe #7E6083.
.myOpacity80 { color: #7E6083; opacity: 0.8; }
<p style="color:#7E6083;opacity:0.8;">80%</p>
Text in Farbe #7E6083 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E6083;}
<p style="text-shadow: 3px 3px 1px #7E6083">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E6083.
.textShadow {text-shadow: 3px 3px 1px #7E6083, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E6083, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E6083 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E6083, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E6083, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E6083 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E6083; -webkit-box-shadow: 1px 1px 3px 2px #7E6083; box-shadow: 1px 1px 3px 2px #7E6083; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E6083; -webkit-box-shadow: 1px 1px 3px 2px #7E6083; box-shadow:1px 1px 3px 2px #7E6083;">
Div content here</div>
Dieser Text ist in der Farbe #7E6083 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E6083 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E6083.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E6083.