HEX: #AB7DB1
RGB: (171,125,177)
#AB7DB1 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB7DB1 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AB7DB1 wird in RGB als (171,125,177) definiert.
RGB: (171,125,177) (67%,49%,69%)
R 171 von 255 = 67%
G 125 von 255 = 49%
B 177 von 255 = 69%
R + G + B ~ 62%. #AB7DB1 ziemlich helle Farbe.
R + G + B =
171 + 125 + 177 = 473 (100%)
R 171 von 473 ~ 36.15%
G 125 von 473 ~ 26.43%
B 177 von 473 ~ 37.42%
Die Farbe #AB7DB1 wird in CMYK als (3,29,0,31) definiert.
CMYK: (3,29,0,31) C3M29Y0K31 (3%,29%,0%,31%) (0.03/0.29/0.00/0.31)
AB | 7D | B1 | |
---|---|---|---|
RGB | 171 | 125 | 177 |
HSL | 293° | 25.00% | 59.22% |
HSB/HSV | 293° | 29.38% | 69.41% |
CMYK | 3.39% | 29.38% | 0.00% |
30.59% |
Hexadezimal | AB | 7D | B1 |
Dezimal | 171 | 125 | 177 |
Binär | 10101011 | 1111101 | 10110001 |
Oktal | 253 | 175 | 261 |
Beispiele css- und html für Elemente in der Farbe #AB7DB1. Bitte benutzen Sie auch rgb(171,125,177) statt hex-Code.
.myTextColor { color: #AB7DB1; }
<p style="color:#AB7DB1">This sample text font color is #AB7DB1.</p>
Die Farbe dieses Textes ist #AB7DB1.
.myBgColor { background-color: #AB7DB1; }
<div style="background-color:#AB7DB1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB7DB1.
.myBorderColor { border: 1px solid #AB7DB1; }
<div style="border:3px solid #AB7DB1">Div</div>
Die Grenzen von diesem div sind in Farbe #AB7DB1.
.myOpacity80 { color: #AB7DB1; opacity: 0.8; }
<p style="color:#AB7DB1;opacity:0.8;">80%</p>
Text in Farbe #AB7DB1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7DB1;}
<p style="text-shadow: 3px 3px 1px #AB7DB1">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB7DB1.
.textShadow {text-shadow: 3px 3px 1px #AB7DB1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7DB1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB7DB1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7DB1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7DB1, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7DB1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB7DB1; -webkit-box-shadow: 1px 1px 3px 2px #AB7DB1; box-shadow: 1px 1px 3px 2px #AB7DB1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB7DB1; -webkit-box-shadow: 1px 1px 3px 2px #AB7DB1; box-shadow:1px 1px 3px 2px #AB7DB1;">
Div content here</div>
Dieser Text ist in der Farbe #AB7DB1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB7DB1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB7DB1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB7DB1.