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