HEX: #7E897F
RGB: (126,137,127)
#7E897F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E897F ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #7E897F wird in RGB als (126,137,127) definiert.
RGB: (126,137,127) (49%,54%,50%)
R 126 von 255 = 49%
G 137 von 255 = 54%
B 127 von 255 = 50%
R + G + B ~ 51%. #7E897F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 137 + 127 = 390 (100%)
R 126 von 390 ~ 32.31%
G 137 von 390 ~ 35.13%
B 127 von 390 ~ 32.56%
Die Farbe #7E897F wird in CMYK als (8,0,7,46) definiert.
CMYK: (8,0,7,46) C8M0Y7K46 (8%,0%,7%,46%) (0.08/0.00/0.07/0.46)
7E | 89 | 7F | |
---|---|---|---|
RGB | 126 | 137 | 127 |
HSL | 125° | 4.45% | 51.57% |
HSB/HSV | 125° | 8.03% | 53.73% |
CMYK | 8.03% | 0.00% | 7.30% |
46.27% |
Hexadezimal | 7E | 89 | 7F |
Dezimal | 126 | 137 | 127 |
Binär | 1111110 | 10001001 | 1111111 |
Oktal | 176 | 211 | 177 |
Beispiele css- und html für Elemente in der Farbe #7E897F. Bitte benutzen Sie auch rgb(126,137,127) statt hex-Code.
.myTextColor { color: #7E897F; }
<p style="color:#7E897F">This sample text font color is #7E897F.</p>
Die Farbe dieses Textes ist #7E897F.
.myBgColor { background-color: #7E897F; }
<div style="background-color:#7E897F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E897F.
.myBorderColor { border: 1px solid #7E897F; }
<div style="border:3px solid #7E897F">Div</div>
Die Grenzen von diesem div sind in Farbe #7E897F.
.myOpacity80 { color: #7E897F; opacity: 0.8; }
<p style="color:#7E897F;opacity:0.8;">80%</p>
Text in Farbe #7E897F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E897F;}
<p style="text-shadow: 3px 3px 1px #7E897F">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E897F.
.textShadow {text-shadow: 3px 3px 1px #7E897F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E897F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E897F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E897F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E897F, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E897F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E897F; -webkit-box-shadow: 1px 1px 3px 2px #7E897F; box-shadow: 1px 1px 3px 2px #7E897F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E897F; -webkit-box-shadow: 1px 1px 3px 2px #7E897F; box-shadow:1px 1px 3px 2px #7E897F;">
Div content here</div>
Dieser Text ist in der Farbe #7E897F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E897F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E897F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E897F.