HEX: #C6F1DF
RGB: (198,241,223)
#C6F1DF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6F1DF ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #C6F1DF wird in RGB als (198,241,223) definiert.
RGB: (198,241,223) (78%,95%,87%)
R 198 von 255 = 78%
G 241 von 255 = 95%
B 223 von 255 = 87%
R + G + B ~ 87%. #C6F1DF helle Farbe.
R + G + B =
198 + 241 + 223 = 662 (100%)
R 198 von 662 ~ 29.91%
G 241 von 662 ~ 36.4%
B 223 von 662 ~ 33.69%
Die Farbe #C6F1DF wird in CMYK als (18,0,7,5) definiert.
CMYK: (18,0,7,5) C18M0Y7K5 (18%,0%,7%,5%) (0.18/0.00/0.07/0.05)
C6 | F1 | DF | |
---|---|---|---|
RGB | 198 | 241 | 223 |
HSL | 155° | 60.56% | 86.08% |
HSB/HSV | 155° | 17.84% | 94.51% |
CMYK | 17.84% | 0.00% | 7.47% |
5.49% |
Hexadezimal | C6 | F1 | DF |
Dezimal | 198 | 241 | 223 |
Binär | 11000110 | 11110001 | 11011111 |
Oktal | 306 | 361 | 337 |
Beispiele css- und html für Elemente in der Farbe #C6F1DF. Bitte benutzen Sie auch rgb(198,241,223) statt hex-Code.
.myTextColor { color: #C6F1DF; }
<p style="color:#C6F1DF">This sample text font color is #C6F1DF.</p>
Die Farbe dieses Textes ist #C6F1DF.
.myBgColor { background-color: #C6F1DF; }
<div style="background-color:#C6F1DF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6F1DF.
.myBorderColor { border: 1px solid #C6F1DF; }
<div style="border:3px solid #C6F1DF">Div</div>
Die Grenzen von diesem div sind in Farbe #C6F1DF.
.myOpacity80 { color: #C6F1DF; opacity: 0.8; }
<p style="color:#C6F1DF;opacity:0.8;">80%</p>
Text in Farbe #C6F1DF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6F1DF;}
<p style="text-shadow: 3px 3px 1px #C6F1DF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6F1DF.
.textShadow {text-shadow: 3px 3px 1px #C6F1DF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6F1DF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6F1DF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6F1DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6F1DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6F1DF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6F1DF; -webkit-box-shadow: 1px 1px 3px 2px #C6F1DF; box-shadow: 1px 1px 3px 2px #C6F1DF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6F1DF; -webkit-box-shadow: 1px 1px 3px 2px #C6F1DF; box-shadow:1px 1px 3px 2px #C6F1DF;">
Div content here</div>
Dieser Text ist in der Farbe #C6F1DF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6F1DF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6F1DF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6F1DF.