HEX: #B788BB
RGB: (183,136,187)
#B788BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B788BB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B788BB wird in RGB als (183,136,187) definiert.
RGB: (183,136,187) (72%,53%,73%)
R 183 von 255 = 72%
G 136 von 255 = 53%
B 187 von 255 = 73%
R + G + B ~ 66%. #B788BB ziemlich helle Farbe.
R + G + B =
183 + 136 + 187 = 506 (100%)
R 183 von 506 ~ 36.17%
G 136 von 506 ~ 26.88%
B 187 von 506 ~ 36.96%
Die Farbe #B788BB wird in CMYK als (2,27,0,27) definiert.
CMYK: (2,27,0,27) C2M27Y0K27 (2%,27%,0%,27%) (0.02/0.27/0.00/0.27)
B7 | 88 | BB | |
---|---|---|---|
RGB | 183 | 136 | 187 |
HSL | 295° | 27.27% | 63.33% |
HSB/HSV | 295° | 27.27% | 73.33% |
CMYK | 2.14% | 27.27% | 0.00% |
26.67% |
Hexadezimal | B7 | 88 | BB |
Dezimal | 183 | 136 | 187 |
Binär | 10110111 | 10001000 | 10111011 |
Oktal | 267 | 210 | 273 |
Beispiele css- und html für Elemente in der Farbe #B788BB. Bitte benutzen Sie auch rgb(183,136,187) statt hex-Code.
.myTextColor { color: #B788BB; }
<p style="color:#B788BB">This sample text font color is #B788BB.</p>
Die Farbe dieses Textes ist #B788BB.
.myBgColor { background-color: #B788BB; }
<div style="background-color:#B788BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B788BB.
.myBorderColor { border: 1px solid #B788BB; }
<div style="border:3px solid #B788BB">Div</div>
Die Grenzen von diesem div sind in Farbe #B788BB.
.myOpacity80 { color: #B788BB; opacity: 0.8; }
<p style="color:#B788BB;opacity:0.8;">80%</p>
Text in Farbe #B788BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B788BB;}
<p style="text-shadow: 3px 3px 1px #B788BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B788BB.
.textShadow {text-shadow: 3px 3px 1px #B788BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B788BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B788BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B788BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B788BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B788BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B788BB; -webkit-box-shadow: 1px 1px 3px 2px #B788BB; box-shadow: 1px 1px 3px 2px #B788BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B788BB; -webkit-box-shadow: 1px 1px 3px 2px #B788BB; box-shadow:1px 1px 3px 2px #B788BB;">
Div content here</div>
Dieser Text ist in der Farbe #B788BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B788BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B788BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B788BB.