FARBE #B9BCAD

HEX: #B9BCAD RGB: (185,188,173)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #B9BCAD wird in RGB als (185,188,173) definiert.

RGB: (185,188,173) (73%, 74%, 68%)

Kanäle in RGB und Sättigung

R 185 von 255 = 73%
G 188 von 255 = 74%
B 173 von 255 = 68%

185
188
173

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

Farbverhältnis in prozentualer Angabe

R + G + B = 185 + 188 + 173 = 546 (100%)
R 185 von 546 ~ 33.88%
G 188 von 546 ~ 34.43%
B 173 von 546 ~ 31.68'%

%33.88
%34.43
%31.68

Farbmodell CMYK

Die Farbe #B9BCAD wird in CMYK als (2,0,8,26) definiert.

  • Cyan hat einen Wert von 1.60%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 7.98%
  • Schlüsselfarbe hat einen Wert von 26.27%

CMYK: (2,0,8,26)
C2M0Y8K26 (2%, 0%, 8%, 26%)
(0.02 / 0.00 / 0.08 / 0.26)

CMYK-Kanäle in Prozent

%1.6
%0
%7.98
%26.27

Farbcodes

Farbe #B9BCAD in den populären Farbmodellen.

B9 BC AD
RGB 185 188 173
HSL 72° 10.07% 70.78%
HSB/HSV 72° 7.98% 73.73%
CMYK 1.60% 0.00% 7.98%
26.27%

Die Farbe #B9BCAD in den populären Zahlensystemen.

Hexadezimal B9 BC AD
Dezimal 185 188 173
Binär 10111001 10111100 10101101
Oktal 271 274 255

Farbtöne

Dunkle Töne der Farbe #B9BCAD

#B9BCAD
(185,188,173)
#A9AB9E
(169,171,158)
#999A8F
(153,154,143)
#898980
(137,137,128)
#797871
(121,120,113)
#696762
(105,103,98)
#595653
(89,86,83)
#494544
(73,69,68)
#393435
(57,52,53)
#292326
(41,35,38)
#191217
(25,18,23)
#000000
(0,0,0)

Helle Töne der Farbe #B9BCAD

#B9BCAD
(185,188,173)
#BFC2B4
(191,194,180)
#C5C8BB
(197,200,187)
#CBCEC2
(203,206,194)
#D1D4C9
(209,212,201)
#D7DAD0
(215,218,208)
#DDE0D7
(221,224,215)
#E3E6DE
(227,230,222)
#E9ECE5
(233,236,229)
#EFF2EC
(239,242,236)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #B9BCAD. Bitte benutzen Sie auch rgb(185,188,173) statt hex-Code.

Textfarbe

.myTextColor { color: #B9BCAD; }

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

Die Farbe dieses Textes ist #B9BCAD.

Hintergrundfarbe

.myBgColor { background-color: #B9BCAD; }

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

Der Hintergrund von diesem div ist in Farbe #B9BCAD.

Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #B9BCAD.

Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #B9BCAD.


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

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

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


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

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

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

Farbe des Schattens vom div-Element

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

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

Dieses div hat den Schatten in Farbe #B9BCAD.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #B9BCAD

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


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

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


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #B9BCAD ist #464352.


I love getcolorcode.com

Farbtriade

1 #ADB9BC und #BCADB9 kombiniert mit #B9BCAD sind eine Farbtriade.

2 #ADBCB9 und #BCB9AD kombiniert mit #B9BCAD sind eine Farbtriade.