HEX: #84B87D
RGB: (132,184,125)
#84B87D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #84B87D ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #84B87D wird in RGB als (132,184,125) definiert.
RGB: (132,184,125) (52%,72%,49%)
R 132 von 255 = 52%
G 184 von 255 = 72%
B 125 von 255 = 49%
R + G + B ~ 58%. #84B87D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
132 + 184 + 125 = 441 (100%)
R 132 von 441 ~ 29.93%
G 184 von 441 ~ 41.72%
B 125 von 441 ~ 28.34%
Die Farbe #84B87D wird in CMYK als (28,0,32,28) definiert.
CMYK: (28,0,32,28) C28M0Y32K28 (28%,0%,32%,28%) (0.28/0.00/0.32/0.28)
84 | B8 | 7D | |
---|---|---|---|
RGB | 132 | 184 | 125 |
HSL | 113° | 29.35% | 60.59% |
HSB/HSV | 113° | 32.07% | 72.16% |
CMYK | 28.26% | 0.00% | 32.07% |
27.84% |
Hexadezimal | 84 | B8 | 7D |
Dezimal | 132 | 184 | 125 |
Binär | 10000100 | 10111000 | 1111101 |
Oktal | 204 | 270 | 175 |
Beispiele css- und html für Elemente in der Farbe #84B87D. Bitte benutzen Sie auch rgb(132,184,125) statt hex-Code.
.myTextColor { color: #84B87D; }
<p style="color:#84B87D">This sample text font color is #84B87D.</p>
Die Farbe dieses Textes ist #84B87D.
.myBgColor { background-color: #84B87D; }
<div style="background-color:#84B87D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84B87D.
.myBorderColor { border: 1px solid #84B87D; }
<div style="border:3px solid #84B87D">Div</div>
Die Grenzen von diesem div sind in Farbe #84B87D.
.myOpacity80 { color: #84B87D; opacity: 0.8; }
<p style="color:#84B87D;opacity:0.8;">80%</p>
Text in Farbe #84B87D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84B87D;}
<p style="text-shadow: 3px 3px 1px #84B87D">Text here.</p>
Dieser Text hat den Schatten in Farbe #84B87D.
.textShadow {text-shadow: 3px 3px 1px #84B87D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84B87D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84B87D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84B87D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84B87D, Direction=45, Strength=4)">Text</p>
This text has shadow with #84B87D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84B87D; -webkit-box-shadow: 1px 1px 3px 2px #84B87D; box-shadow: 1px 1px 3px 2px #84B87D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #84B87D; -webkit-box-shadow: 1px 1px 3px 2px #84B87D; box-shadow:1px 1px 3px 2px #84B87D;">
Div content here</div>
Dieser Text ist in der Farbe #84B87D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84B87D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84B87D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84B87D.