FARBE #BBCAB4

HEX: #BBCAB4
RGB: (187,202,180)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #BBCAB4 wird in RGB als (187,202,180) definiert.

  • Rot hat einen Wert von 187;
  • Grün hat einen Wert von 202;
  • Blau hat einen Wert von 180.
RGB:
(187,202,180)
(73%,79%,71%)

Kanäle in RGB und Sättigung

R 187 von 255 = 73%
G 202 von 255 = 79%
B 180 von 255 = 71%

187
202
180

R + G + B ~ 74%. #BBCAB4 ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
187 + 202 + 180 = 569 (100%)
R 187 von 569 ~ 32.86%
G 202 von 569 ~ 35.5%
B 180 von 569 ~ 31.63%

%32.86
%35.5
%31.63

Farbmodell CMYK

Die Farbe #BBCAB4 wird in CMYK als (7,0,11,21) definiert.

  • Cyan hat einen Wert von 7.43%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 10.89%
  • Schlüsselfarbe hat einen Wert von 20.78%
CMYK:
(7,0,11,21)
C7M0Y11K21 
(7%,0%,11%,21%)
(0.07/0.00/0.11/0.21)	

CMYK-Kanäle in Prozent

%7.43
%0
%10.89
%20.78

Farbcodes

Farbe #BBCAB4 in den populären Farbmodellen.

BBCAB4
RGB187202180
HSL101°17.19%74.90%
HSB/HSV101°10.89%79.22%
CMYK7.43%0.00%10.89%
20.78%

Die Farbe #BBCAB4 in den populären Zahlensystemen.

HexadezimalBBCAB4
Dezimal187202180
Binär101110111100101010110100
Oktal273312264

Farbtöne

Dunkle Töne der Farbe #BBCAB4

#BBCAB4
(187,202,180)
#AAB8A4
(170,184,164)
#99A694
(153,166,148)
#889484
(136,148,132)
#778274
(119,130,116)
#667064
(102,112,100)
#555E54
(85,94,84)
#444C44
(68,76,68)
#333A34
(51,58,52)
#222824
(34,40,36)
#111614
(17,22,20)
#000000
(0,0,0)

Helle Töne der Farbe #BBCAB4

#BBCAB4
(187,202,180)
#C1CEBA
(193,206,186)
#C7D2C0
(199,210,192)
#CDD6C6
(205,214,198)
#D3DACC
(211,218,204)
#D9DED2
(217,222,210)
#DFE2D8
(223,226,216)
#E5E6DE
(229,230,222)
#EBEAE4
(235,234,228)
#F1EEEA
(241,238,234)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #BBCAB4. Bitte benutzen Sie auch rgb(187,202,180) statt hex-Code.

Textfarbe

.myTextColor { color: #BBCAB4; }

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

Die Farbe dieses Textes ist #BBCAB4.


Hintergrundfarbe

.myBgColor { background-color: #BBCAB4; }

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

Der Hintergrund von diesem div ist in Farbe #BBCAB4.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #BBCAB4.


Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #BBCAB4.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #BBCAB4

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


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

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