HEX: #7C80AB
RGB: (124,128,171)
#7C80AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7C80AB ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7C80AB wird in RGB als (124,128,171) definiert.
RGB: (124,128,171) (49%,50%,67%)
R 124 von 255 = 49%
G 128 von 255 = 50%
B 171 von 255 = 67%
R + G + B ~ 55%. #7C80AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
124 + 128 + 171 = 423 (100%)
R 124 von 423 ~ 29.31%
G 128 von 423 ~ 30.26%
B 171 von 423 ~ 40.43%
Die Farbe #7C80AB wird in CMYK als (27,25,0,33) definiert.
CMYK: (27,25,0,33) C27M25Y0K33 (27%,25%,0%,33%) (0.27/0.25/0.00/0.33)
7C | 80 | AB | |
---|---|---|---|
RGB | 124 | 128 | 171 |
HSL | 235° | 21.86% | 57.84% |
HSB/HSV | 235° | 27.49% | 67.06% |
CMYK | 27.49% | 25.15% | 0.00% |
32.94% |
Hexadezimal | 7C | 80 | AB |
Dezimal | 124 | 128 | 171 |
Binär | 1111100 | 10000000 | 10101011 |
Oktal | 174 | 200 | 253 |
Beispiele css- und html für Elemente in der Farbe #7C80AB. Bitte benutzen Sie auch rgb(124,128,171) statt hex-Code.
.myTextColor { color: #7C80AB; }
<p style="color:#7C80AB">This sample text font color is #7C80AB.</p>
Die Farbe dieses Textes ist #7C80AB.
.myBgColor { background-color: #7C80AB; }
<div style="background-color:#7C80AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7C80AB.
.myBorderColor { border: 1px solid #7C80AB; }
<div style="border:3px solid #7C80AB">Div</div>
Die Grenzen von diesem div sind in Farbe #7C80AB.
.myOpacity80 { color: #7C80AB; opacity: 0.8; }
<p style="color:#7C80AB;opacity:0.8;">80%</p>
Text in Farbe #7C80AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7C80AB;}
<p style="text-shadow: 3px 3px 1px #7C80AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7C80AB.
.textShadow {text-shadow: 3px 3px 1px #7C80AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7C80AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7C80AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C80AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7C80AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7C80AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7C80AB; -webkit-box-shadow: 1px 1px 3px 2px #7C80AB; box-shadow: 1px 1px 3px 2px #7C80AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7C80AB; -webkit-box-shadow: 1px 1px 3px 2px #7C80AB; box-shadow:1px 1px 3px 2px #7C80AB;">
Div content here</div>
Dieser Text ist in der Farbe #7C80AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7C80AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7C80AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7C80AB.