FARBE #B2BEB2

HEX: #B2BEB2
RGB: (178,190,178)

Farbeninformationen

#B2BEB2 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B2BEB2 ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).

Farbmodelle RGB

Die Farbe #B2BEB2 wird in RGB als (178,190,178) definiert.

  • Rot hat einen Wert von 178;
  • Grün hat einen Wert von 190;
  • Blau hat einen Wert von 178.
RGB:
(178,190,178)
(70%,75%,70%)

Kanäle in RGB und Sättigung

R 178 von 255 = 70%
G 190 von 255 = 75%
B 178 von 255 = 70%

178
190
178

R + G + B ~ 72%. #B2BEB2 ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
178 + 190 + 178 = 546 (100%)
R 178 von 546 ~ 32.6%
G 190 von 546 ~ 34.8%
B 178 von 546 ~ 32.6%

%32.6
%34.8
%32.6

Farbmodell CMYK

Die Farbe #B2BEB2 wird in CMYK als (6,0,6,25) definiert.

  • Cyan hat einen Wert von 6.32%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 6.32%
  • Schlüsselfarbe hat einen Wert von 25.49%
CMYK:
(6,0,6,25)
C6M0Y6K25 
(6%,0%,6%,25%)
(0.06/0.00/0.06/0.25)	

CMYK-Kanäle in Prozent

%6.32
%0
%6.32
%25.49

Farbcodes

Farbe #B2BEB2 in den populären Farbmodellen.

B2BEB2
RGB178190178
HSL120°8.45%72.16%
HSB/HSV120°6.32%74.51%
CMYK6.32%0.00%6.32%
25.49%

Die Farbe #B2BEB2 in den populären Zahlensystemen.

HexadezimalB2BEB2
Dezimal178190178
Binär101100101011111010110010
Oktal262276262

Farbtöne

Dunkle Töne der Farbe #B2BEB2

#B2BEB2
(178,190,178)
#A2ADA2
(162,173,162)
#929C92
(146,156,146)
#828B82
(130,139,130)
#727A72
(114,122,114)
#626962
(98,105,98)
#525852
(82,88,82)
#424742
(66,71,66)
#323632
(50,54,50)
#222522
(34,37,34)
#121412
(18,20,18)
#000000
(0,0,0)

Helle Töne der Farbe #B2BEB2

#B2BEB2
(178,190,178)
#B9C3B9
(185,195,185)
#C0C8C0
(192,200,192)
#C7CDC7
(199,205,199)
#CED2CE
(206,210,206)
#D5D7D5
(213,215,213)
#DCDCDC
(220,220,220)
#E3E1E3
(227,225,227)
#EAE6EA
(234,230,234)
#F1EBF1
(241,235,241)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #B2BEB2; }

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

Die Farbe dieses Textes ist #B2BEB2.


Hintergrundfarbe

.myBgColor { background-color: #B2BEB2; }

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

Der Hintergrund von diesem div ist in Farbe #B2BEB2.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #B2BEB2.


Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #B2BEB2.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #B2BEB2

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


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

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