HEX: #7EB389
RGB: (126,179,137)
#7EB389 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7EB389 ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7EB389 wird in RGB als (126,179,137) definiert.
RGB: (126,179,137)
(49%, 70%, 54%)
R 126 von 255 = 49%
G 179 von 255 = 70%
B 137 von 255 = 54%
R + G + B ~ 58%. #7EB389 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 179 + 137 = 442 (100%)
R 126 von 442 ~ 28.51%
G 179 von 442 ~ 40.5%
B 137 von 442 ~ 31'%
Die Farbe #7EB389 wird in CMYK als (30,0,23,30) definiert.
CMYK: (30,0,23,30) C30M0Y23K30 (30%,0%,23%,30%) (0.30/0.00/0.23/0.30)
Farbe #7EB389 in den populären Farbmodellen.
7E | B3 | 89 | |
---|---|---|---|
RGB | 126 | 179 | 137 |
HSL | 132° | 25.85% | 59.80% |
HSB/HSV | 132° | 29.61% | 70.20% |
CMYK | 29.61% | 0.00% | 23.46% |
29.80% |
Die Farbe #7EB389 in den populären Zahlensystemen.
Hexadezimal | 7E | B3 | 89 |
Dezimal | 126 | 179 | 137 |
Binär | 1111110 | 10110011 | 10001001 |
Oktal | 176 | 263 | 211 |
Dunkle Töne der Farbe #7EB389
Helle Töne der Farbe #7EB389
Beispiele css- und html für Elemente in der Farbe #7EB389. Bitte benutzen Sie auch rgb(126,179,137) statt hex-Code.
.myTextColor { color: #7EB389; }
<p style="color:#7EB389">This sample text font color is #7EB389.</p>
Die Farbe dieses Textes ist #7EB389.
.myBgColor { background-color: #7EB389; }
<div style="background-color:#7EB389">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EB389.
.myBorderColor { border: 1px solid #7EB389; }
<div style="border:3px solid #7EB389">Div</div>
Die Grenzen von diesem div sind in Farbe #7EB389.
.myOpacity80 { color: #7EB389; opacity: 0.8; }
<p style="color:#7EB389;opacity:0.8;">80%</p>
Text in Farbe #7EB389 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EB389;}
<p style="text-shadow: 3px 3px 1px #7EB389">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EB389.
.textShadow {text-shadow: 3px 3px 1px #7EB389', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EB389, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EB389 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EB389, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EB389, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EB389 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EB389;
-webkit-box-shadow: 1px 1px 3px 2px #7EB389;
box-shadow: 1px 1px 3px 2px #7EB389;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EB389; -webkit-box-shadow: 1px 1px 3px 2px #7EB389; box-shadow:1px 1px 3px 2px #7EB389;">
Div content here
</div>
Dieser Text ist in der Farbe #7EB389 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EB389 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EB389.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EB389.
Kontrastfarbe für #hex ist #814C76.