HEX: #88B6ED
RGB: (136,182,237)
#88B6ED enthält hauptsächlich grüne und blaue Farbe. Für #88B6ED ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #88B6ED wird in RGB als (136,182,237) definiert.
RGB: (136,182,237) (53%,71%,93%)
R 136 von 255 = 53%
G 182 von 255 = 71%
B 237 von 255 = 93%
R + G + B ~ 72%. #88B6ED ziemlich helle Farbe.
R + G + B =
136 + 182 + 237 = 555 (100%)
R 136 von 555 ~ 24.5%
G 182 von 555 ~ 32.79%
B 237 von 555 ~ 42.7%
Die Farbe #88B6ED wird in CMYK als (43,23,0,7) definiert.
CMYK: (43,23,0,7) C43M23Y0K7 (43%,23%,0%,7%) (0.43/0.23/0.00/0.07)
88 | B6 | ED | |
---|---|---|---|
RGB | 136 | 182 | 237 |
HSL | 213° | 73.72% | 73.14% |
HSB/HSV | 213° | 42.62% | 92.94% |
CMYK | 42.62% | 23.21% | 0.00% |
7.06% |
Hexadezimal | 88 | B6 | ED |
Dezimal | 136 | 182 | 237 |
Binär | 10001000 | 10110110 | 11101101 |
Oktal | 210 | 266 | 355 |
Beispiele css- und html für Elemente in der Farbe #88B6ED. Bitte benutzen Sie auch rgb(136,182,237) statt hex-Code.
.myTextColor { color: #88B6ED; }
<p style="color:#88B6ED">This sample text font color is #88B6ED.</p>
Die Farbe dieses Textes ist #88B6ED.
.myBgColor { background-color: #88B6ED; }
<div style="background-color:#88B6ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88B6ED.
.myBorderColor { border: 1px solid #88B6ED; }
<div style="border:3px solid #88B6ED">Div</div>
Die Grenzen von diesem div sind in Farbe #88B6ED.
.myOpacity80 { color: #88B6ED; opacity: 0.8; }
<p style="color:#88B6ED;opacity:0.8;">80%</p>
Text in Farbe #88B6ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88B6ED;}
<p style="text-shadow: 3px 3px 1px #88B6ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #88B6ED.
.textShadow {text-shadow: 3px 3px 1px #88B6ED, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88B6ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88B6ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88B6ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88B6ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #88B6ED and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88B6ED; -webkit-box-shadow: 1px 1px 3px 2px #88B6ED; box-shadow: 1px 1px 3px 2px #88B6ED; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88B6ED; -webkit-box-shadow: 1px 1px 3px 2px #88B6ED; box-shadow:1px 1px 3px 2px #88B6ED;">
Div content here</div>
Dieser Text ist in der Farbe #88B6ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88B6ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88B6ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88B6ED.