HEX: #B17D9E
RGB: (177,125,158)
#B17D9E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B17D9E ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #B17D9E wird in RGB als (177,125,158) definiert.
RGB: (177,125,158)
(69%, 49%, 62%)
R 177 von 255 = 69%
G 125 von 255 = 49%
B 158 von 255 = 62%
R + G + B ~ 60%. #B17D9E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 177 + 125 + 158 = 460 (100%)
R 177 von 460 ~ 38.48%
G 125 von 460 ~ 27.17%
B 158 von 460 ~ 34.35'%
Die Farbe #B17D9E wird in CMYK als (0,29,11,31) definiert.
CMYK: (0,29,11,31)
C0M29Y11K31 (0%, 29%, 11%, 31%)
(0.00 / 0.29 / 0.11 / 0.31)
Farbe #B17D9E in den populären Farbmodellen.
B1 | 7D | 9E | |
---|---|---|---|
RGB | 177 | 125 | 158 |
HSL | 322° | 25.00% | 59.22% |
HSB/HSV | 322° | 29.38% | 69.41% |
CMYK | 0.00% | 29.38% | 10.73% |
30.59% |
Die Farbe #B17D9E in den populären Zahlensystemen.
Hexadezimal | B1 | 7D | 9E |
Dezimal | 177 | 125 | 158 |
Binär | 10110001 | 1111101 | 10011110 |
Oktal | 261 | 175 | 236 |
Dunkle Töne der Farbe #B17D9E
Helle Töne der Farbe #B17D9E
Beispiele css- und html für Elemente in der Farbe #B17D9E. Bitte benutzen Sie auch rgb(177,125,158) statt hex-Code.
.myTextColor { color: #B17D9E; }
<p style="color:#B17D9E">This sample text font color is #B17D9E.</p>
Die Farbe dieses Textes ist #B17D9E.
.myBgColor { background-color: #B17D9E; }
<div style="background-color:#B17D9E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B17D9E.
.myBorderColor { border: 1px solid #B17D9E; }
<div style="border:3px solid #B17D9E">Div</div>
Die Grenzen von diesem div sind in Farbe #B17D9E.
.myOpacity80 { color: #B17D9E; opacity: 0.8; }
<p style="color:#B17D9E;opacity:0.8;">80%</p>
Text in Farbe #B17D9E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B17D9E;}
<p style="text-shadow: 3px 3px 1px #B17D9E">Text here.</p>
Dieser Text hat den Schatten in Farbe #B17D9E.
.textShadow {text-shadow: 3px 3px 1px #B17D9E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B17D9E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B17D9E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B17D9E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B17D9E, Direction=45, Strength=4)">Text</p>
This text has shadow with #B17D9E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B17D9E;
-webkit-box-shadow: 1px 1px 3px 2px #B17D9E;
box-shadow: 1px 1px 3px 2px #B17D9E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B17D9E; -webkit-box-shadow: 1px 1px 3px 2px #B17D9E; box-shadow:1px 1px 3px 2px #B17D9E;">
Div content here
</div>
Dieser Text ist in der Farbe #B17D9E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B17D9E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B17D9E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B17D9E.
Kontrastfarbe für #hex ist #4E8261.