HEX: #7EA88A
RGB: (126,168,138)
#7EA88A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7EA88A ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7EA88A wird in RGB als (126,168,138) definiert.
RGB: (126,168,138) (49%,66%,54%)
R 126 von 255 = 49%
G 168 von 255 = 66%
B 138 von 255 = 54%
R + G + B ~ 56%. #7EA88A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 168 + 138 = 432 (100%)
R 126 von 432 ~ 29.17%
G 168 von 432 ~ 38.89%
B 138 von 432 ~ 31.94%
Die Farbe #7EA88A wird in CMYK als (25,0,18,34) definiert.
CMYK: (25,0,18,34) C25M0Y18K34 (25%,0%,18%,34%) (0.25/0.00/0.18/0.34)
7E | A8 | 8A | |
---|---|---|---|
RGB | 126 | 168 | 138 |
HSL | 137° | 19.44% | 57.65% |
HSB/HSV | 137° | 25.00% | 65.88% |
CMYK | 25.00% | 0.00% | 17.86% |
34.12% |
Hexadezimal | 7E | A8 | 8A |
Dezimal | 126 | 168 | 138 |
Binär | 1111110 | 10101000 | 10001010 |
Oktal | 176 | 250 | 212 |
Beispiele css- und html für Elemente in der Farbe #7EA88A. Bitte benutzen Sie auch rgb(126,168,138) statt hex-Code.
.myTextColor { color: #7EA88A; }
<p style="color:#7EA88A">This sample text font color is #7EA88A.</p>
Die Farbe dieses Textes ist #7EA88A.
.myBgColor { background-color: #7EA88A; }
<div style="background-color:#7EA88A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EA88A.
.myBorderColor { border: 1px solid #7EA88A; }
<div style="border:3px solid #7EA88A">Div</div>
Die Grenzen von diesem div sind in Farbe #7EA88A.
.myOpacity80 { color: #7EA88A; opacity: 0.8; }
<p style="color:#7EA88A;opacity:0.8;">80%</p>
Text in Farbe #7EA88A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EA88A;}
<p style="text-shadow: 3px 3px 1px #7EA88A">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EA88A.
.textShadow {text-shadow: 3px 3px 1px #7EA88A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EA88A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EA88A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EA88A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EA88A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EA88A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EA88A; -webkit-box-shadow: 1px 1px 3px 2px #7EA88A; box-shadow: 1px 1px 3px 2px #7EA88A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EA88A; -webkit-box-shadow: 1px 1px 3px 2px #7EA88A; box-shadow:1px 1px 3px 2px #7EA88A;">
Div content here</div>
Dieser Text ist in der Farbe #7EA88A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EA88A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EA88A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EA88A.