HEX: #C7ABDB
RGB: (199,171,219)
#C7ABDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7ABDB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C7ABDB wird in RGB als (199,171,219) definiert.
RGB: (199,171,219) (78%,67%,86%)
R 199 von 255 = 78%
G 171 von 255 = 67%
B 219 von 255 = 86%
R + G + B ~ 77%. #C7ABDB ziemlich helle Farbe.
R + G + B =
199 + 171 + 219 = 589 (100%)
R 199 von 589 ~ 33.79%
G 171 von 589 ~ 29.03%
B 219 von 589 ~ 37.18%
Die Farbe #C7ABDB wird in CMYK als (9,22,0,14) definiert.
CMYK: (9,22,0,14) C9M22Y0K14 (9%,22%,0%,14%) (0.09/0.22/0.00/0.14)
C7 | AB | DB | |
---|---|---|---|
RGB | 199 | 171 | 219 |
HSL | 275° | 40.00% | 76.47% |
HSB/HSV | 275° | 21.92% | 85.88% |
CMYK | 9.13% | 21.92% | 0.00% |
14.12% |
Hexadezimal | C7 | AB | DB |
Dezimal | 199 | 171 | 219 |
Binär | 11000111 | 10101011 | 11011011 |
Oktal | 307 | 253 | 333 |
Beispiele css- und html für Elemente in der Farbe #C7ABDB. Bitte benutzen Sie auch rgb(199,171,219) statt hex-Code.
.myTextColor { color: #C7ABDB; }
<p style="color:#C7ABDB">This sample text font color is #C7ABDB.</p>
Die Farbe dieses Textes ist #C7ABDB.
.myBgColor { background-color: #C7ABDB; }
<div style="background-color:#C7ABDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7ABDB.
.myBorderColor { border: 1px solid #C7ABDB; }
<div style="border:3px solid #C7ABDB">Div</div>
Die Grenzen von diesem div sind in Farbe #C7ABDB.
.myOpacity80 { color: #C7ABDB; opacity: 0.8; }
<p style="color:#C7ABDB;opacity:0.8;">80%</p>
Text in Farbe #C7ABDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7ABDB;}
<p style="text-shadow: 3px 3px 1px #C7ABDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7ABDB.
.textShadow {text-shadow: 3px 3px 1px #C7ABDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7ABDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7ABDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7ABDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7ABDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7ABDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7ABDB; -webkit-box-shadow: 1px 1px 3px 2px #C7ABDB; box-shadow: 1px 1px 3px 2px #C7ABDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7ABDB; -webkit-box-shadow: 1px 1px 3px 2px #C7ABDB; box-shadow:1px 1px 3px 2px #C7ABDB;">
Div content here</div>
Dieser Text ist in der Farbe #C7ABDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7ABDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7ABDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7ABDB.