HEX: #7E969D
RGB: (126,150,157)
#7E969D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E969D ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7E969D wird in RGB als (126,150,157) definiert.
RGB: (126,150,157)
(49%, 59%, 62%)
R 126 von 255 = 49%
G 150 von 255 = 59%
B 157 von 255 = 62%
R + G + B ~ 57%. #7E969D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 150 + 157 = 433 (100%)
R 126 von 433 ~ 29.1%
G 150 von 433 ~ 34.64%
B 157 von 433 ~ 36.26'%
Die Farbe #7E969D wird in CMYK als (20,4,0,38) definiert.
CMYK: (20,4,0,38) C20M4Y0K38 (20%,4%,0%,38%) (0.20/0.04/0.00/0.38)
Farbe #7E969D in den populären Farbmodellen.
7E | 96 | 9D | |
---|---|---|---|
RGB | 126 | 150 | 157 |
HSL | 194° | 13.66% | 55.49% |
HSB/HSV | 194° | 19.75% | 61.57% |
CMYK | 19.75% | 4.46% | 0.00% |
38.43% |
Die Farbe #7E969D in den populären Zahlensystemen.
Hexadezimal | 7E | 96 | 9D |
Dezimal | 126 | 150 | 157 |
Binär | 1111110 | 10010110 | 10011101 |
Oktal | 176 | 226 | 235 |
Dunkle Töne der Farbe #7E969D
Helle Töne der Farbe #7E969D
Beispiele css- und html für Elemente in der Farbe #7E969D. Bitte benutzen Sie auch rgb(126,150,157) statt hex-Code.
.myTextColor { color: #7E969D; }
<p style="color:#7E969D">This sample text font color is #7E969D.</p>
Die Farbe dieses Textes ist #7E969D.
.myBgColor { background-color: #7E969D; }
<div style="background-color:#7E969D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E969D.
.myBorderColor { border: 1px solid #7E969D; }
<div style="border:3px solid #7E969D">Div</div>
Die Grenzen von diesem div sind in Farbe #7E969D.
.myOpacity80 { color: #7E969D; opacity: 0.8; }
<p style="color:#7E969D;opacity:0.8;">80%</p>
Text in Farbe #7E969D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E969D;}
<p style="text-shadow: 3px 3px 1px #7E969D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E969D.
.textShadow {text-shadow: 3px 3px 1px #7E969D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E969D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E969D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E969D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E969D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E969D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E969D;
-webkit-box-shadow: 1px 1px 3px 2px #7E969D;
box-shadow: 1px 1px 3px 2px #7E969D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E969D; -webkit-box-shadow: 1px 1px 3px 2px #7E969D; box-shadow:1px 1px 3px 2px #7E969D;">
Div content here
</div>
Dieser Text ist in der Farbe #7E969D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E969D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E969D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E969D.
Kontrastfarbe für #hex ist #816962.