FARBE #C8B5E8

HEX: #C8B5E8 RGB: (200,181,232)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #C8B5E8 wird in RGB als (200,181,232) definiert.

RGB: (200,181,232) (78%, 71%, 91%)

Kanäle in RGB und Sättigung

R 200 von 255 = 78%
G 181 von 255 = 71%
B 232 von 255 = 91%

200
181
232

R + G + B ~ 80%. #C8B5E8 ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B = 200 + 181 + 232 = 613 (100%)
R 200 von 613 ~ 32.63%
G 181 von 613 ~ 29.53%
B 232 von 613 ~ 37.85'%

%32.63
%29.53
%37.85

Farbmodell CMYK

Die Farbe #C8B5E8 wird in CMYK als (14,22,0,9) definiert.

  • Cyan hat einen Wert von 13.79%
  • Magenta hat einen Wert von 21.98%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 9.02%

CMYK: (14,22,0,9)
C14M22Y0K9 (14%, 22%, 0%, 9%)
(0.14 / 0.22 / 0.00 / 0.09)

CMYK-Kanäle in Prozent

%13.79
%21.98
%0
%9.02

Farbcodes

Farbe #C8B5E8 in den populären Farbmodellen.

C8 B5 E8
RGB 200 181 232
HSL 262° 52.58% 80.98%
HSB/HSV 262° 21.98% 90.98%
CMYK 13.79% 21.98% 0.00%
9.02%

Die Farbe #C8B5E8 in den populären Zahlensystemen.

Hexadezimal C8 B5 E8
Dezimal 200 181 232
Binär 11001000 10110101 11101000
Oktal 310 265 350

Farbtöne

Dunkle Töne der Farbe #C8B5E8

#C8B5E8
(200,181,232)
#B6A5D3
(182,165,211)
#A495BE
(164,149,190)
#9285A9
(146,133,169)
#807594
(128,117,148)
#6E657F
(110,101,127)
#5C556A
(92,85,106)
#4A4555
(74,69,85)
#383540
(56,53,64)
#26252B
(38,37,43)
#141516
(20,21,22)
#000000
(0,0,0)

Helle Töne der Farbe #C8B5E8

#C8B5E8
(200,181,232)
#CDBBEA
(205,187,234)
#D2C1EC
(210,193,236)
#D7C7EE
(215,199,238)
#DCCDF0
(220,205,240)
#E1D3F2
(225,211,242)
#E6D9F4
(230,217,244)
#EBDFF6
(235,223,246)
#F0E5F8
(240,229,248)
#F5EBFA
(245,235,250)
#FAF1FC
(250,241,252)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #C8B5E8; }

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

Die Farbe dieses Textes ist #C8B5E8.

Hintergrundfarbe

.myBgColor { background-color: #C8B5E8; }

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

Der Hintergrund von diesem div ist in Farbe #C8B5E8.

Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #C8B5E8.

Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #C8B5E8.


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

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

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


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

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

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

Farbe des Schattens vom div-Element

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

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

Dieses div hat den Schatten in Farbe #C8B5E8.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #C8B5E8

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


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

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


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #hex ist #374A17.


I love getcolorcode.com

Farbtriade

1 #E8C8B5 und #B5E8C8 kombiniert mit #C8B5E8 sind eine Farbtriade.

2 #E8B5C8 und #B5C8E8 kombiniert mit #C8B5E8 sind eine Farbtriade.