HEX: #EBEFF6
RGB: (235,239,246)
#EBEFF6 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EBEFF6 ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #EBEFF6 wird in RGB als (235,239,246) definiert.
RGB: (235,239,246) (92%,94%,96%)
R 235 von 255 = 92%
G 239 von 255 = 94%
B 246 von 255 = 96%
R + G + B ~ 94%. #EBEFF6 helle Farbe.
R + G + B =
235 + 239 + 246 = 720 (100%)
R 235 von 720 ~ 32.64%
G 239 von 720 ~ 33.19%
B 246 von 720 ~ 34.17%
Die Farbe #EBEFF6 wird in CMYK als (4,3,0,4) definiert.
CMYK: (4,3,0,4) C4M3Y0K4 (4%,3%,0%,4%) (0.04/0.03/0.00/0.04)
EB | EF | F6 | |
---|---|---|---|
RGB | 235 | 239 | 246 |
HSL | 218° | 37.93% | 94.31% |
HSB/HSV | 218° | 4.47% | 96.47% |
CMYK | 4.47% | 2.85% | 0.00% |
3.53% |
Hexadezimal | EB | EF | F6 |
Dezimal | 235 | 239 | 246 |
Binär | 11101011 | 11101111 | 11110110 |
Oktal | 353 | 357 | 366 |
Beispiele css- und html für Elemente in der Farbe #EBEFF6. Bitte benutzen Sie auch rgb(235,239,246) statt hex-Code.
.myTextColor { color: #EBEFF6; }
<p style="color:#EBEFF6">This sample text font color is #EBEFF6.</p>
Die Farbe dieses Textes ist #EBEFF6.
.myBgColor { background-color: #EBEFF6; }
<div style="background-color:#EBEFF6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EBEFF6.
.myBorderColor { border: 1px solid #EBEFF6; }
<div style="border:3px solid #EBEFF6">Div</div>
Die Grenzen von diesem div sind in Farbe #EBEFF6.
.myOpacity80 { color: #EBEFF6; opacity: 0.8; }
<p style="color:#EBEFF6;opacity:0.8;">80%</p>
Text in Farbe #EBEFF6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBEFF6;}
<p style="text-shadow: 3px 3px 1px #EBEFF6">Text here.</p>
Dieser Text hat den Schatten in Farbe #EBEFF6.
.textShadow {text-shadow: 3px 3px 1px #EBEFF6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBEFF6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EBEFF6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBEFF6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBEFF6, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBEFF6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EBEFF6; -webkit-box-shadow: 1px 1px 3px 2px #EBEFF6; box-shadow: 1px 1px 3px 2px #EBEFF6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EBEFF6; -webkit-box-shadow: 1px 1px 3px 2px #EBEFF6; box-shadow:1px 1px 3px 2px #EBEFF6;">
Div content here</div>
Dieser Text ist in der Farbe #EBEFF6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EBEFF6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EBEFF6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EBEFF6.