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