HEX: #C4A1DC
RGB: (196,161,220)
#C4A1DC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C4A1DC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C4A1DC wird in RGB als (196,161,220) definiert.
RGB: (196,161,220)
(77%, 63%, 86%)
R 196 von 255 = 77%
G 161 von 255 = 63%
B 220 von 255 = 86%
R + G + B ~ 75%. #C4A1DC ziemlich helle Farbe.
R + G + B = 196 + 161 + 220 = 577 (100%)
R 196 von 577 ~ 33.97%
G 161 von 577 ~ 27.9%
B 220 von 577 ~ 38.13'%
Die Farbe #C4A1DC wird in CMYK als (11,27,0,14) definiert.
CMYK: (11,27,0,14)
C11M27Y0K14 (11%, 27%, 0%, 14%)
(0.11 / 0.27 / 0.00 / 0.14)
Farbe #C4A1DC in den populären Farbmodellen.
C4 | A1 | DC | |
---|---|---|---|
RGB | 196 | 161 | 220 |
HSL | 276° | 45.74% | 74.71% |
HSB/HSV | 276° | 26.82% | 86.27% |
CMYK | 10.91% | 26.82% | 0.00% |
13.73% |
Die Farbe #C4A1DC in den populären Zahlensystemen.
Hexadezimal | C4 | A1 | DC |
Dezimal | 196 | 161 | 220 |
Binär | 11000100 | 10100001 | 11011100 |
Oktal | 304 | 241 | 334 |
Dunkle Töne der Farbe #C4A1DC
Helle Töne der Farbe #C4A1DC
Beispiele css- und html für Elemente in der Farbe #C4A1DC. Bitte benutzen Sie auch rgb(196,161,220) statt hex-Code.
.myTextColor { color: #C4A1DC; }
<p style="color:#C4A1DC">This sample text font color is #C4A1DC.</p>
Die Farbe dieses Textes ist #C4A1DC.
.myBgColor { background-color: #C4A1DC; }
<div style="background-color:#C4A1DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4A1DC.
.myBorderColor { border: 1px solid #C4A1DC; }
<div style="border:3px solid #C4A1DC">Div</div>
Die Grenzen von diesem div sind in Farbe #C4A1DC.
.myOpacity80 { color: #C4A1DC; opacity: 0.8; }
<p style="color:#C4A1DC;opacity:0.8;">80%</p>
Text in Farbe #C4A1DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4A1DC;}
<p style="text-shadow: 3px 3px 1px #C4A1DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4A1DC.
.textShadow {text-shadow: 3px 3px 1px #C4A1DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4A1DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4A1DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4A1DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4A1DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4A1DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4A1DC;
-webkit-box-shadow: 1px 1px 3px 2px #C4A1DC;
box-shadow: 1px 1px 3px 2px #C4A1DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4A1DC; -webkit-box-shadow: 1px 1px 3px 2px #C4A1DC; box-shadow:1px 1px 3px 2px #C4A1DC;">
Div content here
</div>
Dieser Text ist in der Farbe #C4A1DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4A1DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4A1DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4A1DC.
Kontrastfarbe für #C4A1DC ist #3B5E23.