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