HEX: #97BB7D
RGB: (151,187,125)
#97BB7D enthält hauptsächlich rote und grüne Farbe. Für #97BB7D ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #97BB7D wird in RGB als (151,187,125) definiert.
RGB: (151,187,125) (59%,73%,49%)
R 151 von 255 = 59%
G 187 von 255 = 73%
B 125 von 255 = 49%
R + G + B ~ 60%. #97BB7D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
151 + 187 + 125 = 463 (100%)
R 151 von 463 ~ 32.61%
G 187 von 463 ~ 40.39%
B 125 von 463 ~ 27%
Die Farbe #97BB7D wird in CMYK als (19,0,33,27) definiert.
CMYK: (19,0,33,27) C19M0Y33K27 (19%,0%,33%,27%) (0.19/0.00/0.33/0.27)
97 | BB | 7D | |
---|---|---|---|
RGB | 151 | 187 | 125 |
HSL | 95° | 31.31% | 61.18% |
HSB/HSV | 95° | 33.16% | 73.33% |
CMYK | 19.25% | 0.00% | 33.16% |
26.67% |
Hexadezimal | 97 | BB | 7D |
Dezimal | 151 | 187 | 125 |
Binär | 10010111 | 10111011 | 1111101 |
Oktal | 227 | 273 | 175 |
Beispiele css- und html für Elemente in der Farbe #97BB7D. Bitte benutzen Sie auch rgb(151,187,125) statt hex-Code.
.myTextColor { color: #97BB7D; }
<p style="color:#97BB7D">This sample text font color is #97BB7D.</p>
Die Farbe dieses Textes ist #97BB7D.
.myBgColor { background-color: #97BB7D; }
<div style="background-color:#97BB7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #97BB7D.
.myBorderColor { border: 1px solid #97BB7D; }
<div style="border:3px solid #97BB7D">Div</div>
Die Grenzen von diesem div sind in Farbe #97BB7D.
.myOpacity80 { color: #97BB7D; opacity: 0.8; }
<p style="color:#97BB7D;opacity:0.8;">80%</p>
Text in Farbe #97BB7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #97BB7D;}
<p style="text-shadow: 3px 3px 1px #97BB7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #97BB7D.
.textShadow {text-shadow: 3px 3px 1px #97BB7D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #97BB7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #97BB7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#97BB7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#97BB7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #97BB7D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97BB7D; -webkit-box-shadow: 1px 1px 3px 2px #97BB7D; box-shadow: 1px 1px 3px 2px #97BB7D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #97BB7D; -webkit-box-shadow: 1px 1px 3px 2px #97BB7D; box-shadow:1px 1px 3px 2px #97BB7D;">
Div content here</div>
Dieser Text ist in der Farbe #97BB7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #97BB7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #97BB7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #97BB7D.