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