HEX: #9B8ABE
RGB: (155,138,190)
#9B8ABE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9B8ABE ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #9B8ABE wird in RGB als (155,138,190) definiert.
RGB: (155,138,190) (61%,54%,75%)
R 155 von 255 = 61%
G 138 von 255 = 54%
B 190 von 255 = 75%
R + G + B ~ 63%. #9B8ABE ziemlich helle Farbe.
R + G + B =
155 + 138 + 190 = 483 (100%)
R 155 von 483 ~ 32.09%
G 138 von 483 ~ 28.57%
B 190 von 483 ~ 39.34%
Die Farbe #9B8ABE wird in CMYK als (18,27,0,25) definiert.
CMYK: (18,27,0,25) C18M27Y0K25 (18%,27%,0%,25%) (0.18/0.27/0.00/0.25)
9B | 8A | BE | |
---|---|---|---|
RGB | 155 | 138 | 190 |
HSL | 260° | 28.57% | 64.31% |
HSB/HSV | 260° | 27.37% | 74.51% |
CMYK | 18.42% | 27.37% | 0.00% |
25.49% |
Hexadezimal | 9B | 8A | BE |
Dezimal | 155 | 138 | 190 |
Binär | 10011011 | 10001010 | 10111110 |
Oktal | 233 | 212 | 276 |
Beispiele css- und html für Elemente in der Farbe #9B8ABE. Bitte benutzen Sie auch rgb(155,138,190) statt hex-Code.
.myTextColor { color: #9B8ABE; }
<p style="color:#9B8ABE">This sample text font color is #9B8ABE.</p>
Die Farbe dieses Textes ist #9B8ABE.
.myBgColor { background-color: #9B8ABE; }
<div style="background-color:#9B8ABE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B8ABE.
.myBorderColor { border: 1px solid #9B8ABE; }
<div style="border:3px solid #9B8ABE">Div</div>
Die Grenzen von diesem div sind in Farbe #9B8ABE.
.myOpacity80 { color: #9B8ABE; opacity: 0.8; }
<p style="color:#9B8ABE;opacity:0.8;">80%</p>
Text in Farbe #9B8ABE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B8ABE;}
<p style="text-shadow: 3px 3px 1px #9B8ABE">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B8ABE.
.textShadow {text-shadow: 3px 3px 1px #9B8ABE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B8ABE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B8ABE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B8ABE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B8ABE, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B8ABE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B8ABE; -webkit-box-shadow: 1px 1px 3px 2px #9B8ABE; box-shadow: 1px 1px 3px 2px #9B8ABE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B8ABE; -webkit-box-shadow: 1px 1px 3px 2px #9B8ABE; box-shadow:1px 1px 3px 2px #9B8ABE;">
Div content here</div>
Dieser Text ist in der Farbe #9B8ABE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B8ABE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B8ABE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B8ABE.