HEX: #B5ABCD
RGB: (181,171,205)
#B5ABCD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5ABCD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B5ABCD wird in RGB als (181,171,205) definiert.
RGB: (181,171,205) (71%,67%,80%)
R 181 von 255 = 71%
G 171 von 255 = 67%
B 205 von 255 = 80%
R + G + B ~ 73%. #B5ABCD ziemlich helle Farbe.
R + G + B =
181 + 171 + 205 = 557 (100%)
R 181 von 557 ~ 32.5%
G 171 von 557 ~ 30.7%
B 205 von 557 ~ 36.8%
Die Farbe #B5ABCD wird in CMYK als (12,17,0,20) definiert.
CMYK: (12,17,0,20) C12M17Y0K20 (12%,17%,0%,20%) (0.12/0.17/0.00/0.20)
B5 | AB | CD | |
---|---|---|---|
RGB | 181 | 171 | 205 |
HSL | 258° | 25.37% | 73.73% |
HSB/HSV | 258° | 16.59% | 80.39% |
CMYK | 11.71% | 16.59% | 0.00% |
19.61% |
Hexadezimal | B5 | AB | CD |
Dezimal | 181 | 171 | 205 |
Binär | 10110101 | 10101011 | 11001101 |
Oktal | 265 | 253 | 315 |
Beispiele css- und html für Elemente in der Farbe #B5ABCD. Bitte benutzen Sie auch rgb(181,171,205) statt hex-Code.
.myTextColor { color: #B5ABCD; }
<p style="color:#B5ABCD">This sample text font color is #B5ABCD.</p>
Die Farbe dieses Textes ist #B5ABCD.
.myBgColor { background-color: #B5ABCD; }
<div style="background-color:#B5ABCD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5ABCD.
.myBorderColor { border: 1px solid #B5ABCD; }
<div style="border:3px solid #B5ABCD">Div</div>
Die Grenzen von diesem div sind in Farbe #B5ABCD.
.myOpacity80 { color: #B5ABCD; opacity: 0.8; }
<p style="color:#B5ABCD;opacity:0.8;">80%</p>
Text in Farbe #B5ABCD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5ABCD;}
<p style="text-shadow: 3px 3px 1px #B5ABCD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5ABCD.
.textShadow {text-shadow: 3px 3px 1px #B5ABCD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5ABCD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5ABCD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5ABCD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5ABCD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5ABCD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5ABCD; -webkit-box-shadow: 1px 1px 3px 2px #B5ABCD; box-shadow: 1px 1px 3px 2px #B5ABCD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5ABCD; -webkit-box-shadow: 1px 1px 3px 2px #B5ABCD; box-shadow:1px 1px 3px 2px #B5ABCD;">
Div content here</div>
Dieser Text ist in der Farbe #B5ABCD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5ABCD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5ABCD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5ABCD.