HEX: #7D97AC
RGB: (125,151,172)
#7D97AC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7D97AC ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7D97AC wird in RGB als (125,151,172) definiert.
RGB: (125,151,172) (49%,59%,67%)
R 125 von 255 = 49%
G 151 von 255 = 59%
B 172 von 255 = 67%
R + G + B ~ 58%. #7D97AC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
125 + 151 + 172 = 448 (100%)
R 125 von 448 ~ 27.9%
G 151 von 448 ~ 33.71%
B 172 von 448 ~ 38.39%
Die Farbe #7D97AC wird in CMYK als (27,12,0,33) definiert.
CMYK: (27,12,0,33) C27M12Y0K33 (27%,12%,0%,33%) (0.27/0.12/0.00/0.33)
7D | 97 | AC | |
---|---|---|---|
RGB | 125 | 151 | 172 |
HSL | 207° | 22.07% | 58.24% |
HSB/HSV | 207° | 27.33% | 67.45% |
CMYK | 27.33% | 12.21% | 0.00% |
32.55% |
Hexadezimal | 7D | 97 | AC |
Dezimal | 125 | 151 | 172 |
Binär | 1111101 | 10010111 | 10101100 |
Oktal | 175 | 227 | 254 |
Beispiele css- und html für Elemente in der Farbe #7D97AC. Bitte benutzen Sie auch rgb(125,151,172) statt hex-Code.
.myTextColor { color: #7D97AC; }
<p style="color:#7D97AC">This sample text font color is #7D97AC.</p>
Die Farbe dieses Textes ist #7D97AC.
.myBgColor { background-color: #7D97AC; }
<div style="background-color:#7D97AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D97AC.
.myBorderColor { border: 1px solid #7D97AC; }
<div style="border:3px solid #7D97AC">Div</div>
Die Grenzen von diesem div sind in Farbe #7D97AC.
.myOpacity80 { color: #7D97AC; opacity: 0.8; }
<p style="color:#7D97AC;opacity:0.8;">80%</p>
Text in Farbe #7D97AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D97AC;}
<p style="text-shadow: 3px 3px 1px #7D97AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D97AC.
.textShadow {text-shadow: 3px 3px 1px #7D97AC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D97AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D97AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D97AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D97AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D97AC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D97AC; -webkit-box-shadow: 1px 1px 3px 2px #7D97AC; box-shadow: 1px 1px 3px 2px #7D97AC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D97AC; -webkit-box-shadow: 1px 1px 3px 2px #7D97AC; box-shadow:1px 1px 3px 2px #7D97AC;">
Div content here</div>
Dieser Text ist in der Farbe #7D97AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D97AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D97AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D97AC.