FARBE #EBB6F4

HEX: #EBB6F4 RGB: (235,182,244)

Farbeninformationen

#EBB6F4 enthält hauptsächlich rote und blaue Farbe. Für #EBB6F4 ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).

Farbmodelle RGB

Die Farbe #EBB6F4 wird in RGB als (235,182,244) definiert.

RGB: (235,182,244) (92%, 71%, 96%)

Kanäle in RGB und Sättigung

R 235 von 255 = 92%
G 182 von 255 = 71%
B 244 von 255 = 96%

235
182
244

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

Farbverhältnis in prozentualer Angabe

R + G + B = 235 + 182 + 244 = 661 (100%)
R 235 von 661 ~ 35.55%
G 182 von 661 ~ 27.53%
B 244 von 661 ~ 36.91'%

%35.55
%27.53
%36.91

Farbmodell CMYK

Die Farbe #EBB6F4 wird in CMYK als (4,25,0,4) definiert.

  • Cyan hat einen Wert von 3.69%
  • Magenta hat einen Wert von 25.41%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 4.31%

CMYK: (4,25,0,4)
C4M25Y0K4 (4%, 25%, 0%, 4%)
(0.04 / 0.25 / 0.00 / 0.04)

CMYK-Kanäle in Prozent

%3.69
%25.41
%0
%4.31

Farbcodes

Farbe #EBB6F4 in den populären Farbmodellen.

EB B6 F4
RGB 235 182 244
HSL 291° 73.81% 83.53%
HSB/HSV 291° 25.41% 95.69%
CMYK 3.69% 25.41% 0.00%
4.31%

Die Farbe #EBB6F4 in den populären Zahlensystemen.

Hexadezimal EB B6 F4
Dezimal 235 182 244
Binär 11101011 10110110 11110100
Oktal 353 266 364

Farbtöne

Dunkle Töne der Farbe #EBB6F4

#EBB6F4
(235,182,244)
#D6A6DE
(214,166,222)
#C196C8
(193,150,200)
#AC86B2
(172,134,178)
#97769C
(151,118,156)
#826686
(130,102,134)
#6D5670
(109,86,112)
#58465A
(88,70,90)
#433644
(67,54,68)
#2E262E
(46,38,46)
#191618
(25,22,24)
#000000
(0,0,0)

Helle Töne der Farbe #EBB6F4

#EBB6F4
(235,182,244)
#ECBCF5
(236,188,245)
#EDC2F6
(237,194,246)
#EEC8F7
(238,200,247)
#EFCEF8
(239,206,248)
#F0D4F9
(240,212,249)
#F1DAFA
(241,218,250)
#F2E0FB
(242,224,251)
#F3E6FC
(243,230,252)
#F4ECFD
(244,236,253)
#F5F2FE
(245,242,254)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #EBB6F4. Bitte benutzen Sie auch rgb(235,182,244) statt hex-Code.

Textfarbe

.myTextColor { color: #EBB6F4; }

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

Die Farbe dieses Textes ist #EBB6F4.

Hintergrundfarbe

.myBgColor { background-color: #EBB6F4; }

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

Der Hintergrund von diesem div ist in Farbe #EBB6F4.

Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #EBB6F4.

Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #EBB6F4.


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

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

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


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

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

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

Farbe des Schattens vom div-Element

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

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

Dieses div hat den Schatten in Farbe #EBB6F4.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #EBB6F4

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


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

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


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #hex ist #14490B.


I love getcolorcode.com

Farbtriade

1 #F4EBB6 und #B6F4EB kombiniert mit #EBB6F4 sind eine Farbtriade.

2 #F4B6EB und #B6EBF4 kombiniert mit #EBB6F4 sind eine Farbtriade.