HEX: #C9C6FF
RGB: (201,198,255)
#C9C6FF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9C6FF ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C9C6FF wird in RGB als (201,198,255) definiert.
RGB: (201,198,255) (79%,78%,100%)
R 201 von 255 = 79%
G 198 von 255 = 78%
B 255 von 255 = 100%
R + G + B ~ 86%. #C9C6FF helle Farbe.
R + G + B =
201 + 198 + 255 = 654 (100%)
R 201 von 654 ~ 30.73%
G 198 von 654 ~ 30.28%
B 255 von 654 ~ 38.99%
Die Farbe #C9C6FF wird in CMYK als (21,22,0,0) definiert.
CMYK: (21,22,0,0) C21M22Y0K0 (21%,22%,0%,0%) (0.21/0.22/0.00/0.00)
C9 | C6 | FF | |
---|---|---|---|
RGB | 201 | 198 | 255 |
HSL | 243° | 100.00% | 88.82% |
HSB/HSV | 243° | 22.35% | 100.00% |
CMYK | 21.18% | 22.35% | 0.00% |
0.00% |
Hexadezimal | C9 | C6 | FF |
Dezimal | 201 | 198 | 255 |
Binär | 11001001 | 11000110 | 11111111 |
Oktal | 311 | 306 | 377 |
Beispiele css- und html für Elemente in der Farbe #C9C6FF. Bitte benutzen Sie auch rgb(201,198,255) statt hex-Code.
.myTextColor { color: #C9C6FF; }
<p style="color:#C9C6FF">This sample text font color is #C9C6FF.</p>
Die Farbe dieses Textes ist #C9C6FF.
.myBgColor { background-color: #C9C6FF; }
<div style="background-color:#C9C6FF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9C6FF.
.myBorderColor { border: 1px solid #C9C6FF; }
<div style="border:3px solid #C9C6FF">Div</div>
Die Grenzen von diesem div sind in Farbe #C9C6FF.
.myOpacity80 { color: #C9C6FF; opacity: 0.8; }
<p style="color:#C9C6FF;opacity:0.8;">80%</p>
Text in Farbe #C9C6FF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9C6FF;}
<p style="text-shadow: 3px 3px 1px #C9C6FF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9C6FF.
.textShadow {text-shadow: 3px 3px 1px #C9C6FF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9C6FF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9C6FF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9C6FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9C6FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9C6FF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9C6FF; -webkit-box-shadow: 1px 1px 3px 2px #C9C6FF; box-shadow: 1px 1px 3px 2px #C9C6FF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9C6FF; -webkit-box-shadow: 1px 1px 3px 2px #C9C6FF; box-shadow:1px 1px 3px 2px #C9C6FF;">
Div content here</div>
Dieser Text ist in der Farbe #C9C6FF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9C6FF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9C6FF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9C6FF.