FARBE #D1E5FB

HEX: #D1E5FB
RGB: (209,229,251)

Farbeninformationen

#D1E5FB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D1E5FB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).

Farbmodelle RGB

Die Farbe #D1E5FB wird in RGB als (209,229,251) definiert.

  • Rot hat einen Wert von 209;
  • Grün hat einen Wert von 229;
  • Blau hat einen Wert von 251.
RGB:
(209,229,251)
(82%,90%,98%)

Kanäle in RGB und Sättigung

R 209 von 255 = 82%
G 229 von 255 = 90%
B 251 von 255 = 98%

209
229
251

R + G + B ~ 90%. #D1E5FB helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
209 + 229 + 251 = 689 (100%)
R 209 von 689 ~ 30.33%
G 229 von 689 ~ 33.24%
B 251 von 689 ~ 36.43%

%30.33
%33.24
%36.43

Farbmodell CMYK

Die Farbe #D1E5FB wird in CMYK als (17,9,0,2) definiert.

  • Cyan hat einen Wert von 16.73%
  • Magenta hat einen Wert von 8.76%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 1.57%
CMYK:
(17,9,0,2)
C17M9Y0K2 
(17%,9%,0%,2%)
(0.17/0.09/0.00/0.02)	

CMYK-Kanäle in Prozent

%16.73
%8.76
%0
%1.57

Farbcodes

Farbe #D1E5FB in den populären Farbmodellen.

D1E5FB
RGB209229251
HSL211°84.00%90.20%
HSB/HSV211°16.73%98.43%
CMYK16.73%8.76%0.00%
1.57%

Die Farbe #D1E5FB in den populären Zahlensystemen.

HexadezimalD1E5FB
Dezimal209229251
Binär110100011110010111111011
Oktal321345373

Farbtöne

Dunkle Töne der Farbe #D1E5FB

#D1E5FB
(209,229,251)
#BED1E5
(190,209,229)
#ABBDCF
(171,189,207)
#98A9B9
(152,169,185)
#8595A3
(133,149,163)
#72818D
(114,129,141)
#5F6D77
(95,109,119)
#4C5961
(76,89,97)
#39454B
(57,69,75)
#263135
(38,49,53)
#131D1F
(19,29,31)
#000000
(0,0,0)

Helle Töne der Farbe #D1E5FB

#D1E5FB
(209,229,251)
#D5E7FB
(213,231,251)
#D9E9FB
(217,233,251)
#DDEBFB
(221,235,251)
#E1EDFB
(225,237,251)
#E5EFFB
(229,239,251)
#E9F1FB
(233,241,251)
#EDF3FB
(237,243,251)
#F1F5FB
(241,245,251)
#F5F7FB
(245,247,251)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #D1E5FB. Bitte benutzen Sie auch rgb(209,229,251) statt hex-Code.

Textfarbe

.myTextColor { color: #D1E5FB; }

<p style="color:#D1E5FB">This sample text font color is #D1E5FB.</p>

Die Farbe dieses Textes ist #D1E5FB.


Hintergrundfarbe

.myBgColor { background-color: #D1E5FB; }

<div style="background-color:#D1E5FB">Inner text</div>

Der Hintergrund von diesem div ist in Farbe #D1E5FB.


Grenzfarbe

.myBorderColor { border: 1px solid #D1E5FB; }

<div style="border:3px solid #D1E5FB">Div</div>

Die Grenzen von diesem div sind in Farbe #D1E5FB.


Transparenz

.myOpacity80 { color: #D1E5FB; opacity: 0.8; }

<p style="color:#D1E5FB;opacity:0.8;">80%</p>

Text in Farbe #D1E5FB und mit Transparenz 100% | 80% | 50% | 30%.

Hintergrund mit Transparenzgrad 100%.

Hintergrund mit Transparenzgrad 80%.

Hintergrund mit Transparenzgrad 50%.

Hintergrund mit Transparenzgrad 30%.

Farbe des Textschattens

.textShadow {text-shadow: 3px 3px 1px #D1E5FB;}

<p style="text-shadow: 3px 3px 1px #D1E5FB">Text here.</p>

Dieser Text hat den Schatten in Farbe #D1E5FB.

.textShadow {text-shadow: 3px 3px 1px #D1E5FB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D1E5FB, 5px 5px 20px red">Text here.</p>

Dieser Text hat den Schatten in Grundfarbe #D1E5FB und zusätzlichem Rot.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D1E5FB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D1E5FB, Direction=45, Strength=4)">Text</p>

This text has shadow with #D1E5FB and red colors in old Internet Explorer.


Farbe des Schattens vom div-Element

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D1E5FB;
  -webkit-box-shadow:	1px 1px 3px 2px #D1E5FB;
  box-shadow:		1px 1px 3px 2px #D1E5FB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D1E5FB;
-webkit-box-shadow: 1px 1px 3px 2px #D1E5FB;
box-shadow:1px 1px 3px 2px #D1E5FB;">
Div content here</div>
Dieses div hat den Schatten in Farbe #D1E5FB.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

Dieser Text ist in der Farbe #D1E5FB auf dem schwarzen Hintergrund.


Farbenbeispiel auf dem weißen Hintergrund

Dieser Text ist in Farbe #D1E5FB auf dem weißen Hintergrund.



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #D1E5FB

Dieser Text ist schwarz auf dem Hintergrund in Farbe #D1E5FB.


Beispiel eines weißen Textes auf dem Hintergrund in Farbe #D1E5FB

Dieser Text ist weiß auf dem Hintergrund in Farbe #D1E5FB.