FARBE #BBCCEF

HEX: #BBCCEF
RGB: (187,204,239)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #BBCCEF wird in RGB als (187,204,239) definiert.

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

Kanäle in RGB und Sättigung

R 187 von 255 = 73%
G 204 von 255 = 80%
B 239 von 255 = 94%

187
204
239

R + G + B ~ 82%. #BBCCEF ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
187 + 204 + 239 = 630 (100%)
R 187 von 630 ~ 29.68%
G 204 von 630 ~ 32.38%
B 239 von 630 ~ 37.94%

%29.68
%32.38
%37.94

Farbmodell CMYK

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

  • Cyan hat einen Wert von 21.76%
  • Magenta hat einen Wert von 14.64%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 6.27%
CMYK:
(22,15,0,6)
C22M15Y0K6 
(22%,15%,0%,6%)
(0.22/0.15/0.00/0.06)	

CMYK-Kanäle in Prozent

%21.76
%14.64
%0
%6.27

Farbcodes

Farbe #BBCCEF in den populären Farbmodellen.

BBCCEF
RGB187204239
HSL220°61.90%83.53%
HSB/HSV220°21.76%93.73%
CMYK21.76%14.64%0.00%
6.27%

Die Farbe #BBCCEF in den populären Zahlensystemen.

HexadezimalBBCCEF
Dezimal187204239
Binär101110111100110011101111
Oktal273314357

Farbtöne

Dunkle Töne der Farbe #BBCCEF

#BBCCEF
(187,204,239)
#AABADA
(170,186,218)
#99A8C5
(153,168,197)
#8896B0
(136,150,176)
#77849B
(119,132,155)
#667286
(102,114,134)
#556071
(85,96,113)
#444E5C
(68,78,92)
#333C47
(51,60,71)
#222A32
(34,42,50)
#11181D
(17,24,29)
#000000
(0,0,0)

Helle Töne der Farbe #BBCCEF

#BBCCEF
(187,204,239)
#C1D0F0
(193,208,240)
#C7D4F1
(199,212,241)
#CDD8F2
(205,216,242)
#D3DCF3
(211,220,243)
#D9E0F4
(217,224,244)
#DFE4F5
(223,228,245)
#E5E8F6
(229,232,246)
#EBECF7
(235,236,247)
#F1F0F8
(241,240,248)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #BBCCEF; }

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

Die Farbe dieses Textes ist #BBCCEF.


Hintergrundfarbe

.myBgColor { background-color: #BBCCEF; }

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

Der Hintergrund von diesem div ist in Farbe #BBCCEF.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #BBCCEF.


Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #BBCCEF.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #BBCCEF

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


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

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