HEX: #B17688
RGB: (177,118,136)
#B17688 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B17688 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #B17688 wird in RGB als (177,118,136) definiert.
RGB: (177,118,136) (69%,46%,53%)
R 177 von 255 = 69%
G 118 von 255 = 46%
B 136 von 255 = 53%
R + G + B ~ 56%. #B17688 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
177 + 118 + 136 = 431 (100%)
R 177 von 431 ~ 41.07%
G 118 von 431 ~ 27.38%
B 136 von 431 ~ 31.55%
Die Farbe #B17688 wird in CMYK als (0,33,23,31) definiert.
CMYK: (0,33,23,31) C0M33Y23K31 (0%,33%,23%,31%) (0.00/0.33/0.23/0.31)
B1 | 76 | 88 | |
---|---|---|---|
RGB | 177 | 118 | 136 |
HSL | 342° | 27.44% | 57.84% |
HSB/HSV | 342° | 33.33% | 69.41% |
CMYK | 0.00% | 33.33% | 23.16% |
30.59% |
Hexadezimal | B1 | 76 | 88 |
Dezimal | 177 | 118 | 136 |
Binär | 10110001 | 1110110 | 10001000 |
Oktal | 261 | 166 | 210 |
Beispiele css- und html für Elemente in der Farbe #B17688. Bitte benutzen Sie auch rgb(177,118,136) statt hex-Code.
.myTextColor { color: #B17688; }
<p style="color:#B17688">This sample text font color is #B17688.</p>
Die Farbe dieses Textes ist #B17688.
.myBgColor { background-color: #B17688; }
<div style="background-color:#B17688">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B17688.
.myBorderColor { border: 1px solid #B17688; }
<div style="border:3px solid #B17688">Div</div>
Die Grenzen von diesem div sind in Farbe #B17688.
.myOpacity80 { color: #B17688; opacity: 0.8; }
<p style="color:#B17688;opacity:0.8;">80%</p>
Text in Farbe #B17688 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B17688;}
<p style="text-shadow: 3px 3px 1px #B17688">Text here.</p>
Dieser Text hat den Schatten in Farbe #B17688.
.textShadow {text-shadow: 3px 3px 1px #B17688, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B17688, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B17688 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B17688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B17688, Direction=45, Strength=4)">Text</p>
This text has shadow with #B17688 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B17688; -webkit-box-shadow: 1px 1px 3px 2px #B17688; box-shadow: 1px 1px 3px 2px #B17688; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B17688; -webkit-box-shadow: 1px 1px 3px 2px #B17688; box-shadow:1px 1px 3px 2px #B17688;">
Div content here</div>
Dieser Text ist in der Farbe #B17688 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B17688 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B17688.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B17688.