HEX: #B5B2DA
RGB: (181,178,218)
#B5B2DA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5B2DA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B5B2DA wird in RGB als (181,178,218) definiert.
RGB: (181,178,218) (71%,70%,85%)
R 181 von 255 = 71%
G 178 von 255 = 70%
B 218 von 255 = 85%
R + G + B ~ 75%. #B5B2DA ziemlich helle Farbe.
R + G + B =
181 + 178 + 218 = 577 (100%)
R 181 von 577 ~ 31.37%
G 178 von 577 ~ 30.85%
B 218 von 577 ~ 37.78%
Die Farbe #B5B2DA wird in CMYK als (17,18,0,15) definiert.
CMYK: (17,18,0,15) C17M18Y0K15 (17%,18%,0%,15%) (0.17/0.18/0.00/0.15)
B5 | B2 | DA | |
---|---|---|---|
RGB | 181 | 178 | 218 |
HSL | 245° | 35.09% | 77.65% |
HSB/HSV | 245° | 18.35% | 85.49% |
CMYK | 16.97% | 18.35% | 0.00% |
14.51% |
Hexadezimal | B5 | B2 | DA |
Dezimal | 181 | 178 | 218 |
Binär | 10110101 | 10110010 | 11011010 |
Oktal | 265 | 262 | 332 |
Beispiele css- und html für Elemente in der Farbe #B5B2DA. Bitte benutzen Sie auch rgb(181,178,218) statt hex-Code.
.myTextColor { color: #B5B2DA; }
<p style="color:#B5B2DA">This sample text font color is #B5B2DA.</p>
Die Farbe dieses Textes ist #B5B2DA.
.myBgColor { background-color: #B5B2DA; }
<div style="background-color:#B5B2DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5B2DA.
.myBorderColor { border: 1px solid #B5B2DA; }
<div style="border:3px solid #B5B2DA">Div</div>
Die Grenzen von diesem div sind in Farbe #B5B2DA.
.myOpacity80 { color: #B5B2DA; opacity: 0.8; }
<p style="color:#B5B2DA;opacity:0.8;">80%</p>
Text in Farbe #B5B2DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5B2DA;}
<p style="text-shadow: 3px 3px 1px #B5B2DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5B2DA.
.textShadow {text-shadow: 3px 3px 1px #B5B2DA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5B2DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5B2DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5B2DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5B2DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5B2DA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5B2DA; -webkit-box-shadow: 1px 1px 3px 2px #B5B2DA; box-shadow: 1px 1px 3px 2px #B5B2DA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5B2DA; -webkit-box-shadow: 1px 1px 3px 2px #B5B2DA; box-shadow:1px 1px 3px 2px #B5B2DA;">
Div content here</div>
Dieser Text ist in der Farbe #B5B2DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5B2DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5B2DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5B2DA.