HEX: #C6B4DF
RGB: (198,180,223)
#C6B4DF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6B4DF ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C6B4DF wird in RGB als (198,180,223) definiert.
RGB: (198,180,223) (78%,71%,87%)
R 198 von 255 = 78%
G 180 von 255 = 71%
B 223 von 255 = 87%
R + G + B ~ 79%. #C6B4DF ziemlich helle Farbe.
R + G + B =
198 + 180 + 223 = 601 (100%)
R 198 von 601 ~ 32.95%
G 180 von 601 ~ 29.95%
B 223 von 601 ~ 37.1%
Die Farbe #C6B4DF wird in CMYK als (11,19,0,13) definiert.
CMYK: (11,19,0,13) C11M19Y0K13 (11%,19%,0%,13%) (0.11/0.19/0.00/0.13)
C6 | B4 | DF | |
---|---|---|---|
RGB | 198 | 180 | 223 |
HSL | 265° | 40.19% | 79.02% |
HSB/HSV | 265° | 19.28% | 87.45% |
CMYK | 11.21% | 19.28% | 0.00% |
12.55% |
Hexadezimal | C6 | B4 | DF |
Dezimal | 198 | 180 | 223 |
Binär | 11000110 | 10110100 | 11011111 |
Oktal | 306 | 264 | 337 |
Beispiele css- und html für Elemente in der Farbe #C6B4DF. Bitte benutzen Sie auch rgb(198,180,223) statt hex-Code.
.myTextColor { color: #C6B4DF; }
<p style="color:#C6B4DF">This sample text font color is #C6B4DF.</p>
Die Farbe dieses Textes ist #C6B4DF.
.myBgColor { background-color: #C6B4DF; }
<div style="background-color:#C6B4DF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6B4DF.
.myBorderColor { border: 1px solid #C6B4DF; }
<div style="border:3px solid #C6B4DF">Div</div>
Die Grenzen von diesem div sind in Farbe #C6B4DF.
.myOpacity80 { color: #C6B4DF; opacity: 0.8; }
<p style="color:#C6B4DF;opacity:0.8;">80%</p>
Text in Farbe #C6B4DF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6B4DF;}
<p style="text-shadow: 3px 3px 1px #C6B4DF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6B4DF.
.textShadow {text-shadow: 3px 3px 1px #C6B4DF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6B4DF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6B4DF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6B4DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6B4DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6B4DF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6B4DF; -webkit-box-shadow: 1px 1px 3px 2px #C6B4DF; box-shadow: 1px 1px 3px 2px #C6B4DF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6B4DF; -webkit-box-shadow: 1px 1px 3px 2px #C6B4DF; box-shadow:1px 1px 3px 2px #C6B4DF;">
Div content here</div>
Dieser Text ist in der Farbe #C6B4DF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6B4DF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6B4DF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6B4DF.