HEX: #7EB797
RGB: (126,183,151)
#7EB797 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7EB797 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #7EB797 wird in RGB als (126,183,151) definiert.
RGB: (126,183,151) (49%,72%,59%)
R 126 von 255 = 49%
G 183 von 255 = 72%
B 151 von 255 = 59%
R + G + B ~ 60%. #7EB797 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 183 + 151 = 460 (100%)
R 126 von 460 ~ 27.39%
G 183 von 460 ~ 39.78%
B 151 von 460 ~ 32.83%
Die Farbe #7EB797 wird in CMYK als (31,0,17,28) definiert.
CMYK: (31,0,17,28) C31M0Y17K28 (31%,0%,17%,28%) (0.31/0.00/0.17/0.28)
7E | B7 | 97 | |
---|---|---|---|
RGB | 126 | 183 | 151 |
HSL | 146° | 28.36% | 60.59% |
HSB/HSV | 146° | 31.15% | 71.76% |
CMYK | 31.15% | 0.00% | 17.49% |
28.24% |
Hexadezimal | 7E | B7 | 97 |
Dezimal | 126 | 183 | 151 |
Binär | 1111110 | 10110111 | 10010111 |
Oktal | 176 | 267 | 227 |
Beispiele css- und html für Elemente in der Farbe #7EB797. Bitte benutzen Sie auch rgb(126,183,151) statt hex-Code.
.myTextColor { color: #7EB797; }
<p style="color:#7EB797">This sample text font color is #7EB797.</p>
Die Farbe dieses Textes ist #7EB797.
.myBgColor { background-color: #7EB797; }
<div style="background-color:#7EB797">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EB797.
.myBorderColor { border: 1px solid #7EB797; }
<div style="border:3px solid #7EB797">Div</div>
Die Grenzen von diesem div sind in Farbe #7EB797.
.myOpacity80 { color: #7EB797; opacity: 0.8; }
<p style="color:#7EB797;opacity:0.8;">80%</p>
Text in Farbe #7EB797 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EB797;}
<p style="text-shadow: 3px 3px 1px #7EB797">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EB797.
.textShadow {text-shadow: 3px 3px 1px #7EB797, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EB797, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EB797 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EB797, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EB797, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EB797 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EB797; -webkit-box-shadow: 1px 1px 3px 2px #7EB797; box-shadow: 1px 1px 3px 2px #7EB797; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EB797; -webkit-box-shadow: 1px 1px 3px 2px #7EB797; box-shadow:1px 1px 3px 2px #7EB797;">
Div content here</div>
Dieser Text ist in der Farbe #7EB797 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EB797 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EB797.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EB797.