HEX: #C5BCBE
RGB: (197,188,190)
#C5BCBE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5BCBE ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C5BCBE wird in RGB als (197,188,190) definiert.
RGB: (197,188,190) (77%,74%,75%)
R 197 von 255 = 77%
G 188 von 255 = 74%
B 190 von 255 = 75%
R + G + B ~ 75%. #C5BCBE ziemlich helle Farbe.
R + G + B =
197 + 188 + 190 = 575 (100%)
R 197 von 575 ~ 34.26%
G 188 von 575 ~ 32.7%
B 190 von 575 ~ 33.04%
Die Farbe #C5BCBE wird in CMYK als (0,5,4,23) definiert.
CMYK: (0,5,4,23) C0M5Y4K23 (0%,5%,4%,23%) (0.00/0.05/0.04/0.23)
C5 | BC | BE | |
---|---|---|---|
RGB | 197 | 188 | 190 |
HSL | 347° | 7.20% | 75.49% |
HSB/HSV | 347° | 4.57% | 77.25% |
CMYK | 0.00% | 4.57% | 3.55% |
22.75% |
Hexadezimal | C5 | BC | BE |
Dezimal | 197 | 188 | 190 |
Binär | 11000101 | 10111100 | 10111110 |
Oktal | 305 | 274 | 276 |
Beispiele css- und html für Elemente in der Farbe #C5BCBE. Bitte benutzen Sie auch rgb(197,188,190) statt hex-Code.
.myTextColor { color: #C5BCBE; }
<p style="color:#C5BCBE">This sample text font color is #C5BCBE.</p>
Die Farbe dieses Textes ist #C5BCBE.
.myBgColor { background-color: #C5BCBE; }
<div style="background-color:#C5BCBE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5BCBE.
.myBorderColor { border: 1px solid #C5BCBE; }
<div style="border:3px solid #C5BCBE">Div</div>
Die Grenzen von diesem div sind in Farbe #C5BCBE.
.myOpacity80 { color: #C5BCBE; opacity: 0.8; }
<p style="color:#C5BCBE;opacity:0.8;">80%</p>
Text in Farbe #C5BCBE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5BCBE;}
<p style="text-shadow: 3px 3px 1px #C5BCBE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5BCBE.
.textShadow {text-shadow: 3px 3px 1px #C5BCBE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5BCBE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5BCBE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5BCBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5BCBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5BCBE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5BCBE; -webkit-box-shadow: 1px 1px 3px 2px #C5BCBE; box-shadow: 1px 1px 3px 2px #C5BCBE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5BCBE; -webkit-box-shadow: 1px 1px 3px 2px #C5BCBE; box-shadow:1px 1px 3px 2px #C5BCBE;">
Div content here</div>
Dieser Text ist in der Farbe #C5BCBE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5BCBE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5BCBE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5BCBE.