HEX: #C396BB
RGB: (195,150,187)
#C396BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C396BB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C396BB wird in RGB als (195,150,187) definiert.
RGB: (195,150,187) (76%,59%,73%)
R 195 von 255 = 76%
G 150 von 255 = 59%
B 187 von 255 = 73%
R + G + B ~ 69%. #C396BB ziemlich helle Farbe.
R + G + B =
195 + 150 + 187 = 532 (100%)
R 195 von 532 ~ 36.65%
G 150 von 532 ~ 28.2%
B 187 von 532 ~ 35.15%
Die Farbe #C396BB wird in CMYK als (0,23,4,24) definiert.
CMYK: (0,23,4,24) C0M23Y4K24 (0%,23%,4%,24%) (0.00/0.23/0.04/0.24)
C3 | 96 | BB | |
---|---|---|---|
RGB | 195 | 150 | 187 |
HSL | 311° | 27.27% | 67.65% |
HSB/HSV | 311° | 23.08% | 76.47% |
CMYK | 0.00% | 23.08% | 4.10% |
23.53% |
Hexadezimal | C3 | 96 | BB |
Dezimal | 195 | 150 | 187 |
Binär | 11000011 | 10010110 | 10111011 |
Oktal | 303 | 226 | 273 |
Beispiele css- und html für Elemente in der Farbe #C396BB. Bitte benutzen Sie auch rgb(195,150,187) statt hex-Code.
.myTextColor { color: #C396BB; }
<p style="color:#C396BB">This sample text font color is #C396BB.</p>
Die Farbe dieses Textes ist #C396BB.
.myBgColor { background-color: #C396BB; }
<div style="background-color:#C396BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C396BB.
.myBorderColor { border: 1px solid #C396BB; }
<div style="border:3px solid #C396BB">Div</div>
Die Grenzen von diesem div sind in Farbe #C396BB.
.myOpacity80 { color: #C396BB; opacity: 0.8; }
<p style="color:#C396BB;opacity:0.8;">80%</p>
Text in Farbe #C396BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C396BB;}
<p style="text-shadow: 3px 3px 1px #C396BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C396BB.
.textShadow {text-shadow: 3px 3px 1px #C396BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C396BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C396BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C396BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C396BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C396BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C396BB; -webkit-box-shadow: 1px 1px 3px 2px #C396BB; box-shadow: 1px 1px 3px 2px #C396BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C396BB; -webkit-box-shadow: 1px 1px 3px 2px #C396BB; box-shadow:1px 1px 3px 2px #C396BB;">
Div content here</div>
Dieser Text ist in der Farbe #C396BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C396BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C396BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C396BB.