HEX: #D5EFFC
RGB: (213,239,252)
#D5EFFC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D5EFFC ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #D5EFFC wird in RGB als (213,239,252) definiert.
RGB: (213,239,252) (84%,94%,99%)
R 213 von 255 = 84%
G 239 von 255 = 94%
B 252 von 255 = 99%
R + G + B ~ 92%. #D5EFFC helle Farbe.
R + G + B =
213 + 239 + 252 = 704 (100%)
R 213 von 704 ~ 30.26%
G 239 von 704 ~ 33.95%
B 252 von 704 ~ 35.8%
Die Farbe #D5EFFC wird in CMYK als (15,5,0,1) definiert.
CMYK: (15,5,0,1) C15M5Y0K1 (15%,5%,0%,1%) (0.15/0.05/0.00/0.01)
D5 | EF | FC | |
---|---|---|---|
RGB | 213 | 239 | 252 |
HSL | 200° | 86.67% | 91.18% |
HSB/HSV | 200° | 15.48% | 98.82% |
CMYK | 15.48% | 5.16% | 0.00% |
1.18% |
Hexadezimal | D5 | EF | FC |
Dezimal | 213 | 239 | 252 |
Binär | 11010101 | 11101111 | 11111100 |
Oktal | 325 | 357 | 374 |
Beispiele css- und html für Elemente in der Farbe #D5EFFC. Bitte benutzen Sie auch rgb(213,239,252) statt hex-Code.
.myTextColor { color: #D5EFFC; }
<p style="color:#D5EFFC">This sample text font color is #D5EFFC.</p>
Die Farbe dieses Textes ist #D5EFFC.
.myBgColor { background-color: #D5EFFC; }
<div style="background-color:#D5EFFC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5EFFC.
.myBorderColor { border: 1px solid #D5EFFC; }
<div style="border:3px solid #D5EFFC">Div</div>
Die Grenzen von diesem div sind in Farbe #D5EFFC.
.myOpacity80 { color: #D5EFFC; opacity: 0.8; }
<p style="color:#D5EFFC;opacity:0.8;">80%</p>
Text in Farbe #D5EFFC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5EFFC;}
<p style="text-shadow: 3px 3px 1px #D5EFFC">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5EFFC.
.textShadow {text-shadow: 3px 3px 1px #D5EFFC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5EFFC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5EFFC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5EFFC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5EFFC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5EFFC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5EFFC; -webkit-box-shadow: 1px 1px 3px 2px #D5EFFC; box-shadow: 1px 1px 3px 2px #D5EFFC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5EFFC; -webkit-box-shadow: 1px 1px 3px 2px #D5EFFC; box-shadow:1px 1px 3px 2px #D5EFFC;">
Div content here</div>
Dieser Text ist in der Farbe #D5EFFC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5EFFC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5EFFC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5EFFC.