HEX: #7D96AB
RGB: (125,150,171)
#7D96AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7D96AB ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7D96AB wird in RGB als (125,150,171) definiert.
RGB: (125,150,171) (49%,59%,67%)
R 125 von 255 = 49%
G 150 von 255 = 59%
B 171 von 255 = 67%
R + G + B ~ 58%. #7D96AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
125 + 150 + 171 = 446 (100%)
R 125 von 446 ~ 28.03%
G 150 von 446 ~ 33.63%
B 171 von 446 ~ 38.34%
Die Farbe #7D96AB 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 | 96 | AB | |
---|---|---|---|
RGB | 125 | 150 | 171 |
HSL | 207° | 21.50% | 58.04% |
HSB/HSV | 207° | 26.90% | 67.06% |
CMYK | 26.90% | 12.28% | 0.00% |
32.94% |
Hexadezimal | 7D | 96 | AB |
Dezimal | 125 | 150 | 171 |
Binär | 1111101 | 10010110 | 10101011 |
Oktal | 175 | 226 | 253 |
Beispiele css- und html für Elemente in der Farbe #7D96AB. Bitte benutzen Sie auch rgb(125,150,171) statt hex-Code.
.myTextColor { color: #7D96AB; }
<p style="color:#7D96AB">This sample text font color is #7D96AB.</p>
Die Farbe dieses Textes ist #7D96AB.
.myBgColor { background-color: #7D96AB; }
<div style="background-color:#7D96AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D96AB.
.myBorderColor { border: 1px solid #7D96AB; }
<div style="border:3px solid #7D96AB">Div</div>
Die Grenzen von diesem div sind in Farbe #7D96AB.
.myOpacity80 { color: #7D96AB; opacity: 0.8; }
<p style="color:#7D96AB;opacity:0.8;">80%</p>
Text in Farbe #7D96AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D96AB;}
<p style="text-shadow: 3px 3px 1px #7D96AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D96AB.
.textShadow {text-shadow: 3px 3px 1px #7D96AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D96AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D96AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D96AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D96AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D96AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D96AB; -webkit-box-shadow: 1px 1px 3px 2px #7D96AB; box-shadow: 1px 1px 3px 2px #7D96AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D96AB; -webkit-box-shadow: 1px 1px 3px 2px #7D96AB; box-shadow:1px 1px 3px 2px #7D96AB;">
Div content here</div>
Dieser Text ist in der Farbe #7D96AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D96AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D96AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D96AB.