HEX: #997AAB
RGB: (153,122,171)
#997AAB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #997AAB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #997AAB wird in RGB als (153,122,171) definiert.
RGB: (153,122,171) (60%,48%,67%)
R 153 von 255 = 60%
G 122 von 255 = 48%
B 171 von 255 = 67%
R + G + B ~ 58%. #997AAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
153 + 122 + 171 = 446 (100%)
R 153 von 446 ~ 34.3%
G 122 von 446 ~ 27.35%
B 171 von 446 ~ 38.34%
Die Farbe #997AAB wird in CMYK als (11,29,0,33) definiert.
CMYK: (11,29,0,33) C11M29Y0K33 (11%,29%,0%,33%) (0.11/0.29/0.00/0.33)
99 | 7A | AB | |
---|---|---|---|
RGB | 153 | 122 | 171 |
HSL | 278° | 22.58% | 57.45% |
HSB/HSV | 278° | 28.65% | 67.06% |
CMYK | 10.53% | 28.65% | 0.00% |
32.94% |
Hexadezimal | 99 | 7A | AB |
Dezimal | 153 | 122 | 171 |
Binär | 10011001 | 1111010 | 10101011 |
Oktal | 231 | 172 | 253 |
Beispiele css- und html für Elemente in der Farbe #997AAB. Bitte benutzen Sie auch rgb(153,122,171) statt hex-Code.
.myTextColor { color: #997AAB; }
<p style="color:#997AAB">This sample text font color is #997AAB.</p>
Die Farbe dieses Textes ist #997AAB.
.myBgColor { background-color: #997AAB; }
<div style="background-color:#997AAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #997AAB.
.myBorderColor { border: 1px solid #997AAB; }
<div style="border:3px solid #997AAB">Div</div>
Die Grenzen von diesem div sind in Farbe #997AAB.
.myOpacity80 { color: #997AAB; opacity: 0.8; }
<p style="color:#997AAB;opacity:0.8;">80%</p>
Text in Farbe #997AAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #997AAB;}
<p style="text-shadow: 3px 3px 1px #997AAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #997AAB.
.textShadow {text-shadow: 3px 3px 1px #997AAB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #997AAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #997AAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#997AAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#997AAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #997AAB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #997AAB; -webkit-box-shadow: 1px 1px 3px 2px #997AAB; box-shadow: 1px 1px 3px 2px #997AAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #997AAB; -webkit-box-shadow: 1px 1px 3px 2px #997AAB; box-shadow:1px 1px 3px 2px #997AAB;">
Div content here</div>
Dieser Text ist in der Farbe #997AAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #997AAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #997AAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #997AAB.