HEX: #AB8BCE
RGB: (171,139,206)
#AB8BCE enthält hauptsächlich rote und blaue Farbe. Für #AB8BCE ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #AB8BCE wird in RGB als (171,139,206) definiert.
RGB: (171,139,206) (67%,55%,81%)
R 171 von 255 = 67%
G 139 von 255 = 55%
B 206 von 255 = 81%
R + G + B ~ 68%. #AB8BCE ziemlich helle Farbe.
R + G + B =
171 + 139 + 206 = 516 (100%)
R 171 von 516 ~ 33.14%
G 139 von 516 ~ 26.94%
B 206 von 516 ~ 39.92%
Die Farbe #AB8BCE wird in CMYK als (17,33,0,19) definiert.
CMYK: (17,33,0,19) C17M33Y0K19 (17%,33%,0%,19%) (0.17/0.33/0.00/0.19)
AB | 8B | CE | |
---|---|---|---|
RGB | 171 | 139 | 206 |
HSL | 269° | 40.61% | 67.65% |
HSB/HSV | 269° | 32.52% | 80.78% |
CMYK | 16.99% | 32.52% | 0.00% |
19.22% |
Hexadezimal | AB | 8B | CE |
Dezimal | 171 | 139 | 206 |
Binär | 10101011 | 10001011 | 11001110 |
Oktal | 253 | 213 | 316 |
Beispiele css- und html für Elemente in der Farbe #AB8BCE. Bitte benutzen Sie auch rgb(171,139,206) statt hex-Code.
.myTextColor { color: #AB8BCE; }
<p style="color:#AB8BCE">This sample text font color is #AB8BCE.</p>
Die Farbe dieses Textes ist #AB8BCE.
.myBgColor { background-color: #AB8BCE; }
<div style="background-color:#AB8BCE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB8BCE.
.myBorderColor { border: 1px solid #AB8BCE; }
<div style="border:3px solid #AB8BCE">Div</div>
Die Grenzen von diesem div sind in Farbe #AB8BCE.
.myOpacity80 { color: #AB8BCE; opacity: 0.8; }
<p style="color:#AB8BCE;opacity:0.8;">80%</p>
Text in Farbe #AB8BCE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB8BCE;}
<p style="text-shadow: 3px 3px 1px #AB8BCE">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB8BCE.
.textShadow {text-shadow: 3px 3px 1px #AB8BCE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB8BCE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB8BCE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB8BCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB8BCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB8BCE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB8BCE; -webkit-box-shadow: 1px 1px 3px 2px #AB8BCE; box-shadow: 1px 1px 3px 2px #AB8BCE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB8BCE; -webkit-box-shadow: 1px 1px 3px 2px #AB8BCE; box-shadow:1px 1px 3px 2px #AB8BCE;">
Div content here</div>
Dieser Text ist in der Farbe #AB8BCE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB8BCE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB8BCE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB8BCE.