HEX: #AB7FC7
RGB: (171,127,199)
#AB7FC7 enthält hauptsächlich rote und blaue Farbe. Für #AB7FC7 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AB7FC7 wird in RGB als (171,127,199) definiert.
RGB: (171,127,199) (67%,50%,78%)
R 171 von 255 = 67%
G 127 von 255 = 50%
B 199 von 255 = 78%
R + G + B ~ 65%. #AB7FC7 ziemlich helle Farbe.
R + G + B =
171 + 127 + 199 = 497 (100%)
R 171 von 497 ~ 34.41%
G 127 von 497 ~ 25.55%
B 199 von 497 ~ 40.04%
Die Farbe #AB7FC7 wird in CMYK als (14,36,0,22) definiert.
CMYK: (14,36,0,22) C14M36Y0K22 (14%,36%,0%,22%) (0.14/0.36/0.00/0.22)
AB | 7F | C7 | |
---|---|---|---|
RGB | 171 | 127 | 199 |
HSL | 277° | 39.13% | 63.92% |
HSB/HSV | 277° | 36.18% | 78.04% |
CMYK | 14.07% | 36.18% | 0.00% |
21.96% |
Hexadezimal | AB | 7F | C7 |
Dezimal | 171 | 127 | 199 |
Binär | 10101011 | 1111111 | 11000111 |
Oktal | 253 | 177 | 307 |
Beispiele css- und html für Elemente in der Farbe #AB7FC7. Bitte benutzen Sie auch rgb(171,127,199) statt hex-Code.
.myTextColor { color: #AB7FC7; }
<p style="color:#AB7FC7">This sample text font color is #AB7FC7.</p>
Die Farbe dieses Textes ist #AB7FC7.
.myBgColor { background-color: #AB7FC7; }
<div style="background-color:#AB7FC7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB7FC7.
.myBorderColor { border: 1px solid #AB7FC7; }
<div style="border:3px solid #AB7FC7">Div</div>
Die Grenzen von diesem div sind in Farbe #AB7FC7.
.myOpacity80 { color: #AB7FC7; opacity: 0.8; }
<p style="color:#AB7FC7;opacity:0.8;">80%</p>
Text in Farbe #AB7FC7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7FC7;}
<p style="text-shadow: 3px 3px 1px #AB7FC7">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB7FC7.
.textShadow {text-shadow: 3px 3px 1px #AB7FC7, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7FC7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB7FC7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7FC7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7FC7, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7FC7 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB7FC7; -webkit-box-shadow: 1px 1px 3px 2px #AB7FC7; box-shadow: 1px 1px 3px 2px #AB7FC7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB7FC7; -webkit-box-shadow: 1px 1px 3px 2px #AB7FC7; box-shadow:1px 1px 3px 2px #AB7FC7;">
Div content here</div>
Dieser Text ist in der Farbe #AB7FC7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB7FC7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB7FC7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB7FC7.