HEX: #9BC4FD
RGB: (155,196,253)
#9BC4FD enthält hauptsächlich grüne und blaue Farbe. Für #9BC4FD ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #9BC4FD wird in RGB als (155,196,253) definiert.
RGB: (155,196,253) (61%,77%,99%)
R 155 von 255 = 61%
G 196 von 255 = 77%
B 253 von 255 = 99%
R + G + B ~ 79%. #9BC4FD ziemlich helle Farbe.
R + G + B =
155 + 196 + 253 = 604 (100%)
R 155 von 604 ~ 25.66%
G 196 von 604 ~ 32.45%
B 253 von 604 ~ 41.89%
Die Farbe #9BC4FD wird in CMYK als (39,23,0,1) definiert.
CMYK: (39,23,0,1) C39M23Y0K1 (39%,23%,0%,1%) (0.39/0.23/0.00/0.01)
9B | C4 | FD | |
---|---|---|---|
RGB | 155 | 196 | 253 |
HSL | 215° | 96.08% | 80.00% |
HSB/HSV | 215° | 38.74% | 99.22% |
CMYK | 38.74% | 22.53% | 0.00% |
0.78% |
Hexadezimal | 9B | C4 | FD |
Dezimal | 155 | 196 | 253 |
Binär | 10011011 | 11000100 | 11111101 |
Oktal | 233 | 304 | 375 |
Beispiele css- und html für Elemente in der Farbe #9BC4FD. Bitte benutzen Sie auch rgb(155,196,253) statt hex-Code.
.myTextColor { color: #9BC4FD; }
<p style="color:#9BC4FD">This sample text font color is #9BC4FD.</p>
Die Farbe dieses Textes ist #9BC4FD.
.myBgColor { background-color: #9BC4FD; }
<div style="background-color:#9BC4FD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9BC4FD.
.myBorderColor { border: 1px solid #9BC4FD; }
<div style="border:3px solid #9BC4FD">Div</div>
Die Grenzen von diesem div sind in Farbe #9BC4FD.
.myOpacity80 { color: #9BC4FD; opacity: 0.8; }
<p style="color:#9BC4FD;opacity:0.8;">80%</p>
Text in Farbe #9BC4FD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9BC4FD;}
<p style="text-shadow: 3px 3px 1px #9BC4FD">Text here.</p>
Dieser Text hat den Schatten in Farbe #9BC4FD.
.textShadow {text-shadow: 3px 3px 1px #9BC4FD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9BC4FD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9BC4FD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9BC4FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9BC4FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #9BC4FD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9BC4FD; -webkit-box-shadow: 1px 1px 3px 2px #9BC4FD; box-shadow: 1px 1px 3px 2px #9BC4FD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9BC4FD; -webkit-box-shadow: 1px 1px 3px 2px #9BC4FD; box-shadow:1px 1px 3px 2px #9BC4FD;">
Div content here</div>
Dieser Text ist in der Farbe #9BC4FD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9BC4FD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9BC4FD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9BC4FD.