HEX: #B098BD
RGB: (176,152,189)
#B098BD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B098BD ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #B098BD wird in RGB als (176,152,189) definiert.
RGB: (176,152,189) (69%,60%,74%)
R 176 von 255 = 69%
G 152 von 255 = 60%
B 189 von 255 = 74%
R + G + B ~ 68%. #B098BD ziemlich helle Farbe.
R + G + B =
176 + 152 + 189 = 517 (100%)
R 176 von 517 ~ 34.04%
G 152 von 517 ~ 29.4%
B 189 von 517 ~ 36.56%
Die Farbe #B098BD wird in CMYK als (7,20,0,26) definiert.
CMYK: (7,20,0,26) C7M20Y0K26 (7%,20%,0%,26%) (0.07/0.20/0.00/0.26)
B0 | 98 | BD | |
---|---|---|---|
RGB | 176 | 152 | 189 |
HSL | 279° | 21.89% | 66.86% |
HSB/HSV | 279° | 19.58% | 74.12% |
CMYK | 6.88% | 19.58% | 0.00% |
25.88% |
Hexadezimal | B0 | 98 | BD |
Dezimal | 176 | 152 | 189 |
Binär | 10110000 | 10011000 | 10111101 |
Oktal | 260 | 230 | 275 |
Beispiele css- und html für Elemente in der Farbe #B098BD. Bitte benutzen Sie auch rgb(176,152,189) statt hex-Code.
.myTextColor { color: #B098BD; }
<p style="color:#B098BD">This sample text font color is #B098BD.</p>
Die Farbe dieses Textes ist #B098BD.
.myBgColor { background-color: #B098BD; }
<div style="background-color:#B098BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B098BD.
.myBorderColor { border: 1px solid #B098BD; }
<div style="border:3px solid #B098BD">Div</div>
Die Grenzen von diesem div sind in Farbe #B098BD.
.myOpacity80 { color: #B098BD; opacity: 0.8; }
<p style="color:#B098BD;opacity:0.8;">80%</p>
Text in Farbe #B098BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B098BD;}
<p style="text-shadow: 3px 3px 1px #B098BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B098BD.
.textShadow {text-shadow: 3px 3px 1px #B098BD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B098BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B098BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B098BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B098BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B098BD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B098BD; -webkit-box-shadow: 1px 1px 3px 2px #B098BD; box-shadow: 1px 1px 3px 2px #B098BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B098BD; -webkit-box-shadow: 1px 1px 3px 2px #B098BD; box-shadow:1px 1px 3px 2px #B098BD;">
Div content here</div>
Dieser Text ist in der Farbe #B098BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B098BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B098BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B098BD.