HEX: #9B698A
RGB: (155,105,138)
#9B698A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9B698A ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9B698A wird in RGB als (155,105,138) definiert.
RGB: (155,105,138) (61%,41%,54%)
R 155 von 255 = 61%
G 105 von 255 = 41%
B 138 von 255 = 54%
R + G + B ~ 52%. #9B698A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
155 + 105 + 138 = 398 (100%)
R 155 von 398 ~ 38.94%
G 105 von 398 ~ 26.38%
B 138 von 398 ~ 34.67%
Die Farbe #9B698A wird in CMYK als (0,32,11,39) definiert.
CMYK: (0,32,11,39) C0M32Y11K39 (0%,32%,11%,39%) (0.00/0.32/0.11/0.39)
9B | 69 | 8A | |
---|---|---|---|
RGB | 155 | 105 | 138 |
HSL | 320° | 20.00% | 50.98% |
HSB/HSV | 320° | 32.26% | 60.78% |
CMYK | 0.00% | 32.26% | 10.97% |
39.22% |
Hexadezimal | 9B | 69 | 8A |
Dezimal | 155 | 105 | 138 |
Binär | 10011011 | 1101001 | 10001010 |
Oktal | 233 | 151 | 212 |
Beispiele css- und html für Elemente in der Farbe #9B698A. Bitte benutzen Sie auch rgb(155,105,138) statt hex-Code.
.myTextColor { color: #9B698A; }
<p style="color:#9B698A">This sample text font color is #9B698A.</p>
Die Farbe dieses Textes ist #9B698A.
.myBgColor { background-color: #9B698A; }
<div style="background-color:#9B698A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B698A.
.myBorderColor { border: 1px solid #9B698A; }
<div style="border:3px solid #9B698A">Div</div>
Die Grenzen von diesem div sind in Farbe #9B698A.
.myOpacity80 { color: #9B698A; opacity: 0.8; }
<p style="color:#9B698A;opacity:0.8;">80%</p>
Text in Farbe #9B698A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B698A;}
<p style="text-shadow: 3px 3px 1px #9B698A">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B698A.
.textShadow {text-shadow: 3px 3px 1px #9B698A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B698A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B698A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B698A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B698A, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B698A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B698A; -webkit-box-shadow: 1px 1px 3px 2px #9B698A; box-shadow: 1px 1px 3px 2px #9B698A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B698A; -webkit-box-shadow: 1px 1px 3px 2px #9B698A; box-shadow:1px 1px 3px 2px #9B698A;">
Div content here</div>
Dieser Text ist in der Farbe #9B698A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B698A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B698A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B698A.