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