HEX: #B0D9EB
RGB: (176,217,235)
#B0D9EB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B0D9EB ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #B0D9EB wird in RGB als (176,217,235) definiert.
RGB: (176,217,235) (69%,85%,92%)
R 176 von 255 = 69%
G 217 von 255 = 85%
B 235 von 255 = 92%
R + G + B ~ 82%. #B0D9EB ziemlich helle Farbe.
R + G + B =
176 + 217 + 235 = 628 (100%)
R 176 von 628 ~ 28.03%
G 217 von 628 ~ 34.55%
B 235 von 628 ~ 37.42%
Die Farbe #B0D9EB wird in CMYK als (25,8,0,8) definiert.
CMYK: (25,8,0,8) C25M8Y0K8 (25%,8%,0%,8%) (0.25/0.08/0.00/0.08)
B0 | D9 | EB | |
---|---|---|---|
RGB | 176 | 217 | 235 |
HSL | 198° | 59.60% | 80.59% |
HSB/HSV | 198° | 25.11% | 92.16% |
CMYK | 25.11% | 7.66% | 0.00% |
7.84% |
Hexadezimal | B0 | D9 | EB |
Dezimal | 176 | 217 | 235 |
Binär | 10110000 | 11011001 | 11101011 |
Oktal | 260 | 331 | 353 |
Beispiele css- und html für Elemente in der Farbe #B0D9EB. Bitte benutzen Sie auch rgb(176,217,235) statt hex-Code.
.myTextColor { color: #B0D9EB; }
<p style="color:#B0D9EB">This sample text font color is #B0D9EB.</p>
Die Farbe dieses Textes ist #B0D9EB.
.myBgColor { background-color: #B0D9EB; }
<div style="background-color:#B0D9EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B0D9EB.
.myBorderColor { border: 1px solid #B0D9EB; }
<div style="border:3px solid #B0D9EB">Div</div>
Die Grenzen von diesem div sind in Farbe #B0D9EB.
.myOpacity80 { color: #B0D9EB; opacity: 0.8; }
<p style="color:#B0D9EB;opacity:0.8;">80%</p>
Text in Farbe #B0D9EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B0D9EB;}
<p style="text-shadow: 3px 3px 1px #B0D9EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B0D9EB.
.textShadow {text-shadow: 3px 3px 1px #B0D9EB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B0D9EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B0D9EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0D9EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B0D9EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B0D9EB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B0D9EB; -webkit-box-shadow: 1px 1px 3px 2px #B0D9EB; box-shadow: 1px 1px 3px 2px #B0D9EB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B0D9EB; -webkit-box-shadow: 1px 1px 3px 2px #B0D9EB; box-shadow:1px 1px 3px 2px #B0D9EB;">
Div content here</div>
Dieser Text ist in der Farbe #B0D9EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B0D9EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B0D9EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B0D9EB.