HEX: #D5DFDB
RGB: (213,223,219)
#D5DFDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D5DFDB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #D5DFDB wird in RGB als (213,223,219) definiert.
RGB: (213,223,219) (84%,87%,86%)
R 213 von 255 = 84%
G 223 von 255 = 87%
B 219 von 255 = 86%
R + G + B ~ 86%. #D5DFDB helle Farbe.
R + G + B =
213 + 223 + 219 = 655 (100%)
R 213 von 655 ~ 32.52%
G 223 von 655 ~ 34.05%
B 219 von 655 ~ 33.44%
Die Farbe #D5DFDB wird in CMYK als (4,0,2,13) definiert.
CMYK: (4,0,2,13) C4M0Y2K13 (4%,0%,2%,13%) (0.04/0.00/0.02/0.13)
D5 | DF | DB | |
---|---|---|---|
RGB | 213 | 223 | 219 |
HSL | 156° | 13.51% | 85.49% |
HSB/HSV | 156° | 4.48% | 87.45% |
CMYK | 4.48% | 0.00% | 1.79% |
12.55% |
Hexadezimal | D5 | DF | DB |
Dezimal | 213 | 223 | 219 |
Binär | 11010101 | 11011111 | 11011011 |
Oktal | 325 | 337 | 333 |
Beispiele css- und html für Elemente in der Farbe #D5DFDB. Bitte benutzen Sie auch rgb(213,223,219) statt hex-Code.
.myTextColor { color: #D5DFDB; }
<p style="color:#D5DFDB">This sample text font color is #D5DFDB.</p>
Die Farbe dieses Textes ist #D5DFDB.
.myBgColor { background-color: #D5DFDB; }
<div style="background-color:#D5DFDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5DFDB.
.myBorderColor { border: 1px solid #D5DFDB; }
<div style="border:3px solid #D5DFDB">Div</div>
Die Grenzen von diesem div sind in Farbe #D5DFDB.
.myOpacity80 { color: #D5DFDB; opacity: 0.8; }
<p style="color:#D5DFDB;opacity:0.8;">80%</p>
Text in Farbe #D5DFDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5DFDB;}
<p style="text-shadow: 3px 3px 1px #D5DFDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5DFDB.
.textShadow {text-shadow: 3px 3px 1px #D5DFDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5DFDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5DFDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5DFDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5DFDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5DFDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5DFDB; -webkit-box-shadow: 1px 1px 3px 2px #D5DFDB; box-shadow: 1px 1px 3px 2px #D5DFDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5DFDB; -webkit-box-shadow: 1px 1px 3px 2px #D5DFDB; box-shadow:1px 1px 3px 2px #D5DFDB;">
Div content here</div>
Dieser Text ist in der Farbe #D5DFDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5DFDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5DFDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5DFDB.