FARBE #E0BCF1

HEX: #E0BCF1 RGB: (224,188,241)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #E0BCF1 wird in RGB als (224,188,241) definiert.

RGB: (224,188,241) (88%, 74%, 95%)

Kanäle in RGB und Sättigung

R 224 von 255 = 88%
G 188 von 255 = 74%
B 241 von 255 = 95%

224
188
241

R + G + B ~ 86%. #E0BCF1 helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B = 224 + 188 + 241 = 653 (100%)
R 224 von 653 ~ 34.3%
G 188 von 653 ~ 28.79%
B 241 von 653 ~ 36.91'%

%34.3
%28.79
%36.91

Farbmodell CMYK

Die Farbe #E0BCF1 wird in CMYK als (7,22,0,5) definiert.

  • Cyan hat einen Wert von 7.05%
  • Magenta hat einen Wert von 21.99%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 5.49%

CMYK: (7,22,0,5)
C7M22Y0K5 (7%, 22%, 0%, 5%)
(0.07 / 0.22 / 0.00 / 0.05)

CMYK-Kanäle in Prozent

%7.05
%21.99
%0
%5.49

Farbcodes

Farbe #E0BCF1 in den populären Farbmodellen.

E0 BC F1
RGB 224 188 241
HSL 281° 65.43% 84.12%
HSB/HSV 281° 21.99% 94.51%
CMYK 7.05% 21.99% 0.00%
5.49%

Die Farbe #E0BCF1 in den populären Zahlensystemen.

Hexadezimal E0 BC F1
Dezimal 224 188 241
Binär 11100000 10111100 11110001
Oktal 340 274 361

Farbtöne

Dunkle Töne der Farbe #E0BCF1

#E0BCF1
(224,188,241)
#CCABDC
(204,171,220)
#B89AC7
(184,154,199)
#A489B2
(164,137,178)
#90789D
(144,120,157)
#7C6788
(124,103,136)
#685673
(104,86,115)
#54455E
(84,69,94)
#403449
(64,52,73)
#2C2334
(44,35,52)
#18121F
(24,18,31)
#000000
(0,0,0)

Helle Töne der Farbe #E0BCF1

#E0BCF1
(224,188,241)
#E2C2F2
(226,194,242)
#E4C8F3
(228,200,243)
#E6CEF4
(230,206,244)
#E8D4F5
(232,212,245)
#EADAF6
(234,218,246)
#ECE0F7
(236,224,247)
#EEE6F8
(238,230,248)
#F0ECF9
(240,236,249)
#F2F2FA
(242,242,250)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #E0BCF1; }

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

Die Farbe dieses Textes ist #E0BCF1.

Hintergrundfarbe

.myBgColor { background-color: #E0BCF1; }

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

Der Hintergrund von diesem div ist in Farbe #E0BCF1.

Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #E0BCF1.

Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #E0BCF1.


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

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

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


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

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

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

Farbe des Schattens vom div-Element

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0BCF1; -webkit-box-shadow: 1px 1px 3px 2px #E0BCF1; box-shadow:1px 1px 3px 2px #E0BCF1;">
Div content here
</div>

Dieses div hat den Schatten in Farbe #E0BCF1.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #E0BCF1

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


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

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


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #hex ist #1F430E.


I love getcolorcode.com

Farbtriade

1 #F1E0BC und #BCF1E0 kombiniert mit #E0BCF1 sind eine Farbtriade.

2 #F1BCE0 und #BCE0F1 kombiniert mit #E0BCF1 sind eine Farbtriade.