HEX: #9B8C8A
RGB: (155,140,138)
#9B8C8A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9B8C8A ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #9B8C8A wird in RGB als (155,140,138) definiert.
RGB: (155,140,138) (61%,55%,54%)
R 155 von 255 = 61%
G 140 von 255 = 55%
B 138 von 255 = 54%
R + G + B ~ 57%. #9B8C8A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
155 + 140 + 138 = 433 (100%)
R 155 von 433 ~ 35.8%
G 140 von 433 ~ 32.33%
B 138 von 433 ~ 31.87%
Die Farbe #9B8C8A wird in CMYK als (0,10,11,39) definiert.
CMYK: (0,10,11,39) C0M10Y11K39 (0%,10%,11%,39%) (0.00/0.10/0.11/0.39)
9B | 8C | 8A | |
---|---|---|---|
RGB | 155 | 140 | 138 |
HSL | 7° | 7.83% | 57.45% |
HSB/HSV | 7° | 10.97% | 60.78% |
CMYK | 0.00% | 9.68% | 10.97% |
39.22% |
Hexadezimal | 9B | 8C | 8A |
Dezimal | 155 | 140 | 138 |
Binär | 10011011 | 10001100 | 10001010 |
Oktal | 233 | 214 | 212 |
Beispiele css- und html für Elemente in der Farbe #9B8C8A. Bitte benutzen Sie auch rgb(155,140,138) statt hex-Code.
.myTextColor { color: #9B8C8A; }
<p style="color:#9B8C8A">This sample text font color is #9B8C8A.</p>
Die Farbe dieses Textes ist #9B8C8A.
.myBgColor { background-color: #9B8C8A; }
<div style="background-color:#9B8C8A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B8C8A.
.myBorderColor { border: 1px solid #9B8C8A; }
<div style="border:3px solid #9B8C8A">Div</div>
Die Grenzen von diesem div sind in Farbe #9B8C8A.
.myOpacity80 { color: #9B8C8A; opacity: 0.8; }
<p style="color:#9B8C8A;opacity:0.8;">80%</p>
Text in Farbe #9B8C8A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B8C8A;}
<p style="text-shadow: 3px 3px 1px #9B8C8A">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B8C8A.
.textShadow {text-shadow: 3px 3px 1px #9B8C8A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B8C8A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B8C8A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B8C8A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B8C8A, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B8C8A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B8C8A; -webkit-box-shadow: 1px 1px 3px 2px #9B8C8A; box-shadow: 1px 1px 3px 2px #9B8C8A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B8C8A; -webkit-box-shadow: 1px 1px 3px 2px #9B8C8A; box-shadow:1px 1px 3px 2px #9B8C8A;">
Div content here</div>
Dieser Text ist in der Farbe #9B8C8A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B8C8A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B8C8A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B8C8A.