HEX: #7EB19B
RGB: (126,177,155)
#7EB19B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7EB19B ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7EB19B wird in RGB als (126,177,155) definiert.
RGB: (126,177,155) (49%,69%,61%)
R 126 von 255 = 49%
G 177 von 255 = 69%
B 155 von 255 = 61%
R + G + B ~ 60%. #7EB19B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 177 + 155 = 458 (100%)
R 126 von 458 ~ 27.51%
G 177 von 458 ~ 38.65%
B 155 von 458 ~ 33.84%
Die Farbe #7EB19B wird in CMYK als (29,0,12,31) definiert.
CMYK: (29,0,12,31) C29M0Y12K31 (29%,0%,12%,31%) (0.29/0.00/0.12/0.31)
7E | B1 | 9B | |
---|---|---|---|
RGB | 126 | 177 | 155 |
HSL | 154° | 24.64% | 59.41% |
HSB/HSV | 154° | 28.81% | 69.41% |
CMYK | 28.81% | 0.00% | 12.43% |
30.59% |
Hexadezimal | 7E | B1 | 9B |
Dezimal | 126 | 177 | 155 |
Binär | 1111110 | 10110001 | 10011011 |
Oktal | 176 | 261 | 233 |
Beispiele css- und html für Elemente in der Farbe #7EB19B. Bitte benutzen Sie auch rgb(126,177,155) statt hex-Code.
.myTextColor { color: #7EB19B; }
<p style="color:#7EB19B">This sample text font color is #7EB19B.</p>
Die Farbe dieses Textes ist #7EB19B.
.myBgColor { background-color: #7EB19B; }
<div style="background-color:#7EB19B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EB19B.
.myBorderColor { border: 1px solid #7EB19B; }
<div style="border:3px solid #7EB19B">Div</div>
Die Grenzen von diesem div sind in Farbe #7EB19B.
.myOpacity80 { color: #7EB19B; opacity: 0.8; }
<p style="color:#7EB19B;opacity:0.8;">80%</p>
Text in Farbe #7EB19B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EB19B;}
<p style="text-shadow: 3px 3px 1px #7EB19B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EB19B.
.textShadow {text-shadow: 3px 3px 1px #7EB19B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EB19B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EB19B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EB19B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EB19B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EB19B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EB19B; -webkit-box-shadow: 1px 1px 3px 2px #7EB19B; box-shadow: 1px 1px 3px 2px #7EB19B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EB19B; -webkit-box-shadow: 1px 1px 3px 2px #7EB19B; box-shadow:1px 1px 3px 2px #7EB19B;">
Div content here</div>
Dieser Text ist in der Farbe #7EB19B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EB19B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EB19B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EB19B.