HEX: #C7A4DB
RGB: (199,164,219)
#C7A4DB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7A4DB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C7A4DB wird in RGB als (199,164,219) definiert.
RGB: (199,164,219)
(78%, 64%, 86%)
R 199 von 255 = 78%
G 164 von 255 = 64%
B 219 von 255 = 86%
R + G + B ~ 76%. #C7A4DB ziemlich helle Farbe.
R + G + B = 199 + 164 + 219 = 582 (100%)
R 199 von 582 ~ 34.19%
G 164 von 582 ~ 28.18%
B 219 von 582 ~ 37.63'%
Die Farbe #C7A4DB wird in CMYK als (9,25,0,14) definiert.
CMYK: (9,25,0,14)
C9M25Y0K14 (9%, 25%, 0%, 14%)
(0.09 / 0.25 / 0.00 / 0.14)
Farbe #C7A4DB in den populären Farbmodellen.
C7 | A4 | DB | |
---|---|---|---|
RGB | 199 | 164 | 219 |
HSL | 278° | 43.31% | 75.10% |
HSB/HSV | 278° | 25.11% | 85.88% |
CMYK | 9.13% | 25.11% | 0.00% |
14.12% |
Die Farbe #C7A4DB in den populären Zahlensystemen.
Hexadezimal | C7 | A4 | DB |
Dezimal | 199 | 164 | 219 |
Binär | 11000111 | 10100100 | 11011011 |
Oktal | 307 | 244 | 333 |
Dunkle Töne der Farbe #C7A4DB
Helle Töne der Farbe #C7A4DB
Beispiele css- und html für Elemente in der Farbe #C7A4DB. Bitte benutzen Sie auch rgb(199,164,219) statt hex-Code.
.myTextColor { color: #C7A4DB; }
<p style="color:#C7A4DB">This sample text font color is #C7A4DB.</p>
Die Farbe dieses Textes ist #C7A4DB.
.myBgColor { background-color: #C7A4DB; }
<div style="background-color:#C7A4DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7A4DB.
.myBorderColor { border: 1px solid #C7A4DB; }
<div style="border:3px solid #C7A4DB">Div</div>
Die Grenzen von diesem div sind in Farbe #C7A4DB.
.myOpacity80 { color: #C7A4DB; opacity: 0.8; }
<p style="color:#C7A4DB;opacity:0.8;">80%</p>
Text in Farbe #C7A4DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7A4DB;}
<p style="text-shadow: 3px 3px 1px #C7A4DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7A4DB.
.textShadow {text-shadow: 3px 3px 1px #C7A4DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7A4DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7A4DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7A4DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7A4DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7A4DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7A4DB;
-webkit-box-shadow: 1px 1px 3px 2px #C7A4DB;
box-shadow: 1px 1px 3px 2px #C7A4DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7A4DB; -webkit-box-shadow: 1px 1px 3px 2px #C7A4DB; box-shadow:1px 1px 3px 2px #C7A4DB;">
Div content here
</div>
Dieser Text ist in der Farbe #C7A4DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7A4DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7A4DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7A4DB.
Kontrastfarbe für #hex ist #385B24.