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