HEX: #C6A3CB
RGB: (198,163,203)
#C6A3CB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6A3CB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C6A3CB wird in RGB als (198,163,203) definiert.
RGB: (198,163,203) (78%,64%,80%)
R 198 von 255 = 78%
G 163 von 255 = 64%
B 203 von 255 = 80%
R + G + B ~ 74%. #C6A3CB ziemlich helle Farbe.
R + G + B =
198 + 163 + 203 = 564 (100%)
R 198 von 564 ~ 35.11%
G 163 von 564 ~ 28.9%
B 203 von 564 ~ 35.99%
Die Farbe #C6A3CB wird in CMYK als (2,20,0,20) definiert.
CMYK: (2,20,0,20) C2M20Y0K20 (2%,20%,0%,20%) (0.02/0.20/0.00/0.20)
C6 | A3 | CB | |
---|---|---|---|
RGB | 198 | 163 | 203 |
HSL | 293° | 27.78% | 71.76% |
HSB/HSV | 293° | 19.70% | 79.61% |
CMYK | 2.46% | 19.70% | 0.00% |
20.39% |
Hexadezimal | C6 | A3 | CB |
Dezimal | 198 | 163 | 203 |
Binär | 11000110 | 10100011 | 11001011 |
Oktal | 306 | 243 | 313 |
Beispiele css- und html für Elemente in der Farbe #C6A3CB. Bitte benutzen Sie auch rgb(198,163,203) statt hex-Code.
.myTextColor { color: #C6A3CB; }
<p style="color:#C6A3CB">This sample text font color is #C6A3CB.</p>
Die Farbe dieses Textes ist #C6A3CB.
.myBgColor { background-color: #C6A3CB; }
<div style="background-color:#C6A3CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6A3CB.
.myBorderColor { border: 1px solid #C6A3CB; }
<div style="border:3px solid #C6A3CB">Div</div>
Die Grenzen von diesem div sind in Farbe #C6A3CB.
.myOpacity80 { color: #C6A3CB; opacity: 0.8; }
<p style="color:#C6A3CB;opacity:0.8;">80%</p>
Text in Farbe #C6A3CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6A3CB;}
<p style="text-shadow: 3px 3px 1px #C6A3CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6A3CB.
.textShadow {text-shadow: 3px 3px 1px #C6A3CB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6A3CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6A3CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6A3CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6A3CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6A3CB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6A3CB; -webkit-box-shadow: 1px 1px 3px 2px #C6A3CB; box-shadow: 1px 1px 3px 2px #C6A3CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6A3CB; -webkit-box-shadow: 1px 1px 3px 2px #C6A3CB; box-shadow:1px 1px 3px 2px #C6A3CB;">
Div content here</div>
Dieser Text ist in der Farbe #C6A3CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6A3CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6A3CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6A3CB.