HEX: #7EA688
RGB: (126,166,136)
#7EA688 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7EA688 ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7EA688 wird in RGB als (126,166,136) definiert.
RGB: (126,166,136) (49%,65%,53%)
R 126 von 255 = 49%
G 166 von 255 = 65%
B 136 von 255 = 53%
R + G + B ~ 56%. #7EA688 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 166 + 136 = 428 (100%)
R 126 von 428 ~ 29.44%
G 166 von 428 ~ 38.79%
B 136 von 428 ~ 31.78%
Die Farbe #7EA688 wird in CMYK als (24,0,18,35) definiert.
CMYK: (24,0,18,35) C24M0Y18K35 (24%,0%,18%,35%) (0.24/0.00/0.18/0.35)
7E | A6 | 88 | |
---|---|---|---|
RGB | 126 | 166 | 136 |
HSL | 135° | 18.35% | 57.25% |
HSB/HSV | 135° | 24.10% | 65.10% |
CMYK | 24.10% | 0.00% | 18.07% |
34.90% |
Hexadezimal | 7E | A6 | 88 |
Dezimal | 126 | 166 | 136 |
Binär | 1111110 | 10100110 | 10001000 |
Oktal | 176 | 246 | 210 |
Beispiele css- und html für Elemente in der Farbe #7EA688. Bitte benutzen Sie auch rgb(126,166,136) statt hex-Code.
.myTextColor { color: #7EA688; }
<p style="color:#7EA688">This sample text font color is #7EA688.</p>
Die Farbe dieses Textes ist #7EA688.
.myBgColor { background-color: #7EA688; }
<div style="background-color:#7EA688">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EA688.
.myBorderColor { border: 1px solid #7EA688; }
<div style="border:3px solid #7EA688">Div</div>
Die Grenzen von diesem div sind in Farbe #7EA688.
.myOpacity80 { color: #7EA688; opacity: 0.8; }
<p style="color:#7EA688;opacity:0.8;">80%</p>
Text in Farbe #7EA688 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EA688;}
<p style="text-shadow: 3px 3px 1px #7EA688">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EA688.
.textShadow {text-shadow: 3px 3px 1px #7EA688, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EA688, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EA688 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EA688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EA688, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EA688 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EA688; -webkit-box-shadow: 1px 1px 3px 2px #7EA688; box-shadow: 1px 1px 3px 2px #7EA688; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EA688; -webkit-box-shadow: 1px 1px 3px 2px #7EA688; box-shadow:1px 1px 3px 2px #7EA688;">
Div content here</div>
Dieser Text ist in der Farbe #7EA688 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EA688 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EA688.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EA688.