HEX: #9980BA
RGB: (153,128,186)
#9980BA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9980BA ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9980BA wird in RGB als (153,128,186) definiert.
RGB: (153,128,186) (60%,50%,73%)
R 153 von 255 = 60%
G 128 von 255 = 50%
B 186 von 255 = 73%
R + G + B ~ 61%. #9980BA ziemlich helle Farbe.
R + G + B =
153 + 128 + 186 = 467 (100%)
R 153 von 467 ~ 32.76%
G 128 von 467 ~ 27.41%
B 186 von 467 ~ 39.83%
Die Farbe #9980BA wird in CMYK als (18,31,0,27) definiert.
CMYK: (18,31,0,27) C18M31Y0K27 (18%,31%,0%,27%) (0.18/0.31/0.00/0.27)
99 | 80 | BA | |
---|---|---|---|
RGB | 153 | 128 | 186 |
HSL | 266° | 29.59% | 61.57% |
HSB/HSV | 266° | 31.18% | 72.94% |
CMYK | 17.74% | 31.18% | 0.00% |
27.06% |
Hexadezimal | 99 | 80 | BA |
Dezimal | 153 | 128 | 186 |
Binär | 10011001 | 10000000 | 10111010 |
Oktal | 231 | 200 | 272 |
Beispiele css- und html für Elemente in der Farbe #9980BA. Bitte benutzen Sie auch rgb(153,128,186) statt hex-Code.
.myTextColor { color: #9980BA; }
<p style="color:#9980BA">This sample text font color is #9980BA.</p>
Die Farbe dieses Textes ist #9980BA.
.myBgColor { background-color: #9980BA; }
<div style="background-color:#9980BA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9980BA.
.myBorderColor { border: 1px solid #9980BA; }
<div style="border:3px solid #9980BA">Div</div>
Die Grenzen von diesem div sind in Farbe #9980BA.
.myOpacity80 { color: #9980BA; opacity: 0.8; }
<p style="color:#9980BA;opacity:0.8;">80%</p>
Text in Farbe #9980BA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9980BA;}
<p style="text-shadow: 3px 3px 1px #9980BA">Text here.</p>
Dieser Text hat den Schatten in Farbe #9980BA.
.textShadow {text-shadow: 3px 3px 1px #9980BA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9980BA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9980BA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9980BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9980BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #9980BA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9980BA; -webkit-box-shadow: 1px 1px 3px 2px #9980BA; box-shadow: 1px 1px 3px 2px #9980BA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9980BA; -webkit-box-shadow: 1px 1px 3px 2px #9980BA; box-shadow:1px 1px 3px 2px #9980BA;">
Div content here</div>
Dieser Text ist in der Farbe #9980BA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9980BA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9980BA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9980BA.