HEX: #C0C8CC
RGB: (192,200,204)
#C0C8CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C0C8CC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C0C8CC wird in RGB als (192,200,204) definiert.
RGB: (192,200,204) (75%,78%,80%)
R 192 von 255 = 75%
G 200 von 255 = 78%
B 204 von 255 = 80%
R + G + B ~ 78%. #C0C8CC ziemlich helle Farbe.
R + G + B =
192 + 200 + 204 = 596 (100%)
R 192 von 596 ~ 32.21%
G 200 von 596 ~ 33.56%
B 204 von 596 ~ 34.23%
Die Farbe #C0C8CC wird in CMYK als (6,2,0,20) definiert.
CMYK: (6,2,0,20) C6M2Y0K20 (6%,2%,0%,20%) (0.06/0.02/0.00/0.20)
C0 | C8 | CC | |
---|---|---|---|
RGB | 192 | 200 | 204 |
HSL | 200° | 10.53% | 77.65% |
HSB/HSV | 200° | 5.88% | 80.00% |
CMYK | 5.88% | 1.96% | 0.00% |
20.00% |
Hexadezimal | C0 | C8 | CC |
Dezimal | 192 | 200 | 204 |
Binär | 11000000 | 11001000 | 11001100 |
Oktal | 300 | 310 | 314 |
Beispiele css- und html für Elemente in der Farbe #C0C8CC. Bitte benutzen Sie auch rgb(192,200,204) statt hex-Code.
.myTextColor { color: #C0C8CC; }
<p style="color:#C0C8CC">This sample text font color is #C0C8CC.</p>
Die Farbe dieses Textes ist #C0C8CC.
.myBgColor { background-color: #C0C8CC; }
<div style="background-color:#C0C8CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C0C8CC.
.myBorderColor { border: 1px solid #C0C8CC; }
<div style="border:3px solid #C0C8CC">Div</div>
Die Grenzen von diesem div sind in Farbe #C0C8CC.
.myOpacity80 { color: #C0C8CC; opacity: 0.8; }
<p style="color:#C0C8CC;opacity:0.8;">80%</p>
Text in Farbe #C0C8CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C0C8CC;}
<p style="text-shadow: 3px 3px 1px #C0C8CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C0C8CC.
.textShadow {text-shadow: 3px 3px 1px #C0C8CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C0C8CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C0C8CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0C8CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C0C8CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C0C8CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C0C8CC; -webkit-box-shadow: 1px 1px 3px 2px #C0C8CC; box-shadow: 1px 1px 3px 2px #C0C8CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C0C8CC; -webkit-box-shadow: 1px 1px 3px 2px #C0C8CC; box-shadow:1px 1px 3px 2px #C0C8CC;">
Div content here</div>
Dieser Text ist in der Farbe #C0C8CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C0C8CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C0C8CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C0C8CC.