FARBE #CEB5EC

HEX: #CEB5EC
RGB: (206,181,236)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #CEB5EC wird in RGB als (206,181,236) definiert.

  • Rot hat einen Wert von 206;
  • Grün hat einen Wert von 181;
  • Blau hat einen Wert von 236.
RGB:
(206,181,236)
(81%,71%,93%)

Kanäle in RGB und Sättigung

R 206 von 255 = 81%
G 181 von 255 = 71%
B 236 von 255 = 93%

206
181
236

R + G + B ~ 82%. #CEB5EC ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
206 + 181 + 236 = 623 (100%)
R 206 von 623 ~ 33.07%
G 181 von 623 ~ 29.05%
B 236 von 623 ~ 37.88%

%33.07
%29.05
%37.88

Farbmodell CMYK

Die Farbe #CEB5EC wird in CMYK als (13,23,0,7) definiert.

  • Cyan hat einen Wert von 12.71%
  • Magenta hat einen Wert von 23.31%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 7.45%
CMYK:
(13,23,0,7)
C13M23Y0K7 
(13%,23%,0%,7%)
(0.13/0.23/0.00/0.07)	

CMYK-Kanäle in Prozent

%12.71
%23.31
%0
%7.45

Farbcodes

Farbe #CEB5EC in den populären Farbmodellen.

CEB5EC
RGB206181236
HSL267°59.14%81.76%
HSB/HSV267°23.31%92.55%
CMYK12.71%23.31%0.00%
7.45%

Die Farbe #CEB5EC in den populären Zahlensystemen.

HexadezimalCEB5EC
Dezimal206181236
Binär110011101011010111101100
Oktal316265354

Farbtöne

Dunkle Töne der Farbe #CEB5EC

#CEB5EC
(206,181,236)
#BCA5D7
(188,165,215)
#AA95C2
(170,149,194)
#9885AD
(152,133,173)
#867598
(134,117,152)
#746583
(116,101,131)
#62556E
(98,85,110)
#504559
(80,69,89)
#3E3544
(62,53,68)
#2C252F
(44,37,47)
#1A151A
(26,21,26)
#000000
(0,0,0)

Helle Töne der Farbe #CEB5EC

#CEB5EC
(206,181,236)
#D2BBED
(210,187,237)
#D6C1EE
(214,193,238)
#DAC7EF
(218,199,239)
#DECDF0
(222,205,240)
#E2D3F1
(226,211,241)
#E6D9F2
(230,217,242)
#EADFF3
(234,223,243)
#EEE5F4
(238,229,244)
#F2EBF5
(242,235,245)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #CEB5EC. Bitte benutzen Sie auch rgb(206,181,236) statt hex-Code.

Textfarbe

.myTextColor { color: #CEB5EC; }

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

Die Farbe dieses Textes ist #CEB5EC.


Hintergrundfarbe

.myBgColor { background-color: #CEB5EC; }

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

Der Hintergrund von diesem div ist in Farbe #CEB5EC.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #CEB5EC.


Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #CEB5EC.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #CEB5EC

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


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

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