FARBE #C3B2E8

HEX: #C3B2E8 RGB: (195,178,232)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #C3B2E8 wird in RGB als (195,178,232) definiert.

RGB: (195,178,232) (76%, 70%, 91%)

Kanäle in RGB und Sättigung

R 195 von 255 = 76%
G 178 von 255 = 70%
B 232 von 255 = 91%

195
178
232

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

Farbverhältnis in prozentualer Angabe

R + G + B = 195 + 178 + 232 = 605 (100%)
R 195 von 605 ~ 32.23%
G 178 von 605 ~ 29.42%
B 232 von 605 ~ 38.35'%

%32.23
%29.42
%38.35

Farbmodell CMYK

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

  • Cyan hat einen Wert von 15.95%
  • 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.95
%23.28
%0
%9.02

Farbcodes

Farbe #C3B2E8 in den populären Farbmodellen.

C3 B2 E8
RGB 195 178 232
HSL 259° 54.00% 80.39%
HSB/HSV 259° 23.28% 90.98%
CMYK 15.95% 23.28% 0.00%
9.02%

Die Farbe #C3B2E8 in den populären Zahlensystemen.

Hexadezimal C3 B2 E8
Dezimal 195 178 232
Binär 11000011 10110010 11101000
Oktal 303 262 350

Farbtöne

Dunkle Töne der Farbe #C3B2E8

#C3B2E8
(195,178,232)
#B2A2D3
(178,162,211)
#A192BE
(161,146,190)
#9082A9
(144,130,169)
#7F7294
(127,114,148)
#6E627F
(110,98,127)
#5D526A
(93,82,106)
#4C4255
(76,66,85)
#3B3240
(59,50,64)
#2A222B
(42,34,43)
#191216
(25,18,22)
#000000
(0,0,0)

Helle Töne der Farbe #C3B2E8

#C3B2E8
(195,178,232)
#C8B9EA
(200,185,234)
#CDC0EC
(205,192,236)
#D2C7EE
(210,199,238)
#D7CEF0
(215,206,240)
#DCD5F2
(220,213,242)
#E1DCF4
(225,220,244)
#E6E3F6
(230,227,246)
#EBEAF8
(235,234,248)
#F0F1FA
(240,241,250)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #C3B2E8; }

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

Die Farbe dieses Textes ist #C3B2E8.

Hintergrundfarbe

.myBgColor { background-color: #C3B2E8; }

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

Der Hintergrund von diesem div ist in Farbe #C3B2E8.

Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #C3B2E8.

Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #C3B2E8.


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

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

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


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

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

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

Farbe des Schattens vom div-Element

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

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

Dieses div hat den Schatten in Farbe #C3B2E8.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #C3B2E8

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


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

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


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #hex ist #3C4D17.


I love getcolorcode.com

Farbtriade

1 #E8C3B2 und #B2E8C3 kombiniert mit #C3B2E8 sind eine Farbtriade.

2 #E8B2C3 und #B2C3E8 kombiniert mit #C3B2E8 sind eine Farbtriade.