HEX: #959CAB
RGB: (149,156,171)
#959CAB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #959CAB ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #959CAB wird in RGB als (149,156,171) definiert.
RGB: (149,156,171) (58%,61%,67%)
R 149 von 255 = 58%
G 156 von 255 = 61%
B 171 von 255 = 67%
R + G + B ~ 62%. #959CAB ziemlich helle Farbe.
R + G + B =
149 + 156 + 171 = 476 (100%)
R 149 von 476 ~ 31.3%
G 156 von 476 ~ 32.77%
B 171 von 476 ~ 35.92%
Die Farbe #959CAB wird in CMYK als (13,9,0,33) definiert.
CMYK: (13,9,0,33) C13M9Y0K33 (13%,9%,0%,33%) (0.13/0.09/0.00/0.33)
95 | 9C | AB | |
---|---|---|---|
RGB | 149 | 156 | 171 |
HSL | 221° | 11.58% | 62.75% |
HSB/HSV | 221° | 12.87% | 67.06% |
CMYK | 12.87% | 8.77% | 0.00% |
32.94% |
Hexadezimal | 95 | 9C | AB |
Dezimal | 149 | 156 | 171 |
Binär | 10010101 | 10011100 | 10101011 |
Oktal | 225 | 234 | 253 |
Beispiele css- und html für Elemente in der Farbe #959CAB. Bitte benutzen Sie auch rgb(149,156,171) statt hex-Code.
.myTextColor { color: #959CAB; }
<p style="color:#959CAB">This sample text font color is #959CAB.</p>
Die Farbe dieses Textes ist #959CAB.
.myBgColor { background-color: #959CAB; }
<div style="background-color:#959CAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #959CAB.
.myBorderColor { border: 1px solid #959CAB; }
<div style="border:3px solid #959CAB">Div</div>
Die Grenzen von diesem div sind in Farbe #959CAB.
.myOpacity80 { color: #959CAB; opacity: 0.8; }
<p style="color:#959CAB;opacity:0.8;">80%</p>
Text in Farbe #959CAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #959CAB;}
<p style="text-shadow: 3px 3px 1px #959CAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #959CAB.
.textShadow {text-shadow: 3px 3px 1px #959CAB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #959CAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #959CAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#959CAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#959CAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #959CAB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #959CAB; -webkit-box-shadow: 1px 1px 3px 2px #959CAB; box-shadow: 1px 1px 3px 2px #959CAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #959CAB; -webkit-box-shadow: 1px 1px 3px 2px #959CAB; box-shadow:1px 1px 3px 2px #959CAB;">
Div content here</div>
Dieser Text ist in der Farbe #959CAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #959CAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #959CAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #959CAB.