HEX: #968B8D
RGB: (150,139,141)
#968B8D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #968B8D ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #968B8D wird in RGB als (150,139,141) definiert.
RGB: (150,139,141) (59%,55%,55%)
R 150 von 255 = 59%
G 139 von 255 = 55%
B 141 von 255 = 55%
R + G + B ~ 56%. #968B8D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
150 + 139 + 141 = 430 (100%)
R 150 von 430 ~ 34.88%
G 139 von 430 ~ 32.33%
B 141 von 430 ~ 32.79%
Die Farbe #968B8D wird in CMYK als (0,7,6,41) definiert.
CMYK: (0,7,6,41) C0M7Y6K41 (0%,7%,6%,41%) (0.00/0.07/0.06/0.41)
96 | 8B | 8D | |
---|---|---|---|
RGB | 150 | 139 | 141 |
HSL | 349° | 4.98% | 56.67% |
HSB/HSV | 349° | 7.33% | 58.82% |
CMYK | 0.00% | 7.33% | 6.00% |
41.18% |
Hexadezimal | 96 | 8B | 8D |
Dezimal | 150 | 139 | 141 |
Binär | 10010110 | 10001011 | 10001101 |
Oktal | 226 | 213 | 215 |
Beispiele css- und html für Elemente in der Farbe #968B8D. Bitte benutzen Sie auch rgb(150,139,141) statt hex-Code.
.myTextColor { color: #968B8D; }
<p style="color:#968B8D">This sample text font color is #968B8D.</p>
Die Farbe dieses Textes ist #968B8D.
.myBgColor { background-color: #968B8D; }
<div style="background-color:#968B8D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #968B8D.
.myBorderColor { border: 1px solid #968B8D; }
<div style="border:3px solid #968B8D">Div</div>
Die Grenzen von diesem div sind in Farbe #968B8D.
.myOpacity80 { color: #968B8D; opacity: 0.8; }
<p style="color:#968B8D;opacity:0.8;">80%</p>
Text in Farbe #968B8D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #968B8D;}
<p style="text-shadow: 3px 3px 1px #968B8D">Text here.</p>
Dieser Text hat den Schatten in Farbe #968B8D.
.textShadow {text-shadow: 3px 3px 1px #968B8D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #968B8D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #968B8D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#968B8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#968B8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #968B8D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #968B8D; -webkit-box-shadow: 1px 1px 3px 2px #968B8D; box-shadow: 1px 1px 3px 2px #968B8D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #968B8D; -webkit-box-shadow: 1px 1px 3px 2px #968B8D; box-shadow:1px 1px 3px 2px #968B8D;">
Div content here</div>
Dieser Text ist in der Farbe #968B8D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #968B8D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #968B8D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #968B8D.