HEX: #C69BCF
RGB: (198,155,207)
#C69BCF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C69BCF ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C69BCF wird in RGB als (198,155,207) definiert.
RGB: (198,155,207) (78%,61%,81%)
R 198 von 255 = 78%
G 155 von 255 = 61%
B 207 von 255 = 81%
R + G + B ~ 73%. #C69BCF ziemlich helle Farbe.
R + G + B =
198 + 155 + 207 = 560 (100%)
R 198 von 560 ~ 35.36%
G 155 von 560 ~ 27.68%
B 207 von 560 ~ 36.96%
Die Farbe #C69BCF wird in CMYK als (4,25,0,19) definiert.
CMYK: (4,25,0,19) C4M25Y0K19 (4%,25%,0%,19%) (0.04/0.25/0.00/0.19)
C6 | 9B | CF | |
---|---|---|---|
RGB | 198 | 155 | 207 |
HSL | 290° | 35.14% | 70.98% |
HSB/HSV | 290° | 25.12% | 81.18% |
CMYK | 4.35% | 25.12% | 0.00% |
18.82% |
Hexadezimal | C6 | 9B | CF |
Dezimal | 198 | 155 | 207 |
Binär | 11000110 | 10011011 | 11001111 |
Oktal | 306 | 233 | 317 |
Beispiele css- und html für Elemente in der Farbe #C69BCF. Bitte benutzen Sie auch rgb(198,155,207) statt hex-Code.
.myTextColor { color: #C69BCF; }
<p style="color:#C69BCF">This sample text font color is #C69BCF.</p>
Die Farbe dieses Textes ist #C69BCF.
.myBgColor { background-color: #C69BCF; }
<div style="background-color:#C69BCF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C69BCF.
.myBorderColor { border: 1px solid #C69BCF; }
<div style="border:3px solid #C69BCF">Div</div>
Die Grenzen von diesem div sind in Farbe #C69BCF.
.myOpacity80 { color: #C69BCF; opacity: 0.8; }
<p style="color:#C69BCF;opacity:0.8;">80%</p>
Text in Farbe #C69BCF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C69BCF;}
<p style="text-shadow: 3px 3px 1px #C69BCF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C69BCF.
.textShadow {text-shadow: 3px 3px 1px #C69BCF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C69BCF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C69BCF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C69BCF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C69BCF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C69BCF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C69BCF; -webkit-box-shadow: 1px 1px 3px 2px #C69BCF; box-shadow: 1px 1px 3px 2px #C69BCF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C69BCF; -webkit-box-shadow: 1px 1px 3px 2px #C69BCF; box-shadow:1px 1px 3px 2px #C69BCF;">
Div content here</div>
Dieser Text ist in der Farbe #C69BCF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C69BCF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C69BCF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C69BCF.