HEX: #8B807D
RGB: (139,128,125)
#8B807D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #8B807D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #8B807D wird in RGB als (139,128,125) definiert.
RGB: (139,128,125) (55%,50%,49%)
R 139 von 255 = 55%
G 128 von 255 = 50%
B 125 von 255 = 49%
R + G + B ~ 51%. #8B807D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
139 + 128 + 125 = 392 (100%)
R 139 von 392 ~ 35.46%
G 128 von 392 ~ 32.65%
B 125 von 392 ~ 31.89%
Die Farbe #8B807D wird in CMYK als (0,8,10,45) definiert.
CMYK: (0,8,10,45) C0M8Y10K45 (0%,8%,10%,45%) (0.00/0.08/0.10/0.45)
8B | 80 | 7D | |
---|---|---|---|
RGB | 139 | 128 | 125 |
HSL | 13° | 5.69% | 51.76% |
HSB/HSV | 13° | 10.07% | 54.51% |
CMYK | 0.00% | 7.91% | 10.07% |
45.49% |
Hexadezimal | 8B | 80 | 7D |
Dezimal | 139 | 128 | 125 |
Binär | 10001011 | 10000000 | 1111101 |
Oktal | 213 | 200 | 175 |
Beispiele css- und html für Elemente in der Farbe #8B807D. Bitte benutzen Sie auch rgb(139,128,125) statt hex-Code.
.myTextColor { color: #8B807D; }
<p style="color:#8B807D">This sample text font color is #8B807D.</p>
Die Farbe dieses Textes ist #8B807D.
.myBgColor { background-color: #8B807D; }
<div style="background-color:#8B807D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8B807D.
.myBorderColor { border: 1px solid #8B807D; }
<div style="border:3px solid #8B807D">Div</div>
Die Grenzen von diesem div sind in Farbe #8B807D.
.myOpacity80 { color: #8B807D; opacity: 0.8; }
<p style="color:#8B807D;opacity:0.8;">80%</p>
Text in Farbe #8B807D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8B807D;}
<p style="text-shadow: 3px 3px 1px #8B807D">Text here.</p>
Dieser Text hat den Schatten in Farbe #8B807D.
.textShadow {text-shadow: 3px 3px 1px #8B807D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8B807D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8B807D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8B807D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8B807D, Direction=45, Strength=4)">Text</p>
This text has shadow with #8B807D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8B807D; -webkit-box-shadow: 1px 1px 3px 2px #8B807D; box-shadow: 1px 1px 3px 2px #8B807D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8B807D; -webkit-box-shadow: 1px 1px 3px 2px #8B807D; box-shadow:1px 1px 3px 2px #8B807D;">
Div content here</div>
Dieser Text ist in der Farbe #8B807D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8B807D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8B807D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8B807D.