HEX: #C49CD6
RGB: (196,156,214)
#C49CD6 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C49CD6 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C49CD6 wird in RGB als (196,156,214) definiert.
RGB: (196,156,214) (77%,61%,84%)
R 196 von 255 = 77%
G 156 von 255 = 61%
B 214 von 255 = 84%
R + G + B ~ 74%. #C49CD6 ziemlich helle Farbe.
R + G + B =
196 + 156 + 214 = 566 (100%)
R 196 von 566 ~ 34.63%
G 156 von 566 ~ 27.56%
B 214 von 566 ~ 37.81%
Die Farbe #C49CD6 wird in CMYK als (8,27,0,16) definiert.
CMYK: (8,27,0,16) C8M27Y0K16 (8%,27%,0%,16%) (0.08/0.27/0.00/0.16)
C4 | 9C | D6 | |
---|---|---|---|
RGB | 196 | 156 | 214 |
HSL | 281° | 41.43% | 72.55% |
HSB/HSV | 281° | 27.10% | 83.92% |
CMYK | 8.41% | 27.10% | 0.00% |
16.08% |
Hexadezimal | C4 | 9C | D6 |
Dezimal | 196 | 156 | 214 |
Binär | 11000100 | 10011100 | 11010110 |
Oktal | 304 | 234 | 326 |
Beispiele css- und html für Elemente in der Farbe #C49CD6. Bitte benutzen Sie auch rgb(196,156,214) statt hex-Code.
.myTextColor { color: #C49CD6; }
<p style="color:#C49CD6">This sample text font color is #C49CD6.</p>
Die Farbe dieses Textes ist #C49CD6.
.myBgColor { background-color: #C49CD6; }
<div style="background-color:#C49CD6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C49CD6.
.myBorderColor { border: 1px solid #C49CD6; }
<div style="border:3px solid #C49CD6">Div</div>
Die Grenzen von diesem div sind in Farbe #C49CD6.
.myOpacity80 { color: #C49CD6; opacity: 0.8; }
<p style="color:#C49CD6;opacity:0.8;">80%</p>
Text in Farbe #C49CD6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C49CD6;}
<p style="text-shadow: 3px 3px 1px #C49CD6">Text here.</p>
Dieser Text hat den Schatten in Farbe #C49CD6.
.textShadow {text-shadow: 3px 3px 1px #C49CD6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C49CD6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C49CD6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C49CD6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C49CD6, Direction=45, Strength=4)">Text</p>
This text has shadow with #C49CD6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C49CD6; -webkit-box-shadow: 1px 1px 3px 2px #C49CD6; box-shadow: 1px 1px 3px 2px #C49CD6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C49CD6; -webkit-box-shadow: 1px 1px 3px 2px #C49CD6; box-shadow:1px 1px 3px 2px #C49CD6;">
Div content here</div>
Dieser Text ist in der Farbe #C49CD6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C49CD6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C49CD6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C49CD6.