HEX: #969BAD
RGB: (150,155,173)
#969BAD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #969BAD ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #969BAD wird in RGB als (150,155,173) definiert.
RGB: (150,155,173) (59%,61%,68%)
R 150 von 255 = 59%
G 155 von 255 = 61%
B 173 von 255 = 68%
R + G + B ~ 63%. #969BAD ziemlich helle Farbe.
R + G + B =
150 + 155 + 173 = 478 (100%)
R 150 von 478 ~ 31.38%
G 155 von 478 ~ 32.43%
B 173 von 478 ~ 36.19%
Die Farbe #969BAD wird in CMYK als (13,10,0,32) definiert.
CMYK: (13,10,0,32) C13M10Y0K32 (13%,10%,0%,32%) (0.13/0.10/0.00/0.32)
96 | 9B | AD | |
---|---|---|---|
RGB | 150 | 155 | 173 |
HSL | 227° | 12.30% | 63.33% |
HSB/HSV | 227° | 13.29% | 67.84% |
CMYK | 13.29% | 10.40% | 0.00% |
32.16% |
Hexadezimal | 96 | 9B | AD |
Dezimal | 150 | 155 | 173 |
Binär | 10010110 | 10011011 | 10101101 |
Oktal | 226 | 233 | 255 |
Beispiele css- und html für Elemente in der Farbe #969BAD. Bitte benutzen Sie auch rgb(150,155,173) statt hex-Code.
.myTextColor { color: #969BAD; }
<p style="color:#969BAD">This sample text font color is #969BAD.</p>
Die Farbe dieses Textes ist #969BAD.
.myBgColor { background-color: #969BAD; }
<div style="background-color:#969BAD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #969BAD.
.myBorderColor { border: 1px solid #969BAD; }
<div style="border:3px solid #969BAD">Div</div>
Die Grenzen von diesem div sind in Farbe #969BAD.
.myOpacity80 { color: #969BAD; opacity: 0.8; }
<p style="color:#969BAD;opacity:0.8;">80%</p>
Text in Farbe #969BAD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #969BAD;}
<p style="text-shadow: 3px 3px 1px #969BAD">Text here.</p>
Dieser Text hat den Schatten in Farbe #969BAD.
.textShadow {text-shadow: 3px 3px 1px #969BAD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #969BAD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #969BAD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#969BAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#969BAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #969BAD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #969BAD; -webkit-box-shadow: 1px 1px 3px 2px #969BAD; box-shadow: 1px 1px 3px 2px #969BAD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #969BAD; -webkit-box-shadow: 1px 1px 3px 2px #969BAD; box-shadow:1px 1px 3px 2px #969BAD;">
Div content here</div>
Dieser Text ist in der Farbe #969BAD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #969BAD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #969BAD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #969BAD.