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