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