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