HEX: #B695BC
RGB: (182,149,188)
#B695BC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B695BC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B695BC wird in RGB als (182,149,188) definiert.
RGB: (182,149,188) (71%,58%,74%)
R 182 von 255 = 71%
G 149 von 255 = 58%
B 188 von 255 = 74%
R + G + B ~ 68%. #B695BC ziemlich helle Farbe.
R + G + B =
182 + 149 + 188 = 519 (100%)
R 182 von 519 ~ 35.07%
G 149 von 519 ~ 28.71%
B 188 von 519 ~ 36.22%
Die Farbe #B695BC wird in CMYK als (3,21,0,26) definiert.
CMYK: (3,21,0,26) C3M21Y0K26 (3%,21%,0%,26%) (0.03/0.21/0.00/0.26)
B6 | 95 | BC | |
---|---|---|---|
RGB | 182 | 149 | 188 |
HSL | 291° | 22.54% | 66.08% |
HSB/HSV | 291° | 20.74% | 73.73% |
CMYK | 3.19% | 20.74% | 0.00% |
26.27% |
Hexadezimal | B6 | 95 | BC |
Dezimal | 182 | 149 | 188 |
Binär | 10110110 | 10010101 | 10111100 |
Oktal | 266 | 225 | 274 |
Beispiele css- und html für Elemente in der Farbe #B695BC. Bitte benutzen Sie auch rgb(182,149,188) statt hex-Code.
.myTextColor { color: #B695BC; }
<p style="color:#B695BC">This sample text font color is #B695BC.</p>
Die Farbe dieses Textes ist #B695BC.
.myBgColor { background-color: #B695BC; }
<div style="background-color:#B695BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B695BC.
.myBorderColor { border: 1px solid #B695BC; }
<div style="border:3px solid #B695BC">Div</div>
Die Grenzen von diesem div sind in Farbe #B695BC.
.myOpacity80 { color: #B695BC; opacity: 0.8; }
<p style="color:#B695BC;opacity:0.8;">80%</p>
Text in Farbe #B695BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B695BC;}
<p style="text-shadow: 3px 3px 1px #B695BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B695BC.
.textShadow {text-shadow: 3px 3px 1px #B695BC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B695BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B695BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B695BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B695BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B695BC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B695BC; -webkit-box-shadow: 1px 1px 3px 2px #B695BC; box-shadow: 1px 1px 3px 2px #B695BC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B695BC; -webkit-box-shadow: 1px 1px 3px 2px #B695BC; box-shadow:1px 1px 3px 2px #B695BC;">
Div content here</div>
Dieser Text ist in der Farbe #B695BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B695BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B695BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B695BC.