FARBE #CCE6FB

HEX: #CCE6FB RGB: (204,230,251)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #CCE6FB wird in RGB als (204,230,251) definiert.

RGB: (204,230,251) (80%, 90%, 98%)

Kanäle in RGB und Sättigung

R 204 von 255 = 80%
G 230 von 255 = 90%
B 251 von 255 = 98%

204
230
251

R + G + B ~ 89%. #CCE6FB helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B = 204 + 230 + 251 = 685 (100%)
R 204 von 685 ~ 29.78%
G 230 von 685 ~ 33.58%
B 251 von 685 ~ 36.64'%

%29.78
%33.58
%36.64

Farbmodell CMYK

Die Farbe #CCE6FB wird in CMYK als (19,8,0,2) definiert.

  • Cyan hat einen Wert von 18.73%
  • Magenta hat einen Wert von 8.37%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 1.57%

CMYK: (19,8,0,2)
C19M8Y0K2 (19%, 8%, 0%, 2%)
(0.19 / 0.08 / 0.00 / 0.02)

CMYK-Kanäle in Prozent

%18.73
%8.37
%0
%1.57

Farbcodes

Farbe #CCE6FB in den populären Farbmodellen.

CC E6 FB
RGB 204 230 251
HSL 207° 85.45% 89.22%
HSB/HSV 207° 18.73% 98.43%
CMYK 18.73% 8.37% 0.00%
1.57%

Die Farbe #CCE6FB in den populären Zahlensystemen.

Hexadezimal CC E6 FB
Dezimal 204 230 251
Binär 11001100 11100110 11111011
Oktal 314 346 373

Farbtöne

Dunkle Töne der Farbe #CCE6FB

#CCE6FB
(204,230,251)
#BAD2E5
(186,210,229)
#A8BECF
(168,190,207)
#96AAB9
(150,170,185)
#8496A3
(132,150,163)
#72828D
(114,130,141)
#606E77
(96,110,119)
#4E5A61
(78,90,97)
#3C464B
(60,70,75)
#2A3235
(42,50,53)
#181E1F
(24,30,31)
#000000
(0,0,0)

Helle Töne der Farbe #CCE6FB

#CCE6FB
(204,230,251)
#D0E8FB
(208,232,251)
#D4EAFB
(212,234,251)
#D8ECFB
(216,236,251)
#DCEEFB
(220,238,251)
#E0F0FB
(224,240,251)
#E4F2FB
(228,242,251)
#E8F4FB
(232,244,251)
#ECF6FB
(236,246,251)
#F0F8FB
(240,248,251)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #CCE6FB; }

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

Die Farbe dieses Textes ist #CCE6FB.

Hintergrundfarbe

.myBgColor { background-color: #CCE6FB; }

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

Der Hintergrund von diesem div ist in Farbe #CCE6FB.

Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #CCE6FB.

Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #CCE6FB.


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

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

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


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

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

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

Farbe des Schattens vom div-Element

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCE6FB; -webkit-box-shadow: 1px 1px 3px 2px #CCE6FB; box-shadow:1px 1px 3px 2px #CCE6FB;">
Div content here
</div>

Dieses div hat den Schatten in Farbe #CCE6FB.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #CCE6FB

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


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

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


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #CCE6FB ist #331904.


I love getcolorcode.com

Farbtriade

1 #FBCCE6 und #E6FBCC kombiniert mit #CCE6FB sind eine Farbtriade.

2 #FBE6CC und #E6CCFB kombiniert mit #CCE6FB sind eine Farbtriade.