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