HEX: #CC80BC
RGB: (204,128,188)
#CC80BC enthält hauptsächlich rote und blaue Farbe. Für #CC80BC ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #CC80BC wird in RGB als (204,128,188) definiert.
RGB: (204,128,188) (80%,50%,74%)
R 204 von 255 = 80%
G 128 von 255 = 50%
B 188 von 255 = 74%
R + G + B ~ 68%. #CC80BC ziemlich helle Farbe.
R + G + B =
204 + 128 + 188 = 520 (100%)
R 204 von 520 ~ 39.23%
G 128 von 520 ~ 24.62%
B 188 von 520 ~ 36.15%
Die Farbe #CC80BC wird in CMYK als (0,37,8,20) definiert.
CMYK: (0,37,8,20) C0M37Y8K20 (0%,37%,8%,20%) (0.00/0.37/0.08/0.20)
CC | 80 | BC | |
---|---|---|---|
RGB | 204 | 128 | 188 |
HSL | 313° | 42.70% | 65.10% |
HSB/HSV | 313° | 37.25% | 80.00% |
CMYK | 0.00% | 37.25% | 7.84% |
20.00% |
Hexadezimal | CC | 80 | BC |
Dezimal | 204 | 128 | 188 |
Binär | 11001100 | 10000000 | 10111100 |
Oktal | 314 | 200 | 274 |
Beispiele css- und html für Elemente in der Farbe #CC80BC. Bitte benutzen Sie auch rgb(204,128,188) statt hex-Code.
.myTextColor { color: #CC80BC; }
<p style="color:#CC80BC">This sample text font color is #CC80BC.</p>
Die Farbe dieses Textes ist #CC80BC.
.myBgColor { background-color: #CC80BC; }
<div style="background-color:#CC80BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC80BC.
.myBorderColor { border: 1px solid #CC80BC; }
<div style="border:3px solid #CC80BC">Div</div>
Die Grenzen von diesem div sind in Farbe #CC80BC.
.myOpacity80 { color: #CC80BC; opacity: 0.8; }
<p style="color:#CC80BC;opacity:0.8;">80%</p>
Text in Farbe #CC80BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC80BC;}
<p style="text-shadow: 3px 3px 1px #CC80BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC80BC.
.textShadow {text-shadow: 3px 3px 1px #CC80BC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC80BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC80BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC80BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC80BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC80BC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CC80BC; -webkit-box-shadow: 1px 1px 3px 2px #CC80BC; box-shadow: 1px 1px 3px 2px #CC80BC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CC80BC; -webkit-box-shadow: 1px 1px 3px 2px #CC80BC; box-shadow:1px 1px 3px 2px #CC80BC;">
Div content here</div>
Dieser Text ist in der Farbe #CC80BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC80BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC80BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC80BC.