HEX: #CC6699
RGB: (204,102,153)
#CC6699 enthält hauptsächlich rote und blaue Farbe. Die Farbe #CC6699 ist «eine websichere» Webfarbe. Sie kann kurz als #C69 geschrieben werden.
Die Farbe #CC6699 wird in RGB als (204,102,153) definiert.
RGB: (204,102,153) (80%,40%,60%)
R 204 von 255 = 80%
G 102 von 255 = 40%
B 153 von 255 = 60%
R + G + B ~ 60%. #CC6699 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
204 + 102 + 153 = 459 (100%)
R 204 von 459 ~ 44.44%
G 102 von 459 ~ 22.22%
B 153 von 459 ~ 33.33%
Die Farbe #CC6699 wird in CMYK als (0,50,25,20) definiert.
CMYK: (0,50,25,20) C0M50Y25K20 (0%,50%,25%,20%) (0.00/0.50/0.25/0.20)
CC | 66 | 99 | |
---|---|---|---|
RGB | 204 | 102 | 153 |
HSL | 330° | 50.00% | 60.00% |
HSB/HSV | 330° | 50.00% | 80.00% |
CMYK | 0.00% | 50.00% | 25.00% |
20.00% |
Hexadezimal | CC | 66 | 99 |
Dezimal | 204 | 102 | 153 |
Binär | 11001100 | 1100110 | 10011001 |
Oktal | 314 | 146 | 231 |
Beispiele css- und html für Elemente in der Farbe #CC6699. Bitte benutzen Sie auch rgb(204,102,153) statt hex-Code.
.myTextColor { color: #CC6699; }
<p style="color:#CC6699">This sample text font color is #CC6699.</p>
Die Farbe dieses Textes ist #CC6699.
.myBgColor { background-color: #CC6699; }
<div style="background-color:#CC6699">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC6699.
.myBorderColor { border: 1px solid #CC6699; }
<div style="border:3px solid #CC6699">Div</div>
Die Grenzen von diesem div sind in Farbe #CC6699.
.myOpacity80 { color: #CC6699; opacity: 0.8; }
<p style="color:#CC6699;opacity:0.8;">80%</p>
Text in Farbe #CC6699 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC6699;}
<p style="text-shadow: 3px 3px 1px #CC6699">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC6699.
.textShadow {text-shadow: 3px 3px 1px #CC6699, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC6699, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC6699 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC6699, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC6699, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC6699 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CC6699; -webkit-box-shadow: 1px 1px 3px 2px #CC6699; box-shadow: 1px 1px 3px 2px #CC6699; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CC6699; -webkit-box-shadow: 1px 1px 3px 2px #CC6699; box-shadow:1px 1px 3px 2px #CC6699;">
Div content here</div>
Dieser Text ist in der Farbe #CC6699 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC6699 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC6699.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC6699.