HEX: #B695CF
RGB: (182,149,207)
#B695CF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B695CF ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B695CF wird in RGB als (182,149,207) definiert.
RGB: (182,149,207) (71%,58%,81%)
R 182 von 255 = 71%
G 149 von 255 = 58%
B 207 von 255 = 81%
R + G + B ~ 70%. #B695CF ziemlich helle Farbe.
R + G + B =
182 + 149 + 207 = 538 (100%)
R 182 von 538 ~ 33.83%
G 149 von 538 ~ 27.7%
B 207 von 538 ~ 38.48%
Die Farbe #B695CF wird in CMYK als (12,28,0,19) definiert.
CMYK: (12,28,0,19) C12M28Y0K19 (12%,28%,0%,19%) (0.12/0.28/0.00/0.19)
B6 | 95 | CF | |
---|---|---|---|
RGB | 182 | 149 | 207 |
HSL | 274° | 37.66% | 69.80% |
HSB/HSV | 274° | 28.02% | 81.18% |
CMYK | 12.08% | 28.02% | 0.00% |
18.82% |
Hexadezimal | B6 | 95 | CF |
Dezimal | 182 | 149 | 207 |
Binär | 10110110 | 10010101 | 11001111 |
Oktal | 266 | 225 | 317 |
Beispiele css- und html für Elemente in der Farbe #B695CF. Bitte benutzen Sie auch rgb(182,149,207) statt hex-Code.
.myTextColor { color: #B695CF; }
<p style="color:#B695CF">This sample text font color is #B695CF.</p>
Die Farbe dieses Textes ist #B695CF.
.myBgColor { background-color: #B695CF; }
<div style="background-color:#B695CF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B695CF.
.myBorderColor { border: 1px solid #B695CF; }
<div style="border:3px solid #B695CF">Div</div>
Die Grenzen von diesem div sind in Farbe #B695CF.
.myOpacity80 { color: #B695CF; opacity: 0.8; }
<p style="color:#B695CF;opacity:0.8;">80%</p>
Text in Farbe #B695CF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B695CF;}
<p style="text-shadow: 3px 3px 1px #B695CF">Text here.</p>
Dieser Text hat den Schatten in Farbe #B695CF.
.textShadow {text-shadow: 3px 3px 1px #B695CF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B695CF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B695CF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B695CF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B695CF, Direction=45, Strength=4)">Text</p>
This text has shadow with #B695CF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B695CF; -webkit-box-shadow: 1px 1px 3px 2px #B695CF; box-shadow: 1px 1px 3px 2px #B695CF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B695CF; -webkit-box-shadow: 1px 1px 3px 2px #B695CF; box-shadow:1px 1px 3px 2px #B695CF;">
Div content here</div>
Dieser Text ist in der Farbe #B695CF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B695CF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B695CF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B695CF.