HEX: #9B969C
RGB: (155,150,156)
#9B969C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9B969C ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #9B969C wird in RGB als (155,150,156) definiert.
RGB: (155,150,156) (61%,59%,61%)
R 155 von 255 = 61%
G 150 von 255 = 59%
B 156 von 255 = 61%
R + G + B ~ 60%. #9B969C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
155 + 150 + 156 = 461 (100%)
R 155 von 461 ~ 33.62%
G 150 von 461 ~ 32.54%
B 156 von 461 ~ 33.84%
Die Farbe #9B969C wird in CMYK als (1,4,0,39) definiert.
CMYK: (1,4,0,39) C1M4Y0K39 (1%,4%,0%,39%) (0.01/0.04/0.00/0.39)
9B | 96 | 9C | |
---|---|---|---|
RGB | 155 | 150 | 156 |
HSL | 290° | 2.94% | 60.00% |
HSB/HSV | 290° | 3.85% | 61.18% |
CMYK | 0.64% | 3.85% | 0.00% |
38.82% |
Hexadezimal | 9B | 96 | 9C |
Dezimal | 155 | 150 | 156 |
Binär | 10011011 | 10010110 | 10011100 |
Oktal | 233 | 226 | 234 |
Beispiele css- und html für Elemente in der Farbe #9B969C. Bitte benutzen Sie auch rgb(155,150,156) statt hex-Code.
.myTextColor { color: #9B969C; }
<p style="color:#9B969C">This sample text font color is #9B969C.</p>
Die Farbe dieses Textes ist #9B969C.
.myBgColor { background-color: #9B969C; }
<div style="background-color:#9B969C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B969C.
.myBorderColor { border: 1px solid #9B969C; }
<div style="border:3px solid #9B969C">Div</div>
Die Grenzen von diesem div sind in Farbe #9B969C.
.myOpacity80 { color: #9B969C; opacity: 0.8; }
<p style="color:#9B969C;opacity:0.8;">80%</p>
Text in Farbe #9B969C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B969C;}
<p style="text-shadow: 3px 3px 1px #9B969C">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B969C.
.textShadow {text-shadow: 3px 3px 1px #9B969C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B969C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B969C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B969C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B969C, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B969C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B969C; -webkit-box-shadow: 1px 1px 3px 2px #9B969C; box-shadow: 1px 1px 3px 2px #9B969C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B969C; -webkit-box-shadow: 1px 1px 3px 2px #9B969C; box-shadow:1px 1px 3px 2px #9B969C;">
Div content here</div>
Dieser Text ist in der Farbe #9B969C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B969C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B969C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B969C.