HEX: #AD6D8F
RGB: (173,109,143)
#AD6D8F enthält hauptsächlich rote und blaue Farbe. Für #AD6D8F ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD6D8F wird in RGB als (173,109,143) definiert.
RGB: (173,109,143)
(68%, 43%, 56%)
R 173 von 255 = 68%
G 109 von 255 = 43%
B 143 von 255 = 56%
R + G + B ~ 56%. #AD6D8F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 173 + 109 + 143 = 425 (100%)
R 173 von 425 ~ 40.71%
G 109 von 425 ~ 25.65%
B 143 von 425 ~ 33.65'%
Die Farbe #AD6D8F wird in CMYK als (0,37,17,32) definiert.
CMYK: (0,37,17,32)
C0M37Y17K32 (0%, 37%, 17%, 32%)
(0.00 / 0.37 / 0.17 / 0.32)
Farbe #AD6D8F in den populären Farbmodellen.
AD | 6D | 8F | |
---|---|---|---|
RGB | 173 | 109 | 143 |
HSL | 328° | 28.07% | 55.29% |
HSB/HSV | 328° | 36.99% | 67.84% |
CMYK | 0.00% | 36.99% | 17.34% |
32.16% |
Die Farbe #AD6D8F in den populären Zahlensystemen.
Hexadezimal | AD | 6D | 8F |
Dezimal | 173 | 109 | 143 |
Binär | 10101101 | 1101101 | 10001111 |
Oktal | 255 | 155 | 217 |
Dunkle Töne der Farbe #AD6D8F
Helle Töne der Farbe #AD6D8F
Beispiele css- und html für Elemente in der Farbe #AD6D8F. Bitte benutzen Sie auch rgb(173,109,143) statt hex-Code.
.myTextColor { color: #AD6D8F; }
<p style="color:#AD6D8F">This sample text font color is #AD6D8F.</p>
Die Farbe dieses Textes ist #AD6D8F.
.myBgColor { background-color: #AD6D8F; }
<div style="background-color:#AD6D8F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD6D8F.
.myBorderColor { border: 1px solid #AD6D8F; }
<div style="border:3px solid #AD6D8F">Div</div>
Die Grenzen von diesem div sind in Farbe #AD6D8F.
.myOpacity80 { color: #AD6D8F; opacity: 0.8; }
<p style="color:#AD6D8F;opacity:0.8;">80%</p>
Text in Farbe #AD6D8F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD6D8F;}
<p style="text-shadow: 3px 3px 1px #AD6D8F">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD6D8F.
.textShadow {text-shadow: 3px 3px 1px #AD6D8F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD6D8F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD6D8F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6D8F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD6D8F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD6D8F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD6D8F;
-webkit-box-shadow: 1px 1px 3px 2px #AD6D8F;
box-shadow: 1px 1px 3px 2px #AD6D8F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD6D8F; -webkit-box-shadow: 1px 1px 3px 2px #AD6D8F; box-shadow:1px 1px 3px 2px #AD6D8F;">
Div content here
</div>
Dieser Text ist in der Farbe #AD6D8F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD6D8F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD6D8F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD6D8F.
Kontrastfarbe für #hex ist #529270.