HEX: #B08AAD
RGB: (176,138,173)
#B08AAD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B08AAD ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #B08AAD wird in RGB als (176,138,173) definiert.
RGB: (176,138,173) (69%,54%,68%)
R 176 von 255 = 69%
G 138 von 255 = 54%
B 173 von 255 = 68%
R + G + B ~ 64%. #B08AAD ziemlich helle Farbe.
R + G + B =
176 + 138 + 173 = 487 (100%)
R 176 von 487 ~ 36.14%
G 138 von 487 ~ 28.34%
B 173 von 487 ~ 35.52%
Die Farbe #B08AAD wird in CMYK als (0,22,2,31) definiert.
CMYK: (0,22,2,31) C0M22Y2K31 (0%,22%,2%,31%) (0.00/0.22/0.02/0.31)
B0 | 8A | AD | |
---|---|---|---|
RGB | 176 | 138 | 173 |
HSL | 305° | 19.39% | 61.57% |
HSB/HSV | 305° | 21.59% | 69.02% |
CMYK | 0.00% | 21.59% | 1.70% |
30.98% |
Hexadezimal | B0 | 8A | AD |
Dezimal | 176 | 138 | 173 |
Binär | 10110000 | 10001010 | 10101101 |
Oktal | 260 | 212 | 255 |
Beispiele css- und html für Elemente in der Farbe #B08AAD. Bitte benutzen Sie auch rgb(176,138,173) statt hex-Code.
.myTextColor { color: #B08AAD; }
<p style="color:#B08AAD">This sample text font color is #B08AAD.</p>
Die Farbe dieses Textes ist #B08AAD.
.myBgColor { background-color: #B08AAD; }
<div style="background-color:#B08AAD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B08AAD.
.myBorderColor { border: 1px solid #B08AAD; }
<div style="border:3px solid #B08AAD">Div</div>
Die Grenzen von diesem div sind in Farbe #B08AAD.
.myOpacity80 { color: #B08AAD; opacity: 0.8; }
<p style="color:#B08AAD;opacity:0.8;">80%</p>
Text in Farbe #B08AAD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B08AAD;}
<p style="text-shadow: 3px 3px 1px #B08AAD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B08AAD.
.textShadow {text-shadow: 3px 3px 1px #B08AAD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B08AAD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B08AAD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B08AAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B08AAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B08AAD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B08AAD; -webkit-box-shadow: 1px 1px 3px 2px #B08AAD; box-shadow: 1px 1px 3px 2px #B08AAD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B08AAD; -webkit-box-shadow: 1px 1px 3px 2px #B08AAD; box-shadow:1px 1px 3px 2px #B08AAD;">
Div content here</div>
Dieser Text ist in der Farbe #B08AAD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B08AAD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B08AAD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B08AAD.