HEX: #B9999B
RGB: (185,153,155)
#B9999B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B9999B ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B9999B wird in RGB als (185,153,155) definiert.
RGB: (185,153,155) (73%,60%,61%)
R 185 von 255 = 73%
G 153 von 255 = 60%
B 155 von 255 = 61%
R + G + B ~ 65%. #B9999B ziemlich helle Farbe.
R + G + B =
185 + 153 + 155 = 493 (100%)
R 185 von 493 ~ 37.53%
G 153 von 493 ~ 31.03%
B 155 von 493 ~ 31.44%
Die Farbe #B9999B wird in CMYK als (0,17,16,27) definiert.
CMYK: (0,17,16,27) C0M17Y16K27 (0%,17%,16%,27%) (0.00/0.17/0.16/0.27)
B9 | 99 | 9B | |
---|---|---|---|
RGB | 185 | 153 | 155 |
HSL | 356° | 18.60% | 66.27% |
HSB/HSV | 356° | 17.30% | 72.55% |
CMYK | 0.00% | 17.30% | 16.22% |
27.45% |
Hexadezimal | B9 | 99 | 9B |
Dezimal | 185 | 153 | 155 |
Binär | 10111001 | 10011001 | 10011011 |
Oktal | 271 | 231 | 233 |
Beispiele css- und html für Elemente in der Farbe #B9999B. Bitte benutzen Sie auch rgb(185,153,155) statt hex-Code.
.myTextColor { color: #B9999B; }
<p style="color:#B9999B">This sample text font color is #B9999B.</p>
Die Farbe dieses Textes ist #B9999B.
.myBgColor { background-color: #B9999B; }
<div style="background-color:#B9999B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B9999B.
.myBorderColor { border: 1px solid #B9999B; }
<div style="border:3px solid #B9999B">Div</div>
Die Grenzen von diesem div sind in Farbe #B9999B.
.myOpacity80 { color: #B9999B; opacity: 0.8; }
<p style="color:#B9999B;opacity:0.8;">80%</p>
Text in Farbe #B9999B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9999B;}
<p style="text-shadow: 3px 3px 1px #B9999B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B9999B.
.textShadow {text-shadow: 3px 3px 1px #B9999B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9999B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B9999B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9999B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9999B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9999B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B9999B; -webkit-box-shadow: 1px 1px 3px 2px #B9999B; box-shadow: 1px 1px 3px 2px #B9999B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B9999B; -webkit-box-shadow: 1px 1px 3px 2px #B9999B; box-shadow:1px 1px 3px 2px #B9999B;">
Div content here</div>
Dieser Text ist in der Farbe #B9999B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B9999B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B9999B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B9999B.