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