HEX: #9E82AD
RGB: (158,130,173)
#9E82AD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9E82AD ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #9E82AD wird in RGB als (158,130,173) definiert.
RGB: (158,130,173) (62%,51%,68%)
R 158 von 255 = 62%
G 130 von 255 = 51%
B 173 von 255 = 68%
R + G + B ~ 60%. #9E82AD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
158 + 130 + 173 = 461 (100%)
R 158 von 461 ~ 34.27%
G 130 von 461 ~ 28.2%
B 173 von 461 ~ 37.53%
Die Farbe #9E82AD wird in CMYK als (9,25,0,32) definiert.
CMYK: (9,25,0,32) C9M25Y0K32 (9%,25%,0%,32%) (0.09/0.25/0.00/0.32)
9E | 82 | AD | |
---|---|---|---|
RGB | 158 | 130 | 173 |
HSL | 279° | 20.77% | 59.41% |
HSB/HSV | 279° | 24.86% | 67.84% |
CMYK | 8.67% | 24.86% | 0.00% |
32.16% |
Hexadezimal | 9E | 82 | AD |
Dezimal | 158 | 130 | 173 |
Binär | 10011110 | 10000010 | 10101101 |
Oktal | 236 | 202 | 255 |
Beispiele css- und html für Elemente in der Farbe #9E82AD. Bitte benutzen Sie auch rgb(158,130,173) statt hex-Code.
.myTextColor { color: #9E82AD; }
<p style="color:#9E82AD">This sample text font color is #9E82AD.</p>
Die Farbe dieses Textes ist #9E82AD.
.myBgColor { background-color: #9E82AD; }
<div style="background-color:#9E82AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9E82AD.
.myBorderColor { border: 1px solid #9E82AD; }
<div style="border:3px solid #9E82AD">Div</div>
Die Grenzen von diesem div sind in Farbe #9E82AD.
.myOpacity80 { color: #9E82AD; opacity: 0.8; }
<p style="color:#9E82AD;opacity:0.8;">80%</p>
Text in Farbe #9E82AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9E82AD;}
<p style="text-shadow: 3px 3px 1px #9E82AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #9E82AD.
.textShadow {text-shadow: 3px 3px 1px #9E82AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9E82AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9E82AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9E82AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9E82AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #9E82AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9E82AD; -webkit-box-shadow: 1px 1px 3px 2px #9E82AD; box-shadow: 1px 1px 3px 2px #9E82AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9E82AD; -webkit-box-shadow: 1px 1px 3px 2px #9E82AD; box-shadow:1px 1px 3px 2px #9E82AD;">
Div content here</div>
Dieser Text ist in der Farbe #9E82AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9E82AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9E82AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9E82AD.