HEX: #88AD81
RGB: (136,173,129)
#88AD81 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #88AD81 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #88AD81 wird in RGB als (136,173,129) definiert.
RGB: (136,173,129) (53%,68%,51%)
R 136 von 255 = 53%
G 173 von 255 = 68%
B 129 von 255 = 51%
R + G + B ~ 57%. #88AD81 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
136 + 173 + 129 = 438 (100%)
R 136 von 438 ~ 31.05%
G 173 von 438 ~ 39.5%
B 129 von 438 ~ 29.45%
Die Farbe #88AD81 wird in CMYK als (21,0,25,32) definiert.
CMYK: (21,0,25,32) C21M0Y25K32 (21%,0%,25%,32%) (0.21/0.00/0.25/0.32)
88 | AD | 81 | |
---|---|---|---|
RGB | 136 | 173 | 129 |
HSL | 110° | 21.15% | 59.22% |
HSB/HSV | 110° | 25.43% | 67.84% |
CMYK | 21.39% | 0.00% | 25.43% |
32.16% |
Hexadezimal | 88 | AD | 81 |
Dezimal | 136 | 173 | 129 |
Binär | 10001000 | 10101101 | 10000001 |
Oktal | 210 | 255 | 201 |
Beispiele css- und html für Elemente in der Farbe #88AD81. Bitte benutzen Sie auch rgb(136,173,129) statt hex-Code.
.myTextColor { color: #88AD81; }
<p style="color:#88AD81">This sample text font color is #88AD81.</p>
Die Farbe dieses Textes ist #88AD81.
.myBgColor { background-color: #88AD81; }
<div style="background-color:#88AD81">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88AD81.
.myBorderColor { border: 1px solid #88AD81; }
<div style="border:3px solid #88AD81">Div</div>
Die Grenzen von diesem div sind in Farbe #88AD81.
.myOpacity80 { color: #88AD81; opacity: 0.8; }
<p style="color:#88AD81;opacity:0.8;">80%</p>
Text in Farbe #88AD81 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88AD81;}
<p style="text-shadow: 3px 3px 1px #88AD81">Text here.</p>
Dieser Text hat den Schatten in Farbe #88AD81.
.textShadow {text-shadow: 3px 3px 1px #88AD81, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88AD81, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88AD81 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88AD81, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88AD81, Direction=45, Strength=4)">Text</p>
This text has shadow with #88AD81 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88AD81; -webkit-box-shadow: 1px 1px 3px 2px #88AD81; box-shadow: 1px 1px 3px 2px #88AD81; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88AD81; -webkit-box-shadow: 1px 1px 3px 2px #88AD81; box-shadow:1px 1px 3px 2px #88AD81;">
Div content here</div>
Dieser Text ist in der Farbe #88AD81 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88AD81 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88AD81.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88AD81.