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