FARBE #BBE999

HEX: #BBE999
RGB: (187,233,153)

Farbeninformationen

#BBE999 enthält hauptsächlich rote und grüne Farbe. Für #BBE999 ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).

Farbmodelle RGB

Die Farbe #BBE999 wird in RGB als (187,233,153) definiert.

  • Rot hat einen Wert von 187;
  • Grün hat einen Wert von 233;
  • Blau hat einen Wert von 153.
RGB:
(187,233,153)
(73%,91%,60%)

Kanäle in RGB und Sättigung

R 187 von 255 = 73%
G 233 von 255 = 91%
B 153 von 255 = 60%

187
233
153

R + G + B ~ 75%. #BBE999 ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
187 + 233 + 153 = 573 (100%)
R 187 von 573 ~ 32.64%
G 233 von 573 ~ 40.66%
B 153 von 573 ~ 26.7%

%32.64
%40.66
%26.7

Farbmodell CMYK

Die Farbe #BBE999 wird in CMYK als (20,0,34,9) definiert.

  • Cyan hat einen Wert von 19.74%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 34.33%
  • Schlüsselfarbe hat einen Wert von 8.63%
CMYK:
(20,0,34,9)
C20M0Y34K9 
(20%,0%,34%,9%)
(0.20/0.00/0.34/0.09)	

CMYK-Kanäle in Prozent

%19.74
%0
%34.33
%8.63

Farbcodes

Farbe #BBE999 in den populären Farbmodellen.

BBE999
RGB187233153
HSL95°64.52%75.69%
HSB/HSV95°34.33%91.37%
CMYK19.74%0.00%34.33%
8.63%

Die Farbe #BBE999 in den populären Zahlensystemen.

HexadezimalBBE999
Dezimal187233153
Binär101110111110100110011001
Oktal273351231

Farbtöne

Dunkle Töne der Farbe #BBE999

#BBE999
(187,233,153)
#AAD48C
(170,212,140)
#99BF7F
(153,191,127)
#88AA72
(136,170,114)
#779565
(119,149,101)
#668058
(102,128,88)
#556B4B
(85,107,75)
#44563E
(68,86,62)
#334131
(51,65,49)
#222C24
(34,44,36)
#111717
(17,23,23)
#000000
(0,0,0)

Helle Töne der Farbe #BBE999

#BBE999
(187,233,153)
#C1EBA2
(193,235,162)
#C7EDAB
(199,237,171)
#CDEFB4
(205,239,180)
#D3F1BD
(211,241,189)
#D9F3C6
(217,243,198)
#DFF5CF
(223,245,207)
#E5F7D8
(229,247,216)
#EBF9E1
(235,249,225)
#F1FBEA
(241,251,234)
#F7FDF3
(247,253,243)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #BBE999; }

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

Die Farbe dieses Textes ist #BBE999.


Hintergrundfarbe

.myBgColor { background-color: #BBE999; }

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

Der Hintergrund von diesem div ist in Farbe #BBE999.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #BBE999.


Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #BBE999.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #BBE999

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


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

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