HEX: #677D8D
RGB: (103,125,141)
#677D8D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #677D8D ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #677D8D wird in RGB als (103,125,141) definiert.
RGB: (103,125,141) (40%,49%,55%)
R 103 von 255 = 40%
G 125 von 255 = 49%
B 141 von 255 = 55%
R + G + B ~ 48%. #677D8D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
103 + 125 + 141 = 369 (100%)
R 103 von 369 ~ 27.91%
G 125 von 369 ~ 33.88%
B 141 von 369 ~ 38.21%
Die Farbe #677D8D wird in CMYK als (27,11,0,45) definiert.
CMYK: (27,11,0,45) C27M11Y0K45 (27%,11%,0%,45%) (0.27/0.11/0.00/0.45)
67 | 7D | 8D | |
---|---|---|---|
RGB | 103 | 125 | 141 |
HSL | 205° | 15.57% | 47.84% |
HSB/HSV | 205° | 26.95% | 55.29% |
CMYK | 26.95% | 11.35% | 0.00% |
44.71% |
Hexadezimal | 67 | 7D | 8D |
Dezimal | 103 | 125 | 141 |
Binär | 1100111 | 1111101 | 10001101 |
Oktal | 147 | 175 | 215 |
Beispiele css- und html für Elemente in der Farbe #677D8D. Bitte benutzen Sie auch rgb(103,125,141) statt hex-Code.
.myTextColor { color: #677D8D; }
<p style="color:#677D8D">This sample text font color is #677D8D.</p>
Die Farbe dieses Textes ist #677D8D.
.myBgColor { background-color: #677D8D; }
<div style="background-color:#677D8D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #677D8D.
.myBorderColor { border: 1px solid #677D8D; }
<div style="border:3px solid #677D8D">Div</div>
Die Grenzen von diesem div sind in Farbe #677D8D.
.myOpacity80 { color: #677D8D; opacity: 0.8; }
<p style="color:#677D8D;opacity:0.8;">80%</p>
Text in Farbe #677D8D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #677D8D;}
<p style="text-shadow: 3px 3px 1px #677D8D">Text here.</p>
Dieser Text hat den Schatten in Farbe #677D8D.
.textShadow {text-shadow: 3px 3px 1px #677D8D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #677D8D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #677D8D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#677D8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#677D8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #677D8D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #677D8D; -webkit-box-shadow: 1px 1px 3px 2px #677D8D; box-shadow: 1px 1px 3px 2px #677D8D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #677D8D; -webkit-box-shadow: 1px 1px 3px 2px #677D8D; box-shadow:1px 1px 3px 2px #677D8D;">
Div content here</div>
Dieser Text ist in der Farbe #677D8D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #677D8D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #677D8D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #677D8D.