HEX: #7E987D
RGB: (126,152,125)
#7E987D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E987D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #7E987D wird in RGB als (126,152,125) definiert.
RGB: (126,152,125) (49%,60%,49%)
R 126 von 255 = 49%
G 152 von 255 = 60%
B 125 von 255 = 49%
R + G + B ~ 53%. #7E987D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 152 + 125 = 403 (100%)
R 126 von 403 ~ 31.27%
G 152 von 403 ~ 37.72%
B 125 von 403 ~ 31.02%
Die Farbe #7E987D wird in CMYK als (17,0,18,40) definiert.
CMYK: (17,0,18,40) C17M0Y18K40 (17%,0%,18%,40%) (0.17/0.00/0.18/0.40)
7E | 98 | 7D | |
---|---|---|---|
RGB | 126 | 152 | 125 |
HSL | 118° | 11.59% | 54.31% |
HSB/HSV | 118° | 17.76% | 59.61% |
CMYK | 17.11% | 0.00% | 17.76% |
40.39% |
Hexadezimal | 7E | 98 | 7D |
Dezimal | 126 | 152 | 125 |
Binär | 1111110 | 10011000 | 1111101 |
Oktal | 176 | 230 | 175 |
Beispiele css- und html für Elemente in der Farbe #7E987D. Bitte benutzen Sie auch rgb(126,152,125) statt hex-Code.
.myTextColor { color: #7E987D; }
<p style="color:#7E987D">This sample text font color is #7E987D.</p>
Die Farbe dieses Textes ist #7E987D.
.myBgColor { background-color: #7E987D; }
<div style="background-color:#7E987D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E987D.
.myBorderColor { border: 1px solid #7E987D; }
<div style="border:3px solid #7E987D">Div</div>
Die Grenzen von diesem div sind in Farbe #7E987D.
.myOpacity80 { color: #7E987D; opacity: 0.8; }
<p style="color:#7E987D;opacity:0.8;">80%</p>
Text in Farbe #7E987D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E987D;}
<p style="text-shadow: 3px 3px 1px #7E987D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E987D.
.textShadow {text-shadow: 3px 3px 1px #7E987D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E987D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E987D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E987D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E987D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E987D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E987D; -webkit-box-shadow: 1px 1px 3px 2px #7E987D; box-shadow: 1px 1px 3px 2px #7E987D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E987D; -webkit-box-shadow: 1px 1px 3px 2px #7E987D; box-shadow:1px 1px 3px 2px #7E987D;">
Div content here</div>
Dieser Text ist in der Farbe #7E987D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E987D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E987D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E987D.