HEX: #C189BE
RGB: (193,137,190)
#C189BE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C189BE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C189BE wird in RGB als (193,137,190) definiert.
RGB: (193,137,190) (76%,54%,75%)
R 193 von 255 = 76%
G 137 von 255 = 54%
B 190 von 255 = 75%
R + G + B ~ 68%. #C189BE ziemlich helle Farbe.
R + G + B =
193 + 137 + 190 = 520 (100%)
R 193 von 520 ~ 37.12%
G 137 von 520 ~ 26.35%
B 190 von 520 ~ 36.54%
Die Farbe #C189BE wird in CMYK als (0,29,2,24) definiert.
CMYK: (0,29,2,24) C0M29Y2K24 (0%,29%,2%,24%) (0.00/0.29/0.02/0.24)
C1 | 89 | BE | |
---|---|---|---|
RGB | 193 | 137 | 190 |
HSL | 303° | 31.11% | 64.71% |
HSB/HSV | 303° | 29.02% | 75.69% |
CMYK | 0.00% | 29.02% | 1.55% |
24.31% |
Hexadezimal | C1 | 89 | BE |
Dezimal | 193 | 137 | 190 |
Binär | 11000001 | 10001001 | 10111110 |
Oktal | 301 | 211 | 276 |
Beispiele css- und html für Elemente in der Farbe #C189BE. Bitte benutzen Sie auch rgb(193,137,190) statt hex-Code.
.myTextColor { color: #C189BE; }
<p style="color:#C189BE">This sample text font color is #C189BE.</p>
Die Farbe dieses Textes ist #C189BE.
.myBgColor { background-color: #C189BE; }
<div style="background-color:#C189BE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C189BE.
.myBorderColor { border: 1px solid #C189BE; }
<div style="border:3px solid #C189BE">Div</div>
Die Grenzen von diesem div sind in Farbe #C189BE.
.myOpacity80 { color: #C189BE; opacity: 0.8; }
<p style="color:#C189BE;opacity:0.8;">80%</p>
Text in Farbe #C189BE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C189BE;}
<p style="text-shadow: 3px 3px 1px #C189BE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C189BE.
.textShadow {text-shadow: 3px 3px 1px #C189BE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C189BE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C189BE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C189BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C189BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C189BE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C189BE; -webkit-box-shadow: 1px 1px 3px 2px #C189BE; box-shadow: 1px 1px 3px 2px #C189BE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C189BE; -webkit-box-shadow: 1px 1px 3px 2px #C189BE; box-shadow:1px 1px 3px 2px #C189BE;">
Div content here</div>
Dieser Text ist in der Farbe #C189BE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C189BE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C189BE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C189BE.