HEX: #C3A6DC
RGB: (195,166,220)
#C3A6DC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C3A6DC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C3A6DC wird in RGB als (195,166,220) definiert.
RGB: (195,166,220) (76%,65%,86%)
R 195 von 255 = 76%
G 166 von 255 = 65%
B 220 von 255 = 86%
R + G + B ~ 76%. #C3A6DC ziemlich helle Farbe.
R + G + B =
195 + 166 + 220 = 581 (100%)
R 195 von 581 ~ 33.56%
G 166 von 581 ~ 28.57%
B 220 von 581 ~ 37.87%
Die Farbe #C3A6DC wird in CMYK als (11,25,0,14) definiert.
CMYK: (11,25,0,14) C11M25Y0K14 (11%,25%,0%,14%) (0.11/0.25/0.00/0.14)
C3 | A6 | DC | |
---|---|---|---|
RGB | 195 | 166 | 220 |
HSL | 272° | 43.55% | 75.69% |
HSB/HSV | 272° | 24.55% | 86.27% |
CMYK | 11.36% | 24.55% | 0.00% |
13.73% |
Hexadezimal | C3 | A6 | DC |
Dezimal | 195 | 166 | 220 |
Binär | 11000011 | 10100110 | 11011100 |
Oktal | 303 | 246 | 334 |
Beispiele css- und html für Elemente in der Farbe #C3A6DC. Bitte benutzen Sie auch rgb(195,166,220) statt hex-Code.
.myTextColor { color: #C3A6DC; }
<p style="color:#C3A6DC">This sample text font color is #C3A6DC.</p>
Die Farbe dieses Textes ist #C3A6DC.
.myBgColor { background-color: #C3A6DC; }
<div style="background-color:#C3A6DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C3A6DC.
.myBorderColor { border: 1px solid #C3A6DC; }
<div style="border:3px solid #C3A6DC">Div</div>
Die Grenzen von diesem div sind in Farbe #C3A6DC.
.myOpacity80 { color: #C3A6DC; opacity: 0.8; }
<p style="color:#C3A6DC;opacity:0.8;">80%</p>
Text in Farbe #C3A6DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C3A6DC;}
<p style="text-shadow: 3px 3px 1px #C3A6DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C3A6DC.
.textShadow {text-shadow: 3px 3px 1px #C3A6DC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C3A6DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C3A6DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C3A6DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C3A6DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C3A6DC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C3A6DC; -webkit-box-shadow: 1px 1px 3px 2px #C3A6DC; box-shadow: 1px 1px 3px 2px #C3A6DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C3A6DC; -webkit-box-shadow: 1px 1px 3px 2px #C3A6DC; box-shadow:1px 1px 3px 2px #C3A6DC;">
Div content here</div>
Dieser Text ist in der Farbe #C3A6DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C3A6DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C3A6DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C3A6DC.