HEX: #C5DFCC
RGB: (197,223,204)
#C5DFCC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5DFCC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C5DFCC wird in RGB als (197,223,204) definiert.
RGB: (197,223,204) (77%,87%,80%)
R 197 von 255 = 77%
G 223 von 255 = 87%
B 204 von 255 = 80%
R + G + B ~ 81%. #C5DFCC ziemlich helle Farbe.
R + G + B =
197 + 223 + 204 = 624 (100%)
R 197 von 624 ~ 31.57%
G 223 von 624 ~ 35.74%
B 204 von 624 ~ 32.69%
Die Farbe #C5DFCC wird in CMYK als (12,0,9,13) definiert.
CMYK: (12,0,9,13) C12M0Y9K13 (12%,0%,9%,13%) (0.12/0.00/0.09/0.13)
C5 | DF | CC | |
---|---|---|---|
RGB | 197 | 223 | 204 |
HSL | 136° | 28.89% | 82.35% |
HSB/HSV | 136° | 11.66% | 87.45% |
CMYK | 11.66% | 0.00% | 8.52% |
12.55% |
Hexadezimal | C5 | DF | CC |
Dezimal | 197 | 223 | 204 |
Binär | 11000101 | 11011111 | 11001100 |
Oktal | 305 | 337 | 314 |
Beispiele css- und html für Elemente in der Farbe #C5DFCC. Bitte benutzen Sie auch rgb(197,223,204) statt hex-Code.
.myTextColor { color: #C5DFCC; }
<p style="color:#C5DFCC">This sample text font color is #C5DFCC.</p>
Die Farbe dieses Textes ist #C5DFCC.
.myBgColor { background-color: #C5DFCC; }
<div style="background-color:#C5DFCC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5DFCC.
.myBorderColor { border: 1px solid #C5DFCC; }
<div style="border:3px solid #C5DFCC">Div</div>
Die Grenzen von diesem div sind in Farbe #C5DFCC.
.myOpacity80 { color: #C5DFCC; opacity: 0.8; }
<p style="color:#C5DFCC;opacity:0.8;">80%</p>
Text in Farbe #C5DFCC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5DFCC;}
<p style="text-shadow: 3px 3px 1px #C5DFCC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5DFCC.
.textShadow {text-shadow: 3px 3px 1px #C5DFCC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5DFCC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5DFCC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5DFCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5DFCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5DFCC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5DFCC; -webkit-box-shadow: 1px 1px 3px 2px #C5DFCC; box-shadow: 1px 1px 3px 2px #C5DFCC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5DFCC; -webkit-box-shadow: 1px 1px 3px 2px #C5DFCC; box-shadow:1px 1px 3px 2px #C5DFCC;">
Div content here</div>
Dieser Text ist in der Farbe #C5DFCC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5DFCC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5DFCC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5DFCC.