HEX: #7C8CAD
RGB: (124,140,173)
#7C8CAD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7C8CAD ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7C8CAD wird in RGB als (124,140,173) definiert.
RGB: (124,140,173) (49%,55%,68%)
R 124 von 255 = 49%
G 140 von 255 = 55%
B 173 von 255 = 68%
R + G + B ~ 57%. #7C8CAD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
124 + 140 + 173 = 437 (100%)
R 124 von 437 ~ 28.38%
G 140 von 437 ~ 32.04%
B 173 von 437 ~ 39.59%
Die Farbe #7C8CAD wird in CMYK als (28,19,0,32) definiert.
CMYK: (28,19,0,32) C28M19Y0K32 (28%,19%,0%,32%) (0.28/0.19/0.00/0.32)
7C | 8C | AD | |
---|---|---|---|
RGB | 124 | 140 | 173 |
HSL | 220° | 23.00% | 58.24% |
HSB/HSV | 220° | 28.32% | 67.84% |
CMYK | 28.32% | 19.08% | 0.00% |
32.16% |
Hexadezimal | 7C | 8C | AD |
Dezimal | 124 | 140 | 173 |
Binär | 1111100 | 10001100 | 10101101 |
Oktal | 174 | 214 | 255 |
Beispiele css- und html für Elemente in der Farbe #7C8CAD. Bitte benutzen Sie auch rgb(124,140,173) statt hex-Code.
.myTextColor { color: #7C8CAD; }
<p style="color:#7C8CAD">This sample text font color is #7C8CAD.</p>
Die Farbe dieses Textes ist #7C8CAD.
.myBgColor { background-color: #7C8CAD; }
<div style="background-color:#7C8CAD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7C8CAD.
.myBorderColor { border: 1px solid #7C8CAD; }
<div style="border:3px solid #7C8CAD">Div</div>
Die Grenzen von diesem div sind in Farbe #7C8CAD.
.myOpacity80 { color: #7C8CAD; opacity: 0.8; }
<p style="color:#7C8CAD;opacity:0.8;">80%</p>
Text in Farbe #7C8CAD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7C8CAD;}
<p style="text-shadow: 3px 3px 1px #7C8CAD">Text here.</p>
Dieser Text hat den Schatten in Farbe #7C8CAD.
.textShadow {text-shadow: 3px 3px 1px #7C8CAD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7C8CAD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7C8CAD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C8CAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7C8CAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #7C8CAD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7C8CAD; -webkit-box-shadow: 1px 1px 3px 2px #7C8CAD; box-shadow: 1px 1px 3px 2px #7C8CAD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7C8CAD; -webkit-box-shadow: 1px 1px 3px 2px #7C8CAD; box-shadow:1px 1px 3px 2px #7C8CAD;">
Div content here</div>
Dieser Text ist in der Farbe #7C8CAD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7C8CAD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7C8CAD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7C8CAD.