HEX: #BBEEE6
RGB: (187,238,230)
#BBEEE6 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BBEEE6 ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #BBEEE6 wird in RGB als (187,238,230) definiert.
RGB: (187,238,230)
(73%, 93%, 90%)
R 187 von 255 = 73%
G 238 von 255 = 93%
B 230 von 255 = 90%
R + G + B ~ 85%. #BBEEE6 ziemlich helle Farbe.
R + G + B = 187 + 238 + 230 = 655 (100%)
R 187 von 655 ~ 28.55%
G 238 von 655 ~ 36.34%
B 230 von 655 ~ 35.11'%
Die Farbe #BBEEE6 wird in CMYK als (21,0,3,7) definiert.
CMYK: (21,0,3,7)
C21M0Y3K7 (21%, 0%, 3%, 7%)
(0.21 / 0.00 / 0.03 / 0.07)
Farbe #BBEEE6 in den populären Farbmodellen.
BB | EE | E6 | |
---|---|---|---|
RGB | 187 | 238 | 230 |
HSL | 171° | 60.00% | 83.33% |
HSB/HSV | 171° | 21.43% | 93.33% |
CMYK | 21.43% | 0.00% | 3.36% |
6.67% |
Die Farbe #BBEEE6 in den populären Zahlensystemen.
Hexadezimal | BB | EE | E6 |
Dezimal | 187 | 238 | 230 |
Binär | 10111011 | 11101110 | 11100110 |
Oktal | 273 | 356 | 346 |
Dunkle Töne der Farbe #BBEEE6
Helle Töne der Farbe #BBEEE6
Beispiele css- und html für Elemente in der Farbe #BBEEE6. Bitte benutzen Sie auch rgb(187,238,230) statt hex-Code.
.myTextColor { color: #BBEEE6; }
<p style="color:#BBEEE6">This sample text font color is #BBEEE6.</p>
Die Farbe dieses Textes ist #BBEEE6.
.myBgColor { background-color: #BBEEE6; }
<div style="background-color:#BBEEE6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BBEEE6.
.myBorderColor { border: 1px solid #BBEEE6; }
<div style="border:3px solid #BBEEE6">Div</div>
Die Grenzen von diesem div sind in Farbe #BBEEE6.
.myOpacity80 { color: #BBEEE6; opacity: 0.8; }
<p style="color:#BBEEE6;opacity:0.8;">80%</p>
Text in Farbe #BBEEE6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBEEE6;}
<p style="text-shadow: 3px 3px 1px #BBEEE6">Text here.</p>
Dieser Text hat den Schatten in Farbe #BBEEE6.
.textShadow {text-shadow: 3px 3px 1px #BBEEE6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBEEE6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BBEEE6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBEEE6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBEEE6, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBEEE6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBEEE6;
-webkit-box-shadow: 1px 1px 3px 2px #BBEEE6;
box-shadow: 1px 1px 3px 2px #BBEEE6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBEEE6; -webkit-box-shadow: 1px 1px 3px 2px #BBEEE6; box-shadow:1px 1px 3px 2px #BBEEE6;">
Div content here
</div>
Dieser Text ist in der Farbe #BBEEE6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BBEEE6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBEEE6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BBEEE6.
Kontrastfarbe für #hex ist #441119.