HEX: #7F80AC
RGB: (127,128,172)
#7F80AC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7F80AC ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7F80AC wird in RGB als (127,128,172) definiert.
RGB: (127,128,172) (50%,50%,67%)
R 127 von 255 = 50%
G 128 von 255 = 50%
B 172 von 255 = 67%
R + G + B ~ 56%. #7F80AC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
127 + 128 + 172 = 427 (100%)
R 127 von 427 ~ 29.74%
G 128 von 427 ~ 29.98%
B 172 von 427 ~ 40.28%
Die Farbe #7F80AC wird in CMYK als (26,26,0,33) definiert.
CMYK: (26,26,0,33) C26M26Y0K33 (26%,26%,0%,33%) (0.26/0.26/0.00/0.33)
7F | 80 | AC | |
---|---|---|---|
RGB | 127 | 128 | 172 |
HSL | 239° | 21.33% | 58.63% |
HSB/HSV | 239° | 26.16% | 67.45% |
CMYK | 26.16% | 25.58% | 0.00% |
32.55% |
Hexadezimal | 7F | 80 | AC |
Dezimal | 127 | 128 | 172 |
Binär | 1111111 | 10000000 | 10101100 |
Oktal | 177 | 200 | 254 |
Beispiele css- und html für Elemente in der Farbe #7F80AC. Bitte benutzen Sie auch rgb(127,128,172) statt hex-Code.
.myTextColor { color: #7F80AC; }
<p style="color:#7F80AC">This sample text font color is #7F80AC.</p>
Die Farbe dieses Textes ist #7F80AC.
.myBgColor { background-color: #7F80AC; }
<div style="background-color:#7F80AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7F80AC.
.myBorderColor { border: 1px solid #7F80AC; }
<div style="border:3px solid #7F80AC">Div</div>
Die Grenzen von diesem div sind in Farbe #7F80AC.
.myOpacity80 { color: #7F80AC; opacity: 0.8; }
<p style="color:#7F80AC;opacity:0.8;">80%</p>
Text in Farbe #7F80AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7F80AC;}
<p style="text-shadow: 3px 3px 1px #7F80AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #7F80AC.
.textShadow {text-shadow: 3px 3px 1px #7F80AC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7F80AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7F80AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F80AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7F80AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7F80AC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7F80AC; -webkit-box-shadow: 1px 1px 3px 2px #7F80AC; box-shadow: 1px 1px 3px 2px #7F80AC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7F80AC; -webkit-box-shadow: 1px 1px 3px 2px #7F80AC; box-shadow:1px 1px 3px 2px #7F80AC;">
Div content here</div>
Dieser Text ist in der Farbe #7F80AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7F80AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7F80AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7F80AC.