HEX: #B4C3DC
RGB: (180,195,220)
#B4C3DC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4C3DC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #B4C3DC wird in RGB als (180,195,220) definiert.
RGB: (180,195,220) (71%,76%,86%)
R 180 von 255 = 71%
G 195 von 255 = 76%
B 220 von 255 = 86%
R + G + B ~ 78%. #B4C3DC ziemlich helle Farbe.
R + G + B =
180 + 195 + 220 = 595 (100%)
R 180 von 595 ~ 30.25%
G 195 von 595 ~ 32.77%
B 220 von 595 ~ 36.97%
Die Farbe #B4C3DC wird in CMYK als (18,11,0,14) definiert.
CMYK: (18,11,0,14) C18M11Y0K14 (18%,11%,0%,14%) (0.18/0.11/0.00/0.14)
B4 | C3 | DC | |
---|---|---|---|
RGB | 180 | 195 | 220 |
HSL | 218° | 36.36% | 78.43% |
HSB/HSV | 218° | 18.18% | 86.27% |
CMYK | 18.18% | 11.36% | 0.00% |
13.73% |
Hexadezimal | B4 | C3 | DC |
Dezimal | 180 | 195 | 220 |
Binär | 10110100 | 11000011 | 11011100 |
Oktal | 264 | 303 | 334 |
Beispiele css- und html für Elemente in der Farbe #B4C3DC. Bitte benutzen Sie auch rgb(180,195,220) statt hex-Code.
.myTextColor { color: #B4C3DC; }
<p style="color:#B4C3DC">This sample text font color is #B4C3DC.</p>
Die Farbe dieses Textes ist #B4C3DC.
.myBgColor { background-color: #B4C3DC; }
<div style="background-color:#B4C3DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4C3DC.
.myBorderColor { border: 1px solid #B4C3DC; }
<div style="border:3px solid #B4C3DC">Div</div>
Die Grenzen von diesem div sind in Farbe #B4C3DC.
.myOpacity80 { color: #B4C3DC; opacity: 0.8; }
<p style="color:#B4C3DC;opacity:0.8;">80%</p>
Text in Farbe #B4C3DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4C3DC;}
<p style="text-shadow: 3px 3px 1px #B4C3DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4C3DC.
.textShadow {text-shadow: 3px 3px 1px #B4C3DC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4C3DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4C3DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4C3DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4C3DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4C3DC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4C3DC; -webkit-box-shadow: 1px 1px 3px 2px #B4C3DC; box-shadow: 1px 1px 3px 2px #B4C3DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4C3DC; -webkit-box-shadow: 1px 1px 3px 2px #B4C3DC; box-shadow:1px 1px 3px 2px #B4C3DC;">
Div content here</div>
Dieser Text ist in der Farbe #B4C3DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4C3DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4C3DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4C3DC.