HEX: #7EE7BC
RGB: (126,231,188)
#7EE7BC enthält hauptsächlich grüne und blaue Farbe. Für #7EE7BC ist eine «websichere» Webfarbe #66FFCC (oder kurz #6FC).
Die Farbe #7EE7BC wird in RGB als (126,231,188) definiert.
RGB: (126,231,188) (49%,91%,74%)
R 126 von 255 = 49%
G 231 von 255 = 91%
B 188 von 255 = 74%
R + G + B ~ 71%. #7EE7BC ziemlich helle Farbe.
R + G + B =
126 + 231 + 188 = 545 (100%)
R 126 von 545 ~ 23.12%
G 231 von 545 ~ 42.39%
B 188 von 545 ~ 34.5%
Die Farbe #7EE7BC wird in CMYK als (45,0,19,9) definiert.
CMYK: (45,0,19,9) C45M0Y19K9 (45%,0%,19%,9%) (0.45/0.00/0.19/0.09)
7E | E7 | BC | |
---|---|---|---|
RGB | 126 | 231 | 188 |
HSL | 155° | 68.63% | 70.00% |
HSB/HSV | 155° | 45.45% | 90.59% |
CMYK | 45.45% | 0.00% | 18.61% |
9.41% |
Hexadezimal | 7E | E7 | BC |
Dezimal | 126 | 231 | 188 |
Binär | 1111110 | 11100111 | 10111100 |
Oktal | 176 | 347 | 274 |
Beispiele css- und html für Elemente in der Farbe #7EE7BC. Bitte benutzen Sie auch rgb(126,231,188) statt hex-Code.
.myTextColor { color: #7EE7BC; }
<p style="color:#7EE7BC">This sample text font color is #7EE7BC.</p>
Die Farbe dieses Textes ist #7EE7BC.
.myBgColor { background-color: #7EE7BC; }
<div style="background-color:#7EE7BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EE7BC.
.myBorderColor { border: 1px solid #7EE7BC; }
<div style="border:3px solid #7EE7BC">Div</div>
Die Grenzen von diesem div sind in Farbe #7EE7BC.
.myOpacity80 { color: #7EE7BC; opacity: 0.8; }
<p style="color:#7EE7BC;opacity:0.8;">80%</p>
Text in Farbe #7EE7BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EE7BC;}
<p style="text-shadow: 3px 3px 1px #7EE7BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EE7BC.
.textShadow {text-shadow: 3px 3px 1px #7EE7BC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EE7BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EE7BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EE7BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EE7BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EE7BC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EE7BC; -webkit-box-shadow: 1px 1px 3px 2px #7EE7BC; box-shadow: 1px 1px 3px 2px #7EE7BC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EE7BC; -webkit-box-shadow: 1px 1px 3px 2px #7EE7BC; box-shadow:1px 1px 3px 2px #7EE7BC;">
Div content here</div>
Dieser Text ist in der Farbe #7EE7BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EE7BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EE7BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EE7BC.