HEX: #C5A6DF
RGB: (197,166,223)
#C5A6DF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5A6DF ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C5A6DF wird in RGB als (197,166,223) definiert.
RGB: (197,166,223) (77%,65%,87%)
R 197 von 255 = 77%
G 166 von 255 = 65%
B 223 von 255 = 87%
R + G + B ~ 76%. #C5A6DF ziemlich helle Farbe.
R + G + B =
197 + 166 + 223 = 586 (100%)
R 197 von 586 ~ 33.62%
G 166 von 586 ~ 28.33%
B 223 von 586 ~ 38.05%
Die Farbe #C5A6DF wird in CMYK als (12,26,0,13) definiert.
CMYK: (12,26,0,13) C12M26Y0K13 (12%,26%,0%,13%) (0.12/0.26/0.00/0.13)
C5 | A6 | DF | |
---|---|---|---|
RGB | 197 | 166 | 223 |
HSL | 273° | 47.11% | 76.27% |
HSB/HSV | 273° | 25.56% | 87.45% |
CMYK | 11.66% | 25.56% | 0.00% |
12.55% |
Hexadezimal | C5 | A6 | DF |
Dezimal | 197 | 166 | 223 |
Binär | 11000101 | 10100110 | 11011111 |
Oktal | 305 | 246 | 337 |
Beispiele css- und html für Elemente in der Farbe #C5A6DF. Bitte benutzen Sie auch rgb(197,166,223) statt hex-Code.
.myTextColor { color: #C5A6DF; }
<p style="color:#C5A6DF">This sample text font color is #C5A6DF.</p>
Die Farbe dieses Textes ist #C5A6DF.
.myBgColor { background-color: #C5A6DF; }
<div style="background-color:#C5A6DF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5A6DF.
.myBorderColor { border: 1px solid #C5A6DF; }
<div style="border:3px solid #C5A6DF">Div</div>
Die Grenzen von diesem div sind in Farbe #C5A6DF.
.myOpacity80 { color: #C5A6DF; opacity: 0.8; }
<p style="color:#C5A6DF;opacity:0.8;">80%</p>
Text in Farbe #C5A6DF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5A6DF;}
<p style="text-shadow: 3px 3px 1px #C5A6DF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5A6DF.
.textShadow {text-shadow: 3px 3px 1px #C5A6DF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5A6DF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5A6DF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5A6DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5A6DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5A6DF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5A6DF; -webkit-box-shadow: 1px 1px 3px 2px #C5A6DF; box-shadow: 1px 1px 3px 2px #C5A6DF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5A6DF; -webkit-box-shadow: 1px 1px 3px 2px #C5A6DF; box-shadow:1px 1px 3px 2px #C5A6DF;">
Div content here</div>
Dieser Text ist in der Farbe #C5A6DF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5A6DF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5A6DF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5A6DF.