HEX: #997AB8
RGB: (153,122,184)
#997AB8 enthält hauptsächlich rote und blaue Farbe. Für #997AB8 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #997AB8 wird in RGB als (153,122,184) definiert.
RGB: (153,122,184) (60%,48%,72%)
R 153 von 255 = 60%
G 122 von 255 = 48%
B 184 von 255 = 72%
R + G + B ~ 60%. #997AB8 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
153 + 122 + 184 = 459 (100%)
R 153 von 459 ~ 33.33%
G 122 von 459 ~ 26.58%
B 184 von 459 ~ 40.09%
Die Farbe #997AB8 wird in CMYK als (17,34,0,28) definiert.
CMYK: (17,34,0,28) C17M34Y0K28 (17%,34%,0%,28%) (0.17/0.34/0.00/0.28)
99 | 7A | B8 | |
---|---|---|---|
RGB | 153 | 122 | 184 |
HSL | 270° | 30.39% | 60.00% |
HSB/HSV | 270° | 33.70% | 72.16% |
CMYK | 16.85% | 33.70% | 0.00% |
27.84% |
Hexadezimal | 99 | 7A | B8 |
Dezimal | 153 | 122 | 184 |
Binär | 10011001 | 1111010 | 10111000 |
Oktal | 231 | 172 | 270 |
Beispiele css- und html für Elemente in der Farbe #997AB8. Bitte benutzen Sie auch rgb(153,122,184) statt hex-Code.
.myTextColor { color: #997AB8; }
<p style="color:#997AB8">This sample text font color is #997AB8.</p>
Die Farbe dieses Textes ist #997AB8.
.myBgColor { background-color: #997AB8; }
<div style="background-color:#997AB8">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #997AB8.
.myBorderColor { border: 1px solid #997AB8; }
<div style="border:3px solid #997AB8">Div</div>
Die Grenzen von diesem div sind in Farbe #997AB8.
.myOpacity80 { color: #997AB8; opacity: 0.8; }
<p style="color:#997AB8;opacity:0.8;">80%</p>
Text in Farbe #997AB8 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #997AB8;}
<p style="text-shadow: 3px 3px 1px #997AB8">Text here.</p>
Dieser Text hat den Schatten in Farbe #997AB8.
.textShadow {text-shadow: 3px 3px 1px #997AB8, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #997AB8, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #997AB8 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#997AB8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#997AB8, Direction=45, Strength=4)">Text</p>
This text has shadow with #997AB8 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #997AB8; -webkit-box-shadow: 1px 1px 3px 2px #997AB8; box-shadow: 1px 1px 3px 2px #997AB8; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #997AB8; -webkit-box-shadow: 1px 1px 3px 2px #997AB8; box-shadow:1px 1px 3px 2px #997AB8;">
Div content here</div>
Dieser Text ist in der Farbe #997AB8 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #997AB8 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #997AB8.
Dieser Text ist weiß auf dem Hintergrund in Farbe #997AB8.