HEX: #7D949C
RGB: (125,148,156)
#7D949C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7D949C ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7D949C wird in RGB als (125,148,156) definiert.
RGB: (125,148,156) (49%,58%,61%)
R 125 von 255 = 49%
G 148 von 255 = 58%
B 156 von 255 = 61%
R + G + B ~ 56%. #7D949C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
125 + 148 + 156 = 429 (100%)
R 125 von 429 ~ 29.14%
G 148 von 429 ~ 34.5%
B 156 von 429 ~ 36.36%
Die Farbe #7D949C wird in CMYK als (20,5,0,39) definiert.
CMYK: (20,5,0,39) C20M5Y0K39 (20%,5%,0%,39%) (0.20/0.05/0.00/0.39)
7D | 94 | 9C | |
---|---|---|---|
RGB | 125 | 148 | 156 |
HSL | 195° | 13.54% | 55.10% |
HSB/HSV | 195° | 19.87% | 61.18% |
CMYK | 19.87% | 5.13% | 0.00% |
38.82% |
Hexadezimal | 7D | 94 | 9C |
Dezimal | 125 | 148 | 156 |
Binär | 1111101 | 10010100 | 10011100 |
Oktal | 175 | 224 | 234 |
Beispiele css- und html für Elemente in der Farbe #7D949C. Bitte benutzen Sie auch rgb(125,148,156) statt hex-Code.
.myTextColor { color: #7D949C; }
<p style="color:#7D949C">This sample text font color is #7D949C.</p>
Die Farbe dieses Textes ist #7D949C.
.myBgColor { background-color: #7D949C; }
<div style="background-color:#7D949C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D949C.
.myBorderColor { border: 1px solid #7D949C; }
<div style="border:3px solid #7D949C">Div</div>
Die Grenzen von diesem div sind in Farbe #7D949C.
.myOpacity80 { color: #7D949C; opacity: 0.8; }
<p style="color:#7D949C;opacity:0.8;">80%</p>
Text in Farbe #7D949C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D949C;}
<p style="text-shadow: 3px 3px 1px #7D949C">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D949C.
.textShadow {text-shadow: 3px 3px 1px #7D949C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D949C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D949C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D949C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D949C, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D949C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D949C; -webkit-box-shadow: 1px 1px 3px 2px #7D949C; box-shadow: 1px 1px 3px 2px #7D949C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D949C; -webkit-box-shadow: 1px 1px 3px 2px #7D949C; box-shadow:1px 1px 3px 2px #7D949C;">
Div content here</div>
Dieser Text ist in der Farbe #7D949C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D949C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D949C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D949C.