FARBE #BDC88D

HEX: #BDC88D
RGB: (189,200,141)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #BDC88D wird in RGB als (189,200,141) definiert.

  • Rot hat einen Wert von 189;
  • Grün hat einen Wert von 200;
  • Blau hat einen Wert von 141.
RGB:
(189,200,141)
(74%,78%,55%)

Kanäle in RGB und Sättigung

R 189 von 255 = 74%
G 200 von 255 = 78%
B 141 von 255 = 55%

189
200
141

R + G + B ~ 69%. #BDC88D ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
189 + 200 + 141 = 530 (100%)
R 189 von 530 ~ 35.66%
G 200 von 530 ~ 37.74%
B 141 von 530 ~ 26.6%

%35.66
%37.74
%26.6

Farbmodell CMYK

Die Farbe #BDC88D wird in CMYK als (5,0,30,22) definiert.

  • Cyan hat einen Wert von 5.50%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 29.50%
  • Schlüsselfarbe hat einen Wert von 21.57%
CMYK:
(5,0,30,22)
C5M0Y30K22 
(5%,0%,30%,22%)
(0.05/0.00/0.30/0.22)	

CMYK-Kanäle in Prozent

%5.5
%0
%29.5
%21.57

Farbcodes

Farbe #BDC88D in den populären Farbmodellen.

BDC88D
RGB189200141
HSL71°34.91%66.86%
HSB/HSV71°29.50%78.43%
CMYK5.50%0.00%29.50%
21.57%

Die Farbe #BDC88D in den populären Zahlensystemen.

HexadezimalBDC88D
Dezimal189200141
Binär101111011100100010001101
Oktal275310215

Farbtöne

Dunkle Töne der Farbe #BDC88D

#BDC88D
(189,200,141)
#ACB681
(172,182,129)
#9BA475
(155,164,117)
#8A9269
(138,146,105)
#79805D
(121,128,93)
#686E51
(104,110,81)
#575C45
(87,92,69)
#464A39
(70,74,57)
#35382D
(53,56,45)
#242621
(36,38,33)
#131415
(19,20,21)
#000000
(0,0,0)

Helle Töne der Farbe #BDC88D

#BDC88D
(189,200,141)
#C3CD97
(195,205,151)
#C9D2A1
(201,210,161)
#CFD7AB
(207,215,171)
#D5DCB5
(213,220,181)
#DBE1BF
(219,225,191)
#E1E6C9
(225,230,201)
#E7EBD3
(231,235,211)
#EDF0DD
(237,240,221)
#F3F5E7
(243,245,231)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #BDC88D. Bitte benutzen Sie auch rgb(189,200,141) statt hex-Code.

Textfarbe

.myTextColor { color: #BDC88D; }

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

Die Farbe dieses Textes ist #BDC88D.


Hintergrundfarbe

.myBgColor { background-color: #BDC88D; }

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

Der Hintergrund von diesem div ist in Farbe #BDC88D.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #BDC88D.


Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #BDC88D.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #BDC88D

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


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

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