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