HEX: #C596AC
RGB: (197,150,172)
#C596AC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C596AC ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C596AC wird in RGB als (197,150,172) definiert.
RGB: (197,150,172) (77%,59%,67%)
R 197 von 255 = 77%
G 150 von 255 = 59%
B 172 von 255 = 67%
R + G + B ~ 68%. #C596AC ziemlich helle Farbe.
R + G + B =
197 + 150 + 172 = 519 (100%)
R 197 von 519 ~ 37.96%
G 150 von 519 ~ 28.9%
B 172 von 519 ~ 33.14%
Die Farbe #C596AC wird in CMYK als (0,24,13,23) definiert.
CMYK: (0,24,13,23) C0M24Y13K23 (0%,24%,13%,23%) (0.00/0.24/0.13/0.23)
C5 | 96 | AC | |
---|---|---|---|
RGB | 197 | 150 | 172 |
HSL | 332° | 28.83% | 68.04% |
HSB/HSV | 332° | 23.86% | 77.25% |
CMYK | 0.00% | 23.86% | 12.69% |
22.75% |
Hexadezimal | C5 | 96 | AC |
Dezimal | 197 | 150 | 172 |
Binär | 11000101 | 10010110 | 10101100 |
Oktal | 305 | 226 | 254 |
Beispiele css- und html für Elemente in der Farbe #C596AC. Bitte benutzen Sie auch rgb(197,150,172) statt hex-Code.
.myTextColor { color: #C596AC; }
<p style="color:#C596AC">This sample text font color is #C596AC.</p>
Die Farbe dieses Textes ist #C596AC.
.myBgColor { background-color: #C596AC; }
<div style="background-color:#C596AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C596AC.
.myBorderColor { border: 1px solid #C596AC; }
<div style="border:3px solid #C596AC">Div</div>
Die Grenzen von diesem div sind in Farbe #C596AC.
.myOpacity80 { color: #C596AC; opacity: 0.8; }
<p style="color:#C596AC;opacity:0.8;">80%</p>
Text in Farbe #C596AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C596AC;}
<p style="text-shadow: 3px 3px 1px #C596AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C596AC.
.textShadow {text-shadow: 3px 3px 1px #C596AC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C596AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C596AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C596AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C596AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C596AC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C596AC; -webkit-box-shadow: 1px 1px 3px 2px #C596AC; box-shadow: 1px 1px 3px 2px #C596AC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C596AC; -webkit-box-shadow: 1px 1px 3px 2px #C596AC; box-shadow:1px 1px 3px 2px #C596AC;">
Div content here</div>
Dieser Text ist in der Farbe #C596AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C596AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C596AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C596AC.