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