FARBE #E1BCE8

HEX: #E1BCE8
RGB: (225,188,232)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #E1BCE8 wird in RGB als (225,188,232) definiert.

  • Rot hat einen Wert von 225;
  • Grün hat einen Wert von 188;
  • Blau hat einen Wert von 232.
RGB:
(225,188,232)
(88%,74%,91%)

Kanäle in RGB und Sättigung

R 225 von 255 = 88%
G 188 von 255 = 74%
B 232 von 255 = 91%

225
188
232

R + G + B ~ 84%. #E1BCE8 ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
225 + 188 + 232 = 645 (100%)
R 225 von 645 ~ 34.88%
G 188 von 645 ~ 29.15%
B 232 von 645 ~ 35.97%

%34.88
%29.15
%35.97

Farbmodell CMYK

Die Farbe #E1BCE8 wird in CMYK als (3,19,0,9) definiert.

  • Cyan hat einen Wert von 3.02%
  • Magenta hat einen Wert von 18.97%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 9.02%
CMYK:
(3,19,0,9)
C3M19Y0K9 
(3%,19%,0%,9%)
(0.03/0.19/0.00/0.09)	

CMYK-Kanäle in Prozent

%3.02
%18.97
%0
%9.02

Farbcodes

Farbe #E1BCE8 in den populären Farbmodellen.

E1BCE8
RGB225188232
HSL290°48.89%82.35%
HSB/HSV290°18.97%90.98%
CMYK3.02%18.97%0.00%
9.02%

Die Farbe #E1BCE8 in den populären Zahlensystemen.

HexadezimalE1BCE8
Dezimal225188232
Binär111000011011110011101000
Oktal341274350

Farbtöne

Dunkle Töne der Farbe #E1BCE8

#E1BCE8
(225,188,232)
#CDABD3
(205,171,211)
#B99ABE
(185,154,190)
#A589A9
(165,137,169)
#917894
(145,120,148)
#7D677F
(125,103,127)
#69566A
(105,86,106)
#554555
(85,69,85)
#413440
(65,52,64)
#2D232B
(45,35,43)
#191216
(25,18,22)
#000000
(0,0,0)

Helle Töne der Farbe #E1BCE8

#E1BCE8
(225,188,232)
#E3C2EA
(227,194,234)
#E5C8EC
(229,200,236)
#E7CEEE
(231,206,238)
#E9D4F0
(233,212,240)
#EBDAF2
(235,218,242)
#EDE0F4
(237,224,244)
#EFE6F6
(239,230,246)
#F1ECF8
(241,236,248)
#F3F2FA
(243,242,250)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #E1BCE8. Bitte benutzen Sie auch rgb(225,188,232) statt hex-Code.

Textfarbe

.myTextColor { color: #E1BCE8; }

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

Die Farbe dieses Textes ist #E1BCE8.


Hintergrundfarbe

.myBgColor { background-color: #E1BCE8; }

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

Der Hintergrund von diesem div ist in Farbe #E1BCE8.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #E1BCE8.


Transparenz

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

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

Text in Farbe #E1BCE8 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 #E1BCE8;}

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

Dieser Text hat den Schatten in Farbe #E1BCE8.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #E1BCE8

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


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

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