HEX: #8A768E
RGB: (138,118,142)
#8A768E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #8A768E ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #8A768E wird in RGB als (138,118,142) definiert.
RGB: (138,118,142) (54%,46%,56%)
R 138 von 255 = 54%
G 118 von 255 = 46%
B 142 von 255 = 56%
R + G + B ~ 52%. #8A768E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
138 + 118 + 142 = 398 (100%)
R 138 von 398 ~ 34.67%
G 118 von 398 ~ 29.65%
B 142 von 398 ~ 35.68%
Die Farbe #8A768E wird in CMYK als (3,17,0,44) definiert.
CMYK: (3,17,0,44) C3M17Y0K44 (3%,17%,0%,44%) (0.03/0.17/0.00/0.44)
8A | 76 | 8E | |
---|---|---|---|
RGB | 138 | 118 | 142 |
HSL | 290° | 9.60% | 50.98% |
HSB/HSV | 290° | 16.90% | 55.69% |
CMYK | 2.82% | 16.90% | 0.00% |
44.31% |
Hexadezimal | 8A | 76 | 8E |
Dezimal | 138 | 118 | 142 |
Binär | 10001010 | 1110110 | 10001110 |
Oktal | 212 | 166 | 216 |
Beispiele css- und html für Elemente in der Farbe #8A768E. Bitte benutzen Sie auch rgb(138,118,142) statt hex-Code.
.myTextColor { color: #8A768E; }
<p style="color:#8A768E">This sample text font color is #8A768E.</p>
Die Farbe dieses Textes ist #8A768E.
.myBgColor { background-color: #8A768E; }
<div style="background-color:#8A768E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8A768E.
.myBorderColor { border: 1px solid #8A768E; }
<div style="border:3px solid #8A768E">Div</div>
Die Grenzen von diesem div sind in Farbe #8A768E.
.myOpacity80 { color: #8A768E; opacity: 0.8; }
<p style="color:#8A768E;opacity:0.8;">80%</p>
Text in Farbe #8A768E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8A768E;}
<p style="text-shadow: 3px 3px 1px #8A768E">Text here.</p>
Dieser Text hat den Schatten in Farbe #8A768E.
.textShadow {text-shadow: 3px 3px 1px #8A768E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8A768E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8A768E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8A768E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8A768E, Direction=45, Strength=4)">Text</p>
This text has shadow with #8A768E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8A768E; -webkit-box-shadow: 1px 1px 3px 2px #8A768E; box-shadow: 1px 1px 3px 2px #8A768E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8A768E; -webkit-box-shadow: 1px 1px 3px 2px #8A768E; box-shadow:1px 1px 3px 2px #8A768E;">
Div content here</div>
Dieser Text ist in der Farbe #8A768E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8A768E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8A768E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8A768E.