HEX: #AD8391
RGB: (173,131,145)
#AD8391 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AD8391 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AD8391 wird in RGB als (173,131,145) definiert.
RGB: (173,131,145) (68%,51%,57%)
R 173 von 255 = 68%
G 131 von 255 = 51%
B 145 von 255 = 57%
R + G + B ~ 59%. #AD8391 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 131 + 145 = 449 (100%)
R 173 von 449 ~ 38.53%
G 131 von 449 ~ 29.18%
B 145 von 449 ~ 32.29%
Die Farbe #AD8391 wird in CMYK als (0,24,16,32) definiert.
CMYK: (0,24,16,32) C0M24Y16K32 (0%,24%,16%,32%) (0.00/0.24/0.16/0.32)
AD | 83 | 91 | |
---|---|---|---|
RGB | 173 | 131 | 145 |
HSL | 340° | 20.39% | 59.61% |
HSB/HSV | 340° | 24.28% | 67.84% |
CMYK | 0.00% | 24.28% | 16.18% |
32.16% |
Hexadezimal | AD | 83 | 91 |
Dezimal | 173 | 131 | 145 |
Binär | 10101101 | 10000011 | 10010001 |
Oktal | 255 | 203 | 221 |
Beispiele css- und html für Elemente in der Farbe #AD8391. Bitte benutzen Sie auch rgb(173,131,145) statt hex-Code.
.myTextColor { color: #AD8391; }
<p style="color:#AD8391">This sample text font color is #AD8391.</p>
Die Farbe dieses Textes ist #AD8391.
.myBgColor { background-color: #AD8391; }
<div style="background-color:#AD8391">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD8391.
.myBorderColor { border: 1px solid #AD8391; }
<div style="border:3px solid #AD8391">Div</div>
Die Grenzen von diesem div sind in Farbe #AD8391.
.myOpacity80 { color: #AD8391; opacity: 0.8; }
<p style="color:#AD8391;opacity:0.8;">80%</p>
Text in Farbe #AD8391 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD8391;}
<p style="text-shadow: 3px 3px 1px #AD8391">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD8391.
.textShadow {text-shadow: 3px 3px 1px #AD8391, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD8391, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD8391 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD8391, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD8391, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD8391 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD8391; -webkit-box-shadow: 1px 1px 3px 2px #AD8391; box-shadow: 1px 1px 3px 2px #AD8391; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD8391; -webkit-box-shadow: 1px 1px 3px 2px #AD8391; box-shadow:1px 1px 3px 2px #AD8391;">
Div content here</div>
Dieser Text ist in der Farbe #AD8391 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD8391 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD8391.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD8391.