HEX: #AD6988
RGB: (173,105,136)
#AD6988 enthält hauptsächlich rote und blaue Farbe. Für #AD6988 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD6988 wird in RGB als (173,105,136) definiert.
RGB: (173,105,136) (68%,41%,53%)
R 173 von 255 = 68%
G 105 von 255 = 41%
B 136 von 255 = 53%
R + G + B ~ 54%. #AD6988 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 105 + 136 = 414 (100%)
R 173 von 414 ~ 41.79%
G 105 von 414 ~ 25.36%
B 136 von 414 ~ 32.85%
Die Farbe #AD6988 wird in CMYK als (0,39,21,32) definiert.
CMYK: (0,39,21,32) C0M39Y21K32 (0%,39%,21%,32%) (0.00/0.39/0.21/0.32)
AD | 69 | 88 | |
---|---|---|---|
RGB | 173 | 105 | 136 |
HSL | 333° | 29.31% | 54.51% |
HSB/HSV | 333° | 39.31% | 67.84% |
CMYK | 0.00% | 39.31% | 21.39% |
32.16% |
Hexadezimal | AD | 69 | 88 |
Dezimal | 173 | 105 | 136 |
Binär | 10101101 | 1101001 | 10001000 |
Oktal | 255 | 151 | 210 |
Beispiele css- und html für Elemente in der Farbe #AD6988. Bitte benutzen Sie auch rgb(173,105,136) statt hex-Code.
.myTextColor { color: #AD6988; }
<p style="color:#AD6988">This sample text font color is #AD6988.</p>
Die Farbe dieses Textes ist #AD6988.
.myBgColor { background-color: #AD6988; }
<div style="background-color:#AD6988">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD6988.
.myBorderColor { border: 1px solid #AD6988; }
<div style="border:3px solid #AD6988">Div</div>
Die Grenzen von diesem div sind in Farbe #AD6988.
.myOpacity80 { color: #AD6988; opacity: 0.8; }
<p style="color:#AD6988;opacity:0.8;">80%</p>
Text in Farbe #AD6988 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD6988;}
<p style="text-shadow: 3px 3px 1px #AD6988">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD6988.
.textShadow {text-shadow: 3px 3px 1px #AD6988, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD6988, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD6988 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6988, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD6988, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD6988 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD6988; -webkit-box-shadow: 1px 1px 3px 2px #AD6988; box-shadow: 1px 1px 3px 2px #AD6988; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD6988; -webkit-box-shadow: 1px 1px 3px 2px #AD6988; box-shadow:1px 1px 3px 2px #AD6988;">
Div content here</div>
Dieser Text ist in der Farbe #AD6988 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD6988 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD6988.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD6988.