HEX: #C7B1BE
RGB: (199,177,190)
#C7B1BE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7B1BE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C7B1BE wird in RGB als (199,177,190) definiert.
RGB: (199,177,190) (78%,69%,75%)
R 199 von 255 = 78%
G 177 von 255 = 69%
B 190 von 255 = 75%
R + G + B ~ 74%. #C7B1BE ziemlich helle Farbe.
R + G + B =
199 + 177 + 190 = 566 (100%)
R 199 von 566 ~ 35.16%
G 177 von 566 ~ 31.27%
B 190 von 566 ~ 33.57%
Die Farbe #C7B1BE wird in CMYK als (0,11,5,22) definiert.
CMYK: (0,11,5,22) C0M11Y5K22 (0%,11%,5%,22%) (0.00/0.11/0.05/0.22)
C7 | B1 | BE | |
---|---|---|---|
RGB | 199 | 177 | 190 |
HSL | 325° | 16.42% | 73.73% |
HSB/HSV | 325° | 11.06% | 78.04% |
CMYK | 0.00% | 11.06% | 4.52% |
21.96% |
Hexadezimal | C7 | B1 | BE |
Dezimal | 199 | 177 | 190 |
Binär | 11000111 | 10110001 | 10111110 |
Oktal | 307 | 261 | 276 |
Beispiele css- und html für Elemente in der Farbe #C7B1BE. Bitte benutzen Sie auch rgb(199,177,190) statt hex-Code.
.myTextColor { color: #C7B1BE; }
<p style="color:#C7B1BE">This sample text font color is #C7B1BE.</p>
Die Farbe dieses Textes ist #C7B1BE.
.myBgColor { background-color: #C7B1BE; }
<div style="background-color:#C7B1BE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7B1BE.
.myBorderColor { border: 1px solid #C7B1BE; }
<div style="border:3px solid #C7B1BE">Div</div>
Die Grenzen von diesem div sind in Farbe #C7B1BE.
.myOpacity80 { color: #C7B1BE; opacity: 0.8; }
<p style="color:#C7B1BE;opacity:0.8;">80%</p>
Text in Farbe #C7B1BE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7B1BE;}
<p style="text-shadow: 3px 3px 1px #C7B1BE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7B1BE.
.textShadow {text-shadow: 3px 3px 1px #C7B1BE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7B1BE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7B1BE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7B1BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7B1BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7B1BE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7B1BE; -webkit-box-shadow: 1px 1px 3px 2px #C7B1BE; box-shadow: 1px 1px 3px 2px #C7B1BE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7B1BE; -webkit-box-shadow: 1px 1px 3px 2px #C7B1BE; box-shadow:1px 1px 3px 2px #C7B1BE;">
Div content here</div>
Dieser Text ist in der Farbe #C7B1BE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7B1BE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7B1BE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7B1BE.