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