HEX: #BB7D8D
RGB: (187,125,141)
#BB7D8D enthält hauptsächlich rote und blaue Farbe. Für #BB7D8D ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #BB7D8D wird in RGB als (187,125,141) definiert.
RGB: (187,125,141) (73%,49%,55%)
R 187 von 255 = 73%
G 125 von 255 = 49%
B 141 von 255 = 55%
R + G + B ~ 59%. #BB7D8D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
187 + 125 + 141 = 453 (100%)
R 187 von 453 ~ 41.28%
G 125 von 453 ~ 27.59%
B 141 von 453 ~ 31.13%
Die Farbe #BB7D8D wird in CMYK als (0,33,25,27) definiert.
CMYK: (0,33,25,27) C0M33Y25K27 (0%,33%,25%,27%) (0.00/0.33/0.25/0.27)
BB | 7D | 8D | |
---|---|---|---|
RGB | 187 | 125 | 141 |
HSL | 345° | 31.31% | 61.18% |
HSB/HSV | 345° | 33.16% | 73.33% |
CMYK | 0.00% | 33.16% | 24.60% |
26.67% |
Hexadezimal | BB | 7D | 8D |
Dezimal | 187 | 125 | 141 |
Binär | 10111011 | 1111101 | 10001101 |
Oktal | 273 | 175 | 215 |
Beispiele css- und html für Elemente in der Farbe #BB7D8D. Bitte benutzen Sie auch rgb(187,125,141) statt hex-Code.
.myTextColor { color: #BB7D8D; }
<p style="color:#BB7D8D">This sample text font color is #BB7D8D.</p>
Die Farbe dieses Textes ist #BB7D8D.
.myBgColor { background-color: #BB7D8D; }
<div style="background-color:#BB7D8D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB7D8D.
.myBorderColor { border: 1px solid #BB7D8D; }
<div style="border:3px solid #BB7D8D">Div</div>
Die Grenzen von diesem div sind in Farbe #BB7D8D.
.myOpacity80 { color: #BB7D8D; opacity: 0.8; }
<p style="color:#BB7D8D;opacity:0.8;">80%</p>
Text in Farbe #BB7D8D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB7D8D;}
<p style="text-shadow: 3px 3px 1px #BB7D8D">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB7D8D.
.textShadow {text-shadow: 3px 3px 1px #BB7D8D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB7D8D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB7D8D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB7D8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB7D8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB7D8D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB7D8D; -webkit-box-shadow: 1px 1px 3px 2px #BB7D8D; box-shadow: 1px 1px 3px 2px #BB7D8D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB7D8D; -webkit-box-shadow: 1px 1px 3px 2px #BB7D8D; box-shadow:1px 1px 3px 2px #BB7D8D;">
Div content here</div>
Dieser Text ist in der Farbe #BB7D8D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB7D8D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB7D8D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB7D8D.