HEX: #7ABB8C
RGB: (122,187,140)
#7ABB8C enthält hauptsächlich grüne und blaue Farbe. Für #7ABB8C ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #7ABB8C wird in RGB als (122,187,140) definiert.
RGB: (122,187,140) (48%,73%,55%)
R 122 von 255 = 48%
G 187 von 255 = 73%
B 140 von 255 = 55%
R + G + B ~ 59%. #7ABB8C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
122 + 187 + 140 = 449 (100%)
R 122 von 449 ~ 27.17%
G 187 von 449 ~ 41.65%
B 140 von 449 ~ 31.18%
Die Farbe #7ABB8C wird in CMYK als (35,0,25,27) definiert.
CMYK: (35,0,25,27) C35M0Y25K27 (35%,0%,25%,27%) (0.35/0.00/0.25/0.27)
7A | BB | 8C | |
---|---|---|---|
RGB | 122 | 187 | 140 |
HSL | 137° | 32.34% | 60.59% |
HSB/HSV | 137° | 34.76% | 73.33% |
CMYK | 34.76% | 0.00% | 25.13% |
26.67% |
Hexadezimal | 7A | BB | 8C |
Dezimal | 122 | 187 | 140 |
Binär | 1111010 | 10111011 | 10001100 |
Oktal | 172 | 273 | 214 |
Beispiele css- und html für Elemente in der Farbe #7ABB8C. Bitte benutzen Sie auch rgb(122,187,140) statt hex-Code.
.myTextColor { color: #7ABB8C; }
<p style="color:#7ABB8C">This sample text font color is #7ABB8C.</p>
Die Farbe dieses Textes ist #7ABB8C.
.myBgColor { background-color: #7ABB8C; }
<div style="background-color:#7ABB8C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7ABB8C.
.myBorderColor { border: 1px solid #7ABB8C; }
<div style="border:3px solid #7ABB8C">Div</div>
Die Grenzen von diesem div sind in Farbe #7ABB8C.
.myOpacity80 { color: #7ABB8C; opacity: 0.8; }
<p style="color:#7ABB8C;opacity:0.8;">80%</p>
Text in Farbe #7ABB8C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7ABB8C;}
<p style="text-shadow: 3px 3px 1px #7ABB8C">Text here.</p>
Dieser Text hat den Schatten in Farbe #7ABB8C.
.textShadow {text-shadow: 3px 3px 1px #7ABB8C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7ABB8C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7ABB8C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7ABB8C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7ABB8C, Direction=45, Strength=4)">Text</p>
This text has shadow with #7ABB8C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ABB8C; -webkit-box-shadow: 1px 1px 3px 2px #7ABB8C; box-shadow: 1px 1px 3px 2px #7ABB8C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7ABB8C; -webkit-box-shadow: 1px 1px 3px 2px #7ABB8C; box-shadow:1px 1px 3px 2px #7ABB8C;">
Div content here</div>
Dieser Text ist in der Farbe #7ABB8C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7ABB8C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7ABB8C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7ABB8C.