FARBE #C6ECBE

HEX: #C6ECBE
RGB: (198,236,190)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #C6ECBE wird in RGB als (198,236,190) definiert.

  • Rot hat einen Wert von 198;
  • Grün hat einen Wert von 236;
  • Blau hat einen Wert von 190.
RGB:
(198,236,190)
(78%,93%,75%)

Kanäle in RGB und Sättigung

R 198 von 255 = 78%
G 236 von 255 = 93%
B 190 von 255 = 75%

198
236
190

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

Farbverhältnis in prozentualer Angabe

R + G + B =
198 + 236 + 190 = 624 (100%)
R 198 von 624 ~ 31.73%
G 236 von 624 ~ 37.82%
B 190 von 624 ~ 30.45%

%31.73
%37.82
%30.45

Farbmodell CMYK

Die Farbe #C6ECBE wird in CMYK als (16,0,19,7) definiert.

  • Cyan hat einen Wert von 16.10%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 19.49%
  • Schlüsselfarbe hat einen Wert von 7.45%
CMYK:
(16,0,19,7)
C16M0Y19K7 
(16%,0%,19%,7%)
(0.16/0.00/0.19/0.07)	

CMYK-Kanäle in Prozent

%16.1
%0
%19.49
%7.45

Farbcodes

Farbe #C6ECBE in den populären Farbmodellen.

C6ECBE
RGB198236190
HSL110°54.76%83.53%
HSB/HSV110°19.49%92.55%
CMYK16.10%0.00%19.49%
7.45%

Die Farbe #C6ECBE in den populären Zahlensystemen.

HexadezimalC6ECBE
Dezimal198236190
Binär110001101110110010111110
Oktal306354276

Farbtöne

Dunkle Töne der Farbe #C6ECBE

#C6ECBE
(198,236,190)
#B4D7AD
(180,215,173)
#A2C29C
(162,194,156)
#90AD8B
(144,173,139)
#7E987A
(126,152,122)
#6C8369
(108,131,105)
#5A6E58
(90,110,88)
#485947
(72,89,71)
#364436
(54,68,54)
#242F25
(36,47,37)
#121A14
(18,26,20)
#000000
(0,0,0)

Helle Töne der Farbe #C6ECBE

#C6ECBE
(198,236,190)
#CBEDC3
(203,237,195)
#D0EEC8
(208,238,200)
#D5EFCD
(213,239,205)
#DAF0D2
(218,240,210)
#DFF1D7
(223,241,215)
#E4F2DC
(228,242,220)
#E9F3E1
(233,243,225)
#EEF4E6
(238,244,230)
#F3F5EB
(243,245,235)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #C6ECBE; }

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

Die Farbe dieses Textes ist #C6ECBE.


Hintergrundfarbe

.myBgColor { background-color: #C6ECBE; }

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

Der Hintergrund von diesem div ist in Farbe #C6ECBE.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #C6ECBE.


Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #C6ECBE.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #C6ECBE

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


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

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