HEX: #B5E2EF
RGB: (181,226,239)
#B5E2EF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5E2EF ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #B5E2EF wird in RGB als (181,226,239) definiert.
RGB: (181,226,239)
(71%, 89%, 94%)
R 181 von 255 = 71%
G 226 von 255 = 89%
B 239 von 255 = 94%
R + G + B ~ 85%. #B5E2EF ziemlich helle Farbe.
R + G + B = 181 + 226 + 239 = 646 (100%)
R 181 von 646 ~ 28.02%
G 226 von 646 ~ 34.98%
B 239 von 646 ~ 37'%
Die Farbe #B5E2EF wird in CMYK als (24,5,0,6) definiert.
CMYK: (24,5,0,6)
C24M5Y0K6 (24%, 5%, 0%, 6%)
(0.24 / 0.05 / 0.00 / 0.06)
Farbe #B5E2EF in den populären Farbmodellen.
B5 | E2 | EF | |
---|---|---|---|
RGB | 181 | 226 | 239 |
HSL | 193° | 64.44% | 82.35% |
HSB/HSV | 193° | 24.27% | 93.73% |
CMYK | 24.27% | 5.44% | 0.00% |
6.27% |
Die Farbe #B5E2EF in den populären Zahlensystemen.
Hexadezimal | B5 | E2 | EF |
Dezimal | 181 | 226 | 239 |
Binär | 10110101 | 11100010 | 11101111 |
Oktal | 265 | 342 | 357 |
Dunkle Töne der Farbe #B5E2EF
Helle Töne der Farbe #B5E2EF
Beispiele css- und html für Elemente in der Farbe #B5E2EF. Bitte benutzen Sie auch rgb(181,226,239) statt hex-Code.
.myTextColor { color: #B5E2EF; }
<p style="color:#B5E2EF">This sample text font color is #B5E2EF.</p>
Die Farbe dieses Textes ist #B5E2EF.
.myBgColor { background-color: #B5E2EF; }
<div style="background-color:#B5E2EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5E2EF.
.myBorderColor { border: 1px solid #B5E2EF; }
<div style="border:3px solid #B5E2EF">Div</div>
Die Grenzen von diesem div sind in Farbe #B5E2EF.
.myOpacity80 { color: #B5E2EF; opacity: 0.8; }
<p style="color:#B5E2EF;opacity:0.8;">80%</p>
Text in Farbe #B5E2EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5E2EF;}
<p style="text-shadow: 3px 3px 1px #B5E2EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5E2EF.
.textShadow {text-shadow: 3px 3px 1px #B5E2EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5E2EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5E2EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5E2EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5E2EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5E2EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5E2EF;
-webkit-box-shadow: 1px 1px 3px 2px #B5E2EF;
box-shadow: 1px 1px 3px 2px #B5E2EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5E2EF; -webkit-box-shadow: 1px 1px 3px 2px #B5E2EF; box-shadow:1px 1px 3px 2px #B5E2EF;">
Div content here
</div>
Dieser Text ist in der Farbe #B5E2EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5E2EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5E2EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5E2EF.
Kontrastfarbe für #B5E2EF ist #4A1D10.