HEX: #C49CED
RGB: (196,156,237)
#C49CED enthält hauptsächlich rote und blaue Farbe. Für #C49CED ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #C49CED wird in RGB als (196,156,237) definiert.
RGB: (196,156,237) (77%,61%,93%)
R 196 von 255 = 77%
G 156 von 255 = 61%
B 237 von 255 = 93%
R + G + B ~ 77%. #C49CED ziemlich helle Farbe.
R + G + B =
196 + 156 + 237 = 589 (100%)
R 196 von 589 ~ 33.28%
G 156 von 589 ~ 26.49%
B 237 von 589 ~ 40.24%
Die Farbe #C49CED wird in CMYK als (17,34,0,7) definiert.
CMYK: (17,34,0,7) C17M34Y0K7 (17%,34%,0%,7%) (0.17/0.34/0.00/0.07)
C4 | 9C | ED | |
---|---|---|---|
RGB | 196 | 156 | 237 |
HSL | 270° | 69.23% | 77.06% |
HSB/HSV | 270° | 34.18% | 92.94% |
CMYK | 17.30% | 34.18% | 0.00% |
7.06% |
Hexadezimal | C4 | 9C | ED |
Dezimal | 196 | 156 | 237 |
Binär | 11000100 | 10011100 | 11101101 |
Oktal | 304 | 234 | 355 |
Beispiele css- und html für Elemente in der Farbe #C49CED. Bitte benutzen Sie auch rgb(196,156,237) statt hex-Code.
.myTextColor { color: #C49CED; }
<p style="color:#C49CED">This sample text font color is #C49CED.</p>
Die Farbe dieses Textes ist #C49CED.
.myBgColor { background-color: #C49CED; }
<div style="background-color:#C49CED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C49CED.
.myBorderColor { border: 1px solid #C49CED; }
<div style="border:3px solid #C49CED">Div</div>
Die Grenzen von diesem div sind in Farbe #C49CED.
.myOpacity80 { color: #C49CED; opacity: 0.8; }
<p style="color:#C49CED;opacity:0.8;">80%</p>
Text in Farbe #C49CED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C49CED;}
<p style="text-shadow: 3px 3px 1px #C49CED">Text here.</p>
Dieser Text hat den Schatten in Farbe #C49CED.
.textShadow {text-shadow: 3px 3px 1px #C49CED, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C49CED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C49CED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C49CED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C49CED, Direction=45, Strength=4)">Text</p>
This text has shadow with #C49CED and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C49CED; -webkit-box-shadow: 1px 1px 3px 2px #C49CED; box-shadow: 1px 1px 3px 2px #C49CED; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C49CED; -webkit-box-shadow: 1px 1px 3px 2px #C49CED; box-shadow:1px 1px 3px 2px #C49CED;">
Div content here</div>
Dieser Text ist in der Farbe #C49CED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C49CED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C49CED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C49CED.