HEX: #C896BB
RGB: (200,150,187)
#C896BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C896BB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C896BB wird in RGB als (200,150,187) definiert.
RGB: (200,150,187)
(78%, 59%, 73%)
R 200 von 255 = 78%
G 150 von 255 = 59%
B 187 von 255 = 73%
R + G + B ~ 70%. #C896BB ziemlich helle Farbe.
R + G + B = 200 + 150 + 187 = 537 (100%)
R 200 von 537 ~ 37.24%
G 150 von 537 ~ 27.93%
B 187 von 537 ~ 34.82'%
Die Farbe #C896BB wird in CMYK als (0,25,7,22) definiert.
CMYK: (0,25,7,22)
C0M25Y7K22 (0%, 25%, 7%, 22%)
(0.00 / 0.25 / 0.07 / 0.22)
Farbe #C896BB in den populären Farbmodellen.
C8 | 96 | BB | |
---|---|---|---|
RGB | 200 | 150 | 187 |
HSL | 316° | 31.25% | 68.63% |
HSB/HSV | 316° | 25.00% | 78.43% |
CMYK | 0.00% | 25.00% | 6.50% |
21.57% |
Die Farbe #C896BB in den populären Zahlensystemen.
Hexadezimal | C8 | 96 | BB |
Dezimal | 200 | 150 | 187 |
Binär | 11001000 | 10010110 | 10111011 |
Oktal | 310 | 226 | 273 |
Dunkle Töne der Farbe #C896BB
Helle Töne der Farbe #C896BB
Beispiele css- und html für Elemente in der Farbe #C896BB. Bitte benutzen Sie auch rgb(200,150,187) statt hex-Code.
.myTextColor { color: #C896BB; }
<p style="color:#C896BB">This sample text font color is #C896BB.</p>
Die Farbe dieses Textes ist #C896BB.
.myBgColor { background-color: #C896BB; }
<div style="background-color:#C896BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C896BB.
.myBorderColor { border: 1px solid #C896BB; }
<div style="border:3px solid #C896BB">Div</div>
Die Grenzen von diesem div sind in Farbe #C896BB.
.myOpacity80 { color: #C896BB; opacity: 0.8; }
<p style="color:#C896BB;opacity:0.8;">80%</p>
Text in Farbe #C896BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C896BB;}
<p style="text-shadow: 3px 3px 1px #C896BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C896BB.
.textShadow {text-shadow: 3px 3px 1px #C896BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C896BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C896BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C896BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C896BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C896BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C896BB;
-webkit-box-shadow: 1px 1px 3px 2px #C896BB;
box-shadow: 1px 1px 3px 2px #C896BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C896BB; -webkit-box-shadow: 1px 1px 3px 2px #C896BB; box-shadow:1px 1px 3px 2px #C896BB;">
Div content here
</div>
Dieser Text ist in der Farbe #C896BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C896BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C896BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C896BB.
Kontrastfarbe für #hex ist #376944.