HEX: #B5D6EC
RGB: (181,214,236)
#B5D6EC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5D6EC ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #B5D6EC wird in RGB als (181,214,236) definiert.
RGB: (181,214,236)
(71%, 84%, 93%)
R 181 von 255 = 71%
G 214 von 255 = 84%
B 236 von 255 = 93%
R + G + B ~ 83%. #B5D6EC ziemlich helle Farbe.
R + G + B = 181 + 214 + 236 = 631 (100%)
R 181 von 631 ~ 28.68%
G 214 von 631 ~ 33.91%
B 236 von 631 ~ 37.4'%
Die Farbe #B5D6EC wird in CMYK als (23,9,0,7) definiert.
CMYK: (23,9,0,7)
C23M9Y0K7 (23%, 9%, 0%, 7%)
(0.23 / 0.09 / 0.00 / 0.07)
Farbe #B5D6EC in den populären Farbmodellen.
B5 | D6 | EC | |
---|---|---|---|
RGB | 181 | 214 | 236 |
HSL | 204° | 59.14% | 81.76% |
HSB/HSV | 204° | 23.31% | 92.55% |
CMYK | 23.31% | 9.32% | 0.00% |
7.45% |
Die Farbe #B5D6EC in den populären Zahlensystemen.
Hexadezimal | B5 | D6 | EC |
Dezimal | 181 | 214 | 236 |
Binär | 10110101 | 11010110 | 11101100 |
Oktal | 265 | 326 | 354 |
Dunkle Töne der Farbe #B5D6EC
Helle Töne der Farbe #B5D6EC
Beispiele css- und html für Elemente in der Farbe #B5D6EC. Bitte benutzen Sie auch rgb(181,214,236) statt hex-Code.
.myTextColor { color: #B5D6EC; }
<p style="color:#B5D6EC">This sample text font color is #B5D6EC.</p>
Die Farbe dieses Textes ist #B5D6EC.
.myBgColor { background-color: #B5D6EC; }
<div style="background-color:#B5D6EC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5D6EC.
.myBorderColor { border: 1px solid #B5D6EC; }
<div style="border:3px solid #B5D6EC">Div</div>
Die Grenzen von diesem div sind in Farbe #B5D6EC.
.myOpacity80 { color: #B5D6EC; opacity: 0.8; }
<p style="color:#B5D6EC;opacity:0.8;">80%</p>
Text in Farbe #B5D6EC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5D6EC;}
<p style="text-shadow: 3px 3px 1px #B5D6EC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5D6EC.
.textShadow {text-shadow: 3px 3px 1px #B5D6EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5D6EC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5D6EC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5D6EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5D6EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5D6EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5D6EC;
-webkit-box-shadow: 1px 1px 3px 2px #B5D6EC;
box-shadow: 1px 1px 3px 2px #B5D6EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5D6EC; -webkit-box-shadow: 1px 1px 3px 2px #B5D6EC; box-shadow:1px 1px 3px 2px #B5D6EC;">
Div content here
</div>
Dieser Text ist in der Farbe #B5D6EC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5D6EC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5D6EC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5D6EC.
Kontrastfarbe für #hex ist #4A2913.