HEX: #976FAB
RGB: (151,111,171)
#976FAB enthält hauptsächlich rote und blaue Farbe. Für #976FAB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #976FAB wird in RGB als (151,111,171) definiert.
RGB: (151,111,171) (59%,44%,67%)
R 151 von 255 = 59%
G 111 von 255 = 44%
B 171 von 255 = 67%
R + G + B ~ 57%. #976FAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
151 + 111 + 171 = 433 (100%)
R 151 von 433 ~ 34.87%
G 111 von 433 ~ 25.64%
B 171 von 433 ~ 39.49%
Die Farbe #976FAB wird in CMYK als (12,35,0,33) definiert.
CMYK: (12,35,0,33) C12M35Y0K33 (12%,35%,0%,33%) (0.12/0.35/0.00/0.33)
97 | 6F | AB | |
---|---|---|---|
RGB | 151 | 111 | 171 |
HSL | 280° | 26.32% | 55.29% |
HSB/HSV | 280° | 35.09% | 67.06% |
CMYK | 11.70% | 35.09% | 0.00% |
32.94% |
Hexadezimal | 97 | 6F | AB |
Dezimal | 151 | 111 | 171 |
Binär | 10010111 | 1101111 | 10101011 |
Oktal | 227 | 157 | 253 |
Beispiele css- und html für Elemente in der Farbe #976FAB. Bitte benutzen Sie auch rgb(151,111,171) statt hex-Code.
.myTextColor { color: #976FAB; }
<p style="color:#976FAB">This sample text font color is #976FAB.</p>
Die Farbe dieses Textes ist #976FAB.
.myBgColor { background-color: #976FAB; }
<div style="background-color:#976FAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #976FAB.
.myBorderColor { border: 1px solid #976FAB; }
<div style="border:3px solid #976FAB">Div</div>
Die Grenzen von diesem div sind in Farbe #976FAB.
.myOpacity80 { color: #976FAB; opacity: 0.8; }
<p style="color:#976FAB;opacity:0.8;">80%</p>
Text in Farbe #976FAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #976FAB;}
<p style="text-shadow: 3px 3px 1px #976FAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #976FAB.
.textShadow {text-shadow: 3px 3px 1px #976FAB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #976FAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #976FAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#976FAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#976FAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #976FAB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #976FAB; -webkit-box-shadow: 1px 1px 3px 2px #976FAB; box-shadow: 1px 1px 3px 2px #976FAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #976FAB; -webkit-box-shadow: 1px 1px 3px 2px #976FAB; box-shadow:1px 1px 3px 2px #976FAB;">
Div content here</div>
Dieser Text ist in der Farbe #976FAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #976FAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #976FAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #976FAB.