HEX: #7D868C
RGB: (125,134,140)
#7D868C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7D868C ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7D868C wird in RGB als (125,134,140) definiert.
RGB: (125,134,140) (49%,53%,55%)
R 125 von 255 = 49%
G 134 von 255 = 53%
B 140 von 255 = 55%
R + G + B ~ 52%. #7D868C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
125 + 134 + 140 = 399 (100%)
R 125 von 399 ~ 31.33%
G 134 von 399 ~ 33.58%
B 140 von 399 ~ 35.09%
Die Farbe #7D868C wird in CMYK als (11,4,0,45) definiert.
CMYK: (11,4,0,45) C11M4Y0K45 (11%,4%,0%,45%) (0.11/0.04/0.00/0.45)
7D | 86 | 8C | |
---|---|---|---|
RGB | 125 | 134 | 140 |
HSL | 204° | 6.12% | 51.96% |
HSB/HSV | 204° | 10.71% | 54.90% |
CMYK | 10.71% | 4.29% | 0.00% |
45.10% |
Hexadezimal | 7D | 86 | 8C |
Dezimal | 125 | 134 | 140 |
Binär | 1111101 | 10000110 | 10001100 |
Oktal | 175 | 206 | 214 |
Beispiele css- und html für Elemente in der Farbe #7D868C. Bitte benutzen Sie auch rgb(125,134,140) statt hex-Code.
.myTextColor { color: #7D868C; }
<p style="color:#7D868C">This sample text font color is #7D868C.</p>
Die Farbe dieses Textes ist #7D868C.
.myBgColor { background-color: #7D868C; }
<div style="background-color:#7D868C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D868C.
.myBorderColor { border: 1px solid #7D868C; }
<div style="border:3px solid #7D868C">Div</div>
Die Grenzen von diesem div sind in Farbe #7D868C.
.myOpacity80 { color: #7D868C; opacity: 0.8; }
<p style="color:#7D868C;opacity:0.8;">80%</p>
Text in Farbe #7D868C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D868C;}
<p style="text-shadow: 3px 3px 1px #7D868C">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D868C.
.textShadow {text-shadow: 3px 3px 1px #7D868C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D868C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D868C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D868C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D868C, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D868C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D868C; -webkit-box-shadow: 1px 1px 3px 2px #7D868C; box-shadow: 1px 1px 3px 2px #7D868C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D868C; -webkit-box-shadow: 1px 1px 3px 2px #7D868C; box-shadow:1px 1px 3px 2px #7D868C;">
Div content here</div>
Dieser Text ist in der Farbe #7D868C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D868C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D868C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D868C.