HEX: #C5D5EF
RGB: (197,213,239)
#C5D5EF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5D5EF ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C5D5EF wird in RGB als (197,213,239) definiert.
RGB: (197,213,239) (77%,84%,94%)
R 197 von 255 = 77%
G 213 von 255 = 84%
B 239 von 255 = 94%
R + G + B ~ 85%. #C5D5EF ziemlich helle Farbe.
R + G + B =
197 + 213 + 239 = 649 (100%)
R 197 von 649 ~ 30.35%
G 213 von 649 ~ 32.82%
B 239 von 649 ~ 36.83%
Die Farbe #C5D5EF wird in CMYK als (18,11,0,6) definiert.
CMYK: (18,11,0,6) C18M11Y0K6 (18%,11%,0%,6%) (0.18/0.11/0.00/0.06)
C5 | D5 | EF | |
---|---|---|---|
RGB | 197 | 213 | 239 |
HSL | 217° | 56.76% | 85.49% |
HSB/HSV | 217° | 17.57% | 93.73% |
CMYK | 17.57% | 10.88% | 0.00% |
6.27% |
Hexadezimal | C5 | D5 | EF |
Dezimal | 197 | 213 | 239 |
Binär | 11000101 | 11010101 | 11101111 |
Oktal | 305 | 325 | 357 |
Beispiele css- und html für Elemente in der Farbe #C5D5EF. Bitte benutzen Sie auch rgb(197,213,239) statt hex-Code.
.myTextColor { color: #C5D5EF; }
<p style="color:#C5D5EF">This sample text font color is #C5D5EF.</p>
Die Farbe dieses Textes ist #C5D5EF.
.myBgColor { background-color: #C5D5EF; }
<div style="background-color:#C5D5EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5D5EF.
.myBorderColor { border: 1px solid #C5D5EF; }
<div style="border:3px solid #C5D5EF">Div</div>
Die Grenzen von diesem div sind in Farbe #C5D5EF.
.myOpacity80 { color: #C5D5EF; opacity: 0.8; }
<p style="color:#C5D5EF;opacity:0.8;">80%</p>
Text in Farbe #C5D5EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5D5EF;}
<p style="text-shadow: 3px 3px 1px #C5D5EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5D5EF.
.textShadow {text-shadow: 3px 3px 1px #C5D5EF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5D5EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5D5EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5D5EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5D5EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5D5EF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5D5EF; -webkit-box-shadow: 1px 1px 3px 2px #C5D5EF; box-shadow: 1px 1px 3px 2px #C5D5EF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5D5EF; -webkit-box-shadow: 1px 1px 3px 2px #C5D5EF; box-shadow:1px 1px 3px 2px #C5D5EF;">
Div content here</div>
Dieser Text ist in der Farbe #C5D5EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5D5EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5D5EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5D5EF.