HEX: #AD8496
RGB: (173,132,150)
#AD8496 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AD8496 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AD8496 wird in RGB als (173,132,150) definiert.
RGB: (173,132,150) (68%,52%,59%)
R 173 von 255 = 68%
G 132 von 255 = 52%
B 150 von 255 = 59%
R + G + B ~ 60%. #AD8496 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 132 + 150 = 455 (100%)
R 173 von 455 ~ 38.02%
G 132 von 455 ~ 29.01%
B 150 von 455 ~ 32.97%
Die Farbe #AD8496 wird in CMYK als (0,24,13,32) definiert.
CMYK: (0,24,13,32) C0M24Y13K32 (0%,24%,13%,32%) (0.00/0.24/0.13/0.32)
AD | 84 | 96 | |
---|---|---|---|
RGB | 173 | 132 | 150 |
HSL | 334° | 20.00% | 59.80% |
HSB/HSV | 334° | 23.70% | 67.84% |
CMYK | 0.00% | 23.70% | 13.29% |
32.16% |
Hexadezimal | AD | 84 | 96 |
Dezimal | 173 | 132 | 150 |
Binär | 10101101 | 10000100 | 10010110 |
Oktal | 255 | 204 | 226 |
Beispiele css- und html für Elemente in der Farbe #AD8496. Bitte benutzen Sie auch rgb(173,132,150) statt hex-Code.
.myTextColor { color: #AD8496; }
<p style="color:#AD8496">This sample text font color is #AD8496.</p>
Die Farbe dieses Textes ist #AD8496.
.myBgColor { background-color: #AD8496; }
<div style="background-color:#AD8496">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD8496.
.myBorderColor { border: 1px solid #AD8496; }
<div style="border:3px solid #AD8496">Div</div>
Die Grenzen von diesem div sind in Farbe #AD8496.
.myOpacity80 { color: #AD8496; opacity: 0.8; }
<p style="color:#AD8496;opacity:0.8;">80%</p>
Text in Farbe #AD8496 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD8496;}
<p style="text-shadow: 3px 3px 1px #AD8496">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD8496.
.textShadow {text-shadow: 3px 3px 1px #AD8496, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD8496, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD8496 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD8496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD8496, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD8496 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD8496; -webkit-box-shadow: 1px 1px 3px 2px #AD8496; box-shadow: 1px 1px 3px 2px #AD8496; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD8496; -webkit-box-shadow: 1px 1px 3px 2px #AD8496; box-shadow:1px 1px 3px 2px #AD8496;">
Div content here</div>
Dieser Text ist in der Farbe #AD8496 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD8496 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD8496.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD8496.