FARBE #C7B6E0

HEX: #C7B6E0 RGB: (199,182,224)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #C7B6E0 wird in RGB als (199,182,224) definiert.

RGB: (199,182,224) (78%, 71%, 88%)

Kanäle in RGB und Sättigung

R 199 von 255 = 78%
G 182 von 255 = 71%
B 224 von 255 = 88%

199
182
224

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

Farbverhältnis in prozentualer Angabe

R + G + B = 199 + 182 + 224 = 605 (100%)
R 199 von 605 ~ 32.89%
G 182 von 605 ~ 30.08%
B 224 von 605 ~ 37.02'%

%32.89
%30.08
%37.02

Farbmodell CMYK

Die Farbe #C7B6E0 wird in CMYK als (11,19,0,12) definiert.

  • Cyan hat einen Wert von 11.16%
  • Magenta hat einen Wert von 18.75%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 12.16%

CMYK: (11,19,0,12)
C11M19Y0K12 (11%, 19%, 0%, 12%)
(0.11 / 0.19 / 0.00 / 0.12)

CMYK-Kanäle in Prozent

%11.16
%18.75
%0
%12.16

Farbcodes

Farbe #C7B6E0 in den populären Farbmodellen.

C7 B6 E0
RGB 199 182 224
HSL 264° 40.38% 79.61%
HSB/HSV 264° 18.75% 87.84%
CMYK 11.16% 18.75% 0.00%
12.16%

Die Farbe #C7B6E0 in den populären Zahlensystemen.

Hexadezimal C7 B6 E0
Dezimal 199 182 224
Binär 11000111 10110110 11100000
Oktal 307 266 340

Farbtöne

Dunkle Töne der Farbe #C7B6E0

#C7B6E0
(199,182,224)
#B5A6CC
(181,166,204)
#A396B8
(163,150,184)
#9186A4
(145,134,164)
#7F7690
(127,118,144)
#6D667C
(109,102,124)
#5B5668
(91,86,104)
#494654
(73,70,84)
#373640
(55,54,64)
#25262C
(37,38,44)
#131618
(19,22,24)
#000000
(0,0,0)

Helle Töne der Farbe #C7B6E0

#C7B6E0
(199,182,224)
#CCBCE2
(204,188,226)
#D1C2E4
(209,194,228)
#D6C8E6
(214,200,230)
#DBCEE8
(219,206,232)
#E0D4EA
(224,212,234)
#E5DAEC
(229,218,236)
#EAE0EE
(234,224,238)
#EFE6F0
(239,230,240)
#F4ECF2
(244,236,242)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #C7B6E0; }

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

Die Farbe dieses Textes ist #C7B6E0.

Hintergrundfarbe

.myBgColor { background-color: #C7B6E0; }

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

Der Hintergrund von diesem div ist in Farbe #C7B6E0.

Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #C7B6E0.

Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #C7B6E0.


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

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

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


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

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

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

Farbe des Schattens vom div-Element

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

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

Dieses div hat den Schatten in Farbe #C7B6E0.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #C7B6E0

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


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

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


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #hex ist #38491F.


I love getcolorcode.com

Farbtriade

1 #E0C7B6 und #B6E0C7 kombiniert mit #C7B6E0 sind eine Farbtriade.

2 #E0B6C7 und #B6C7E0 kombiniert mit #C7B6E0 sind eine Farbtriade.