FARBE #B0B0AB

HEX: #B0B0AB
RGB: (176,176,171)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #B0B0AB wird in RGB als (176,176,171) definiert.

  • Rot hat einen Wert von 176;
  • Grün hat einen Wert von 176;
  • Blau hat einen Wert von 171.
RGB:
(176,176,171)
(69%,69%,67%)

Kanäle in RGB und Sättigung

R 176 von 255 = 69%
G 176 von 255 = 69%
B 171 von 255 = 67%

176
176
171

R + G + B ~ 68%. #B0B0AB ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
176 + 176 + 171 = 523 (100%)
R 176 von 523 ~ 33.65%
G 176 von 523 ~ 33.65%
B 171 von 523 ~ 32.7%

%33.65
%33.65
%32.7

Farbmodell CMYK

Die Farbe #B0B0AB wird in CMYK als (0,0,3,31) definiert.

  • Cyan hat einen Wert von 0.00%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 2.84%
  • Schlüsselfarbe hat einen Wert von 30.98%
CMYK:
(0,0,3,31)
C0M0Y3K31 
(0%,0%,3%,31%)
(0.00/0.00/0.03/0.31)	

CMYK-Kanäle in Prozent

%0
%0
%2.84
%30.98

Farbcodes

Farbe #B0B0AB in den populären Farbmodellen.

B0B0AB
RGB176176171
HSL60°3.07%68.04%
HSB/HSV60°2.84%69.02%
CMYK0.00%0.00%2.84%
30.98%

Die Farbe #B0B0AB in den populären Zahlensystemen.

HexadezimalB0B0AB
Dezimal176176171
Binär101100001011000010101011
Oktal260260253

Farbtöne

Dunkle Töne der Farbe #B0B0AB

#B0B0AB
(176,176,171)
#A0A09C
(160,160,156)
#90908D
(144,144,141)
#80807E
(128,128,126)
#70706F
(112,112,111)
#606060
(96,96,96)
#505051
(80,80,81)
#404042
(64,64,66)
#303033
(48,48,51)
#202024
(32,32,36)
#101015
(16,16,21)
#000000
(0,0,0)

Helle Töne der Farbe #B0B0AB

#B0B0AB
(176,176,171)
#B7B7B2
(183,183,178)
#BEBEB9
(190,190,185)
#C5C5C0
(197,197,192)
#CCCCC7
(204,204,199)
#D3D3CE
(211,211,206)
#DADAD5
(218,218,213)
#E1E1DC
(225,225,220)
#E8E8E3
(232,232,227)
#EFEFEA
(239,239,234)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #B0B0AB; }

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

Die Farbe dieses Textes ist #B0B0AB.


Hintergrundfarbe

.myBgColor { background-color: #B0B0AB; }

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

Der Hintergrund von diesem div ist in Farbe #B0B0AB.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #B0B0AB.


Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #B0B0AB.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #B0B0AB

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


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

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