HEX: #AD8C9D
RGB: (173,140,157)
#AD8C9D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AD8C9D ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AD8C9D wird in RGB als (173,140,157) definiert.
RGB: (173,140,157)
(68%, 55%, 62%)
R 173 von 255 = 68%
G 140 von 255 = 55%
B 157 von 255 = 62%
R + G + B ~ 62%. #AD8C9D ziemlich helle Farbe.
R + G + B = 173 + 140 + 157 = 470 (100%)
R 173 von 470 ~ 36.81%
G 140 von 470 ~ 29.79%
B 157 von 470 ~ 33.4'%
Die Farbe #AD8C9D wird in CMYK als (0,19,9,32) definiert.
CMYK: (0,19,9,32) C0M19Y9K32 (0%,19%,9%,32%) (0.00/0.19/0.09/0.32)
Farbe #AD8C9D in den populären Farbmodellen.
AD | 8C | 9D | |
---|---|---|---|
RGB | 173 | 140 | 157 |
HSL | 329° | 16.75% | 61.37% |
HSB/HSV | 329° | 19.08% | 67.84% |
CMYK | 0.00% | 19.08% | 9.25% |
32.16% |
Die Farbe #AD8C9D in den populären Zahlensystemen.
Hexadezimal | AD | 8C | 9D |
Dezimal | 173 | 140 | 157 |
Binär | 10101101 | 10001100 | 10011101 |
Oktal | 255 | 214 | 235 |
Dunkle Töne der Farbe #AD8C9D
Helle Töne der Farbe #AD8C9D
Beispiele css- und html für Elemente in der Farbe #AD8C9D. Bitte benutzen Sie auch rgb(173,140,157) statt hex-Code.
.myTextColor { color: #AD8C9D; }
<p style="color:#AD8C9D">This sample text font color is #AD8C9D.</p>
Die Farbe dieses Textes ist #AD8C9D.
.myBgColor { background-color: #AD8C9D; }
<div style="background-color:#AD8C9D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD8C9D.
.myBorderColor { border: 1px solid #AD8C9D; }
<div style="border:3px solid #AD8C9D">Div</div>
Die Grenzen von diesem div sind in Farbe #AD8C9D.
.myOpacity80 { color: #AD8C9D; opacity: 0.8; }
<p style="color:#AD8C9D;opacity:0.8;">80%</p>
Text in Farbe #AD8C9D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD8C9D;}
<p style="text-shadow: 3px 3px 1px #AD8C9D">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD8C9D.
.textShadow {text-shadow: 3px 3px 1px #AD8C9D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD8C9D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD8C9D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD8C9D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD8C9D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD8C9D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD8C9D;
-webkit-box-shadow: 1px 1px 3px 2px #AD8C9D;
box-shadow: 1px 1px 3px 2px #AD8C9D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD8C9D; -webkit-box-shadow: 1px 1px 3px 2px #AD8C9D; box-shadow:1px 1px 3px 2px #AD8C9D;">
Div content here
</div>
Dieser Text ist in der Farbe #AD8C9D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD8C9D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD8C9D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD8C9D.
Kontrastfarbe für #hex ist #527362.