HEX: #C68DAB
RGB: (198,141,171)
#C68DAB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C68DAB ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C68DAB wird in RGB als (198,141,171) definiert.
RGB: (198,141,171) (78%,55%,67%)
R 198 von 255 = 78%
G 141 von 255 = 55%
B 171 von 255 = 67%
R + G + B ~ 67%. #C68DAB ziemlich helle Farbe.
R + G + B =
198 + 141 + 171 = 510 (100%)
R 198 von 510 ~ 38.82%
G 141 von 510 ~ 27.65%
B 171 von 510 ~ 33.53%
Die Farbe #C68DAB wird in CMYK als (0,29,14,22) definiert.
CMYK: (0,29,14,22) C0M29Y14K22 (0%,29%,14%,22%) (0.00/0.29/0.14/0.22)
C6 | 8D | AB | |
---|---|---|---|
RGB | 198 | 141 | 171 |
HSL | 328° | 33.33% | 66.47% |
HSB/HSV | 328° | 28.79% | 77.65% |
CMYK | 0.00% | 28.79% | 13.64% |
22.35% |
Hexadezimal | C6 | 8D | AB |
Dezimal | 198 | 141 | 171 |
Binär | 11000110 | 10001101 | 10101011 |
Oktal | 306 | 215 | 253 |
Beispiele css- und html für Elemente in der Farbe #C68DAB. Bitte benutzen Sie auch rgb(198,141,171) statt hex-Code.
.myTextColor { color: #C68DAB; }
<p style="color:#C68DAB">This sample text font color is #C68DAB.</p>
Die Farbe dieses Textes ist #C68DAB.
.myBgColor { background-color: #C68DAB; }
<div style="background-color:#C68DAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C68DAB.
.myBorderColor { border: 1px solid #C68DAB; }
<div style="border:3px solid #C68DAB">Div</div>
Die Grenzen von diesem div sind in Farbe #C68DAB.
.myOpacity80 { color: #C68DAB; opacity: 0.8; }
<p style="color:#C68DAB;opacity:0.8;">80%</p>
Text in Farbe #C68DAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C68DAB;}
<p style="text-shadow: 3px 3px 1px #C68DAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C68DAB.
.textShadow {text-shadow: 3px 3px 1px #C68DAB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C68DAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C68DAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C68DAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C68DAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C68DAB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C68DAB; -webkit-box-shadow: 1px 1px 3px 2px #C68DAB; box-shadow: 1px 1px 3px 2px #C68DAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C68DAB; -webkit-box-shadow: 1px 1px 3px 2px #C68DAB; box-shadow:1px 1px 3px 2px #C68DAB;">
Div content here</div>
Dieser Text ist in der Farbe #C68DAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C68DAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C68DAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C68DAB.