HEX: #B4B6CC
RGB: (180,182,204)
#B4B6CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4B6CC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #B4B6CC wird in RGB als (180,182,204) definiert.
RGB: (180,182,204) (71%,71%,80%)
R 180 von 255 = 71%
G 182 von 255 = 71%
B 204 von 255 = 80%
R + G + B ~ 74%. #B4B6CC ziemlich helle Farbe.
R + G + B =
180 + 182 + 204 = 566 (100%)
R 180 von 566 ~ 31.8%
G 182 von 566 ~ 32.16%
B 204 von 566 ~ 36.04%
Die Farbe #B4B6CC wird in CMYK als (12,11,0,20) definiert.
CMYK: (12,11,0,20) C12M11Y0K20 (12%,11%,0%,20%) (0.12/0.11/0.00/0.20)
B4 | B6 | CC | |
---|---|---|---|
RGB | 180 | 182 | 204 |
HSL | 235° | 19.05% | 75.29% |
HSB/HSV | 235° | 11.76% | 80.00% |
CMYK | 11.76% | 10.78% | 0.00% |
20.00% |
Hexadezimal | B4 | B6 | CC |
Dezimal | 180 | 182 | 204 |
Binär | 10110100 | 10110110 | 11001100 |
Oktal | 264 | 266 | 314 |
Beispiele css- und html für Elemente in der Farbe #B4B6CC. Bitte benutzen Sie auch rgb(180,182,204) statt hex-Code.
.myTextColor { color: #B4B6CC; }
<p style="color:#B4B6CC">This sample text font color is #B4B6CC.</p>
Die Farbe dieses Textes ist #B4B6CC.
.myBgColor { background-color: #B4B6CC; }
<div style="background-color:#B4B6CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4B6CC.
.myBorderColor { border: 1px solid #B4B6CC; }
<div style="border:3px solid #B4B6CC">Div</div>
Die Grenzen von diesem div sind in Farbe #B4B6CC.
.myOpacity80 { color: #B4B6CC; opacity: 0.8; }
<p style="color:#B4B6CC;opacity:0.8;">80%</p>
Text in Farbe #B4B6CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4B6CC;}
<p style="text-shadow: 3px 3px 1px #B4B6CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4B6CC.
.textShadow {text-shadow: 3px 3px 1px #B4B6CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4B6CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4B6CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4B6CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4B6CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4B6CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4B6CC; -webkit-box-shadow: 1px 1px 3px 2px #B4B6CC; box-shadow: 1px 1px 3px 2px #B4B6CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4B6CC; -webkit-box-shadow: 1px 1px 3px 2px #B4B6CC; box-shadow:1px 1px 3px 2px #B4B6CC;">
Div content here</div>
Dieser Text ist in der Farbe #B4B6CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4B6CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4B6CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4B6CC.