FARBE #BBF0EF

HEX: #BBF0EF
RGB: (187,240,239)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #BBF0EF wird in RGB als (187,240,239) definiert.

  • Rot hat einen Wert von 187;
  • Grün hat einen Wert von 240;
  • Blau hat einen Wert von 239.
RGB:
(187,240,239)
(73%,94%,94%)

Kanäle in RGB und Sättigung

R 187 von 255 = 73%
G 240 von 255 = 94%
B 239 von 255 = 94%

187
240
239

R + G + B ~ 87%. #BBF0EF helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
187 + 240 + 239 = 666 (100%)
R 187 von 666 ~ 28.08%
G 240 von 666 ~ 36.04%
B 239 von 666 ~ 35.89%

%28.08
%36.04
%35.89

Farbmodell CMYK

Die Farbe #BBF0EF wird in CMYK als (22,0,0,6) definiert.

  • Cyan hat einen Wert von 22.08%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 0.42%
  • Schlüsselfarbe hat einen Wert von 5.88%
CMYK:
(22,0,0,6)
C22M0Y0K6 
(22%,0%,0%,6%)
(0.22/0.00/0.00/0.06)	

CMYK-Kanäle in Prozent

%22.08
%0
%0.42
%5.88

Farbcodes

Farbe #BBF0EF in den populären Farbmodellen.

BBF0EF
RGB187240239
HSL179°63.86%83.73%
HSB/HSV179°22.08%94.12%
CMYK22.08%0.00%0.42%
5.88%

Die Farbe #BBF0EF in den populären Zahlensystemen.

HexadezimalBBF0EF
Dezimal187240239
Binär101110111111000011101111
Oktal273360357

Farbtöne

Dunkle Töne der Farbe #BBF0EF

#BBF0EF
(187,240,239)
#AADBDA
(170,219,218)
#99C6C5
(153,198,197)
#88B1B0
(136,177,176)
#779C9B
(119,156,155)
#668786
(102,135,134)
#557271
(85,114,113)
#445D5C
(68,93,92)
#334847
(51,72,71)
#223332
(34,51,50)
#111E1D
(17,30,29)
#000000
(0,0,0)

Helle Töne der Farbe #BBF0EF

#BBF0EF
(187,240,239)
#C1F1F0
(193,241,240)
#C7F2F1
(199,242,241)
#CDF3F2
(205,243,242)
#D3F4F3
(211,244,243)
#D9F5F4
(217,245,244)
#DFF6F5
(223,246,245)
#E5F7F6
(229,247,246)
#EBF8F7
(235,248,247)
#F1F9F8
(241,249,248)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #BBF0EF; }

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

Die Farbe dieses Textes ist #BBF0EF.


Hintergrundfarbe

.myBgColor { background-color: #BBF0EF; }

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

Der Hintergrund von diesem div ist in Farbe #BBF0EF.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #BBF0EF.


Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #BBF0EF.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #BBF0EF

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


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

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