HEX: #AD7F9E
RGB: (173,127,158)
#AD7F9E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AD7F9E ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD7F9E wird in RGB als (173,127,158) definiert.
RGB: (173,127,158)
(68%, 50%, 62%)
R 173 von 255 = 68%
G 127 von 255 = 50%
B 158 von 255 = 62%
R + G + B ~ 60%. #AD7F9E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 173 + 127 + 158 = 458 (100%)
R 173 von 458 ~ 37.77%
G 127 von 458 ~ 27.73%
B 158 von 458 ~ 34.5'%
Die Farbe #AD7F9E wird in CMYK als (0,27,9,32) definiert.
CMYK: (0,27,9,32)
C0M27Y9K32 (0%, 27%, 9%, 32%)
(0.00 / 0.27 / 0.09 / 0.32)
Farbe #AD7F9E in den populären Farbmodellen.
AD | 7F | 9E | |
---|---|---|---|
RGB | 173 | 127 | 158 |
HSL | 320° | 21.90% | 58.82% |
HSB/HSV | 320° | 26.59% | 67.84% |
CMYK | 0.00% | 26.59% | 8.67% |
32.16% |
Die Farbe #AD7F9E in den populären Zahlensystemen.
Hexadezimal | AD | 7F | 9E |
Dezimal | 173 | 127 | 158 |
Binär | 10101101 | 1111111 | 10011110 |
Oktal | 255 | 177 | 236 |
Dunkle Töne der Farbe #AD7F9E
Helle Töne der Farbe #AD7F9E
Beispiele css- und html für Elemente in der Farbe #AD7F9E. Bitte benutzen Sie auch rgb(173,127,158) statt hex-Code.
.myTextColor { color: #AD7F9E; }
<p style="color:#AD7F9E">This sample text font color is #AD7F9E.</p>
Die Farbe dieses Textes ist #AD7F9E.
.myBgColor { background-color: #AD7F9E; }
<div style="background-color:#AD7F9E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD7F9E.
.myBorderColor { border: 1px solid #AD7F9E; }
<div style="border:3px solid #AD7F9E">Div</div>
Die Grenzen von diesem div sind in Farbe #AD7F9E.
.myOpacity80 { color: #AD7F9E; opacity: 0.8; }
<p style="color:#AD7F9E;opacity:0.8;">80%</p>
Text in Farbe #AD7F9E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7F9E;}
<p style="text-shadow: 3px 3px 1px #AD7F9E">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD7F9E.
.textShadow {text-shadow: 3px 3px 1px #AD7F9E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7F9E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD7F9E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7F9E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7F9E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7F9E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7F9E;
-webkit-box-shadow: 1px 1px 3px 2px #AD7F9E;
box-shadow: 1px 1px 3px 2px #AD7F9E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7F9E; -webkit-box-shadow: 1px 1px 3px 2px #AD7F9E; box-shadow:1px 1px 3px 2px #AD7F9E;">
Div content here
</div>
Dieser Text ist in der Farbe #AD7F9E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD7F9E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD7F9E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD7F9E.
Kontrastfarbe für #hex ist #528061.