FARBE #7BB0EC

HEX: #7BB0EC
RGB: (123,176,236)

Farbeninformationen

#7BB0EC enthält hauptsächlich blaue Farbe. Für #7BB0EC ist eine «websichere» Webfarbe #6699FF (oder kurz #69F).

Farbmodelle RGB

Die Farbe #7BB0EC wird in RGB als (123,176,236) definiert.

  • Rot hat einen Wert von 123;
  • Grün hat einen Wert von 176;
  • Blau hat einen Wert von 236.
RGB:
(123,176,236)
(48%,69%,93%)

Kanäle in RGB und Sättigung

R 123 von 255 = 48%
G 176 von 255 = 69%
B 236 von 255 = 93%

123
176
236

R + G + B ~ 70%. #7BB0EC ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
123 + 176 + 236 = 535 (100%)
R 123 von 535 ~ 22.99%
G 176 von 535 ~ 32.9%
B 236 von 535 ~ 44.11%

%22.99
%32.9
%44.11

Farbmodell CMYK

Die Farbe #7BB0EC wird in CMYK als (48,25,0,7) definiert.

  • Cyan hat einen Wert von 47.88%
  • Magenta hat einen Wert von 25.42%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 7.45%
CMYK:
(48,25,0,7)
C48M25Y0K7 
(48%,25%,0%,7%)
(0.48/0.25/0.00/0.07)	

CMYK-Kanäle in Prozent

%47.88
%25.42
%0
%7.45

Farbcodes

Farbe #7BB0EC in den populären Farbmodellen.

7BB0EC
RGB123176236
HSL212°74.83%70.39%
HSB/HSV212°47.88%92.55%
CMYK47.88%25.42%0.00%
7.45%

Die Farbe #7BB0EC in den populären Zahlensystemen.

Hexadezimal7BB0EC
Dezimal123176236
Binär11110111011000011101100
Oktal173260354

Farbtöne

Dunkle Töne der Farbe #7BB0EC

#7BB0EC
(123,176,236)
#70A0D7
(112,160,215)
#6590C2
(101,144,194)
#5A80AD
(90,128,173)
#4F7098
(79,112,152)
#446083
(68,96,131)
#39506E
(57,80,110)
#2E4059
(46,64,89)
#233044
(35,48,68)
#18202F
(24,32,47)
#0D101A
(13,16,26)
#000000
(0,0,0)

Helle Töne der Farbe #7BB0EC

#7BB0EC
(123,176,236)
#87B7ED
(135,183,237)
#93BEEE
(147,190,238)
#9FC5EF
(159,197,239)
#ABCCF0
(171,204,240)
#B7D3F1
(183,211,241)
#C3DAF2
(195,218,242)
#CFE1F3
(207,225,243)
#DBE8F4
(219,232,244)
#E7EFF5
(231,239,245)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #7BB0EC. Bitte benutzen Sie auch rgb(123,176,236) statt hex-Code.

Textfarbe

.myTextColor { color: #7BB0EC; }

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

Die Farbe dieses Textes ist #7BB0EC.


Hintergrundfarbe

.myBgColor { background-color: #7BB0EC; }

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

Der Hintergrund von diesem div ist in Farbe #7BB0EC.


Grenzfarbe

.myBorderColor { border: 1px solid #7BB0EC; }

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

Die Grenzen von diesem div sind in Farbe #7BB0EC.


Transparenz

.myOpacity80 { color: #7BB0EC; opacity: 0.8; }

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

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

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

Dieser Text hat den Schatten in Farbe #7BB0EC.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #7BB0EC

Dieser Text ist schwarz auf dem Hintergrund in Farbe #7BB0EC.


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

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