HEX: #AD6387
RGB: (173,99,135)
#AD6387 enthält hauptsächlich rote und blaue Farbe. Für #AD6387 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD6387 wird in RGB als (173,99,135) definiert.
RGB: (173,99,135) (68%,39%,53%)
R 173 von 255 = 68%
G 99 von 255 = 39%
B 135 von 255 = 53%
R + G + B ~ 53%. #AD6387 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 99 + 135 = 407 (100%)
R 173 von 407 ~ 42.51%
G 99 von 407 ~ 24.32%
B 135 von 407 ~ 33.17%
Die Farbe #AD6387 wird in CMYK als (0,43,22,32) definiert.
CMYK: (0,43,22,32) C0M43Y22K32 (0%,43%,22%,32%) (0.00/0.43/0.22/0.32)
AD | 63 | 87 | |
---|---|---|---|
RGB | 173 | 99 | 135 |
HSL | 331° | 31.09% | 53.33% |
HSB/HSV | 331° | 42.77% | 67.84% |
CMYK | 0.00% | 42.77% | 21.97% |
32.16% |
Hexadezimal | AD | 63 | 87 |
Dezimal | 173 | 99 | 135 |
Binär | 10101101 | 1100011 | 10000111 |
Oktal | 255 | 143 | 207 |
Beispiele css- und html für Elemente in der Farbe #AD6387. Bitte benutzen Sie auch rgb(173,99,135) statt hex-Code.
.myTextColor { color: #AD6387; }
<p style="color:#AD6387">This sample text font color is #AD6387.</p>
Die Farbe dieses Textes ist #AD6387.
.myBgColor { background-color: #AD6387; }
<div style="background-color:#AD6387">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD6387.
.myBorderColor { border: 1px solid #AD6387; }
<div style="border:3px solid #AD6387">Div</div>
Die Grenzen von diesem div sind in Farbe #AD6387.
.myOpacity80 { color: #AD6387; opacity: 0.8; }
<p style="color:#AD6387;opacity:0.8;">80%</p>
Text in Farbe #AD6387 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD6387;}
<p style="text-shadow: 3px 3px 1px #AD6387">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD6387.
.textShadow {text-shadow: 3px 3px 1px #AD6387, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD6387, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD6387 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6387, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD6387, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD6387 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD6387; -webkit-box-shadow: 1px 1px 3px 2px #AD6387; box-shadow: 1px 1px 3px 2px #AD6387; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD6387; -webkit-box-shadow: 1px 1px 3px 2px #AD6387; box-shadow:1px 1px 3px 2px #AD6387;">
Div content here</div>
Dieser Text ist in der Farbe #AD6387 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD6387 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD6387.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD6387.