HEX: #B4E6BB
RGB: (180,230,187)
#B4E6BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4E6BB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #B4E6BB wird in RGB als (180,230,187) definiert.
RGB: (180,230,187)
(71%, 90%, 73%)
R 180 von 255 = 71%
G 230 von 255 = 90%
B 187 von 255 = 73%
R + G + B ~ 78%. #B4E6BB ziemlich helle Farbe.
R + G + B = 180 + 230 + 187 = 597 (100%)
R 180 von 597 ~ 30.15%
G 230 von 597 ~ 38.53%
B 187 von 597 ~ 31.32'%
Die Farbe #B4E6BB wird in CMYK als (22,0,19,10) definiert.
CMYK: (22,0,19,10)
C22M0Y19K10 (22%, 0%, 19%, 10%)
(0.22 / 0.00 / 0.19 / 0.10)
Farbe #B4E6BB in den populären Farbmodellen.
B4 | E6 | BB | |
---|---|---|---|
RGB | 180 | 230 | 187 |
HSL | 128° | 50.00% | 80.39% |
HSB/HSV | 128° | 21.74% | 90.20% |
CMYK | 21.74% | 0.00% | 18.70% |
9.80% |
Die Farbe #B4E6BB in den populären Zahlensystemen.
Hexadezimal | B4 | E6 | BB |
Dezimal | 180 | 230 | 187 |
Binär | 10110100 | 11100110 | 10111011 |
Oktal | 264 | 346 | 273 |
Dunkle Töne der Farbe #B4E6BB
Helle Töne der Farbe #B4E6BB
Beispiele css- und html für Elemente in der Farbe #B4E6BB. Bitte benutzen Sie auch rgb(180,230,187) statt hex-Code.
.myTextColor { color: #B4E6BB; }
<p style="color:#B4E6BB">This sample text font color is #B4E6BB.</p>
Die Farbe dieses Textes ist #B4E6BB.
.myBgColor { background-color: #B4E6BB; }
<div style="background-color:#B4E6BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4E6BB.
.myBorderColor { border: 1px solid #B4E6BB; }
<div style="border:3px solid #B4E6BB">Div</div>
Die Grenzen von diesem div sind in Farbe #B4E6BB.
.myOpacity80 { color: #B4E6BB; opacity: 0.8; }
<p style="color:#B4E6BB;opacity:0.8;">80%</p>
Text in Farbe #B4E6BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4E6BB;}
<p style="text-shadow: 3px 3px 1px #B4E6BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4E6BB.
.textShadow {text-shadow: 3px 3px 1px #B4E6BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4E6BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4E6BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4E6BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4E6BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4E6BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4E6BB;
-webkit-box-shadow: 1px 1px 3px 2px #B4E6BB;
box-shadow: 1px 1px 3px 2px #B4E6BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4E6BB; -webkit-box-shadow: 1px 1px 3px 2px #B4E6BB; box-shadow:1px 1px 3px 2px #B4E6BB;">
Div content here
</div>
Dieser Text ist in der Farbe #B4E6BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4E6BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4E6BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4E6BB.
Kontrastfarbe für #hex ist #4B1944.