HEX: #D7E5EB
RGB: (215,229,235)
#D7E5EB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D7E5EB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #D7E5EB wird in RGB als (215,229,235) definiert.
RGB: (215,229,235) (84%,90%,92%)
R 215 von 255 = 84%
G 229 von 255 = 90%
B 235 von 255 = 92%
R + G + B ~ 89%. #D7E5EB helle Farbe.
R + G + B =
215 + 229 + 235 = 679 (100%)
R 215 von 679 ~ 31.66%
G 229 von 679 ~ 33.73%
B 235 von 679 ~ 34.61%
Die Farbe #D7E5EB wird in CMYK als (9,3,0,8) definiert.
CMYK: (9,3,0,8) C9M3Y0K8 (9%,3%,0%,8%) (0.09/0.03/0.00/0.08)
D7 | E5 | EB | |
---|---|---|---|
RGB | 215 | 229 | 235 |
HSL | 198° | 33.33% | 88.24% |
HSB/HSV | 198° | 8.51% | 92.16% |
CMYK | 8.51% | 2.55% | 0.00% |
7.84% |
Hexadezimal | D7 | E5 | EB |
Dezimal | 215 | 229 | 235 |
Binär | 11010111 | 11100101 | 11101011 |
Oktal | 327 | 345 | 353 |
Beispiele css- und html für Elemente in der Farbe #D7E5EB. Bitte benutzen Sie auch rgb(215,229,235) statt hex-Code.
.myTextColor { color: #D7E5EB; }
<p style="color:#D7E5EB">This sample text font color is #D7E5EB.</p>
Die Farbe dieses Textes ist #D7E5EB.
.myBgColor { background-color: #D7E5EB; }
<div style="background-color:#D7E5EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D7E5EB.
.myBorderColor { border: 1px solid #D7E5EB; }
<div style="border:3px solid #D7E5EB">Div</div>
Die Grenzen von diesem div sind in Farbe #D7E5EB.
.myOpacity80 { color: #D7E5EB; opacity: 0.8; }
<p style="color:#D7E5EB;opacity:0.8;">80%</p>
Text in Farbe #D7E5EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7E5EB;}
<p style="text-shadow: 3px 3px 1px #D7E5EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D7E5EB.
.textShadow {text-shadow: 3px 3px 1px #D7E5EB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7E5EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D7E5EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7E5EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7E5EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7E5EB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D7E5EB; -webkit-box-shadow: 1px 1px 3px 2px #D7E5EB; box-shadow: 1px 1px 3px 2px #D7E5EB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D7E5EB; -webkit-box-shadow: 1px 1px 3px 2px #D7E5EB; box-shadow:1px 1px 3px 2px #D7E5EB;">
Div content here</div>
Dieser Text ist in der Farbe #D7E5EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D7E5EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D7E5EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D7E5EB.