FARBE #C4B2E8

HEX: #C4B2E8 RGB: (196,178,232)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #C4B2E8 wird in RGB als (196,178,232) definiert.

RGB: (196,178,232) (77%, 70%, 91%)

Kanäle in RGB und Sättigung

R 196 von 255 = 77%
G 178 von 255 = 70%
B 232 von 255 = 91%

196
178
232

R + G + B ~ 79%. #C4B2E8 ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B = 196 + 178 + 232 = 606 (100%)
R 196 von 606 ~ 32.34%
G 178 von 606 ~ 29.37%
B 232 von 606 ~ 38.28'%

%32.34
%29.37
%38.28

Farbmodell CMYK

Die Farbe #C4B2E8 wird in CMYK als (16,23,0,9) definiert.

  • Cyan hat einen Wert von 15.52%
  • Magenta hat einen Wert von 23.28%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 9.02%

CMYK: (16,23,0,9)
C16M23Y0K9 (16%, 23%, 0%, 9%)
(0.16 / 0.23 / 0.00 / 0.09)

CMYK-Kanäle in Prozent

%15.52
%23.28
%0
%9.02

Farbcodes

Farbe #C4B2E8 in den populären Farbmodellen.

C4 B2 E8
RGB 196 178 232
HSL 260° 54.00% 80.39%
HSB/HSV 260° 23.28% 90.98%
CMYK 15.52% 23.28% 0.00%
9.02%

Die Farbe #C4B2E8 in den populären Zahlensystemen.

Hexadezimal C4 B2 E8
Dezimal 196 178 232
Binär 11000100 10110010 11101000
Oktal 304 262 350

Farbtöne

Dunkle Töne der Farbe #C4B2E8

#C4B2E8
(196,178,232)
#B3A2D3
(179,162,211)
#A292BE
(162,146,190)
#9182A9
(145,130,169)
#807294
(128,114,148)
#6F627F
(111,98,127)
#5E526A
(94,82,106)
#4D4255
(77,66,85)
#3C3240
(60,50,64)
#2B222B
(43,34,43)
#1A1216
(26,18,22)
#000000
(0,0,0)

Helle Töne der Farbe #C4B2E8

#C4B2E8
(196,178,232)
#C9B9EA
(201,185,234)
#CEC0EC
(206,192,236)
#D3C7EE
(211,199,238)
#D8CEF0
(216,206,240)
#DDD5F2
(221,213,242)
#E2DCF4
(226,220,244)
#E7E3F6
(231,227,246)
#ECEAF8
(236,234,248)
#F1F1FA
(241,241,250)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #C4B2E8; }

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

Die Farbe dieses Textes ist #C4B2E8.

Hintergrundfarbe

.myBgColor { background-color: #C4B2E8; }

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

Der Hintergrund von diesem div ist in Farbe #C4B2E8.

Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #C4B2E8.

Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #C4B2E8.


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

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

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


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

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

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

Farbe des Schattens vom div-Element

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

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

Dieses div hat den Schatten in Farbe #C4B2E8.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #C4B2E8

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


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

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


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #hex ist #3B4D17.


I love getcolorcode.com

Farbtriade

1 #E8C4B2 und #B2E8C4 kombiniert mit #C4B2E8 sind eine Farbtriade.

2 #E8B2C4 und #B2C4E8 kombiniert mit #C4B2E8 sind eine Farbtriade.