HEX: #C9ABBB
RGB: (201,171,187)
#C9ABBB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9ABBB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C9ABBB wird in RGB als (201,171,187) definiert.
RGB: (201,171,187) (79%,67%,73%)
R 201 von 255 = 79%
G 171 von 255 = 67%
B 187 von 255 = 73%
R + G + B ~ 73%. #C9ABBB ziemlich helle Farbe.
R + G + B =
201 + 171 + 187 = 559 (100%)
R 201 von 559 ~ 35.96%
G 171 von 559 ~ 30.59%
B 187 von 559 ~ 33.45%
Die Farbe #C9ABBB wird in CMYK als (0,15,7,21) definiert.
CMYK: (0,15,7,21) C0M15Y7K21 (0%,15%,7%,21%) (0.00/0.15/0.07/0.21)
C9 | AB | BB | |
---|---|---|---|
RGB | 201 | 171 | 187 |
HSL | 328° | 21.74% | 72.94% |
HSB/HSV | 328° | 14.93% | 78.82% |
CMYK | 0.00% | 14.93% | 6.97% |
21.18% |
Hexadezimal | C9 | AB | BB |
Dezimal | 201 | 171 | 187 |
Binär | 11001001 | 10101011 | 10111011 |
Oktal | 311 | 253 | 273 |
Beispiele css- und html für Elemente in der Farbe #C9ABBB. Bitte benutzen Sie auch rgb(201,171,187) statt hex-Code.
.myTextColor { color: #C9ABBB; }
<p style="color:#C9ABBB">This sample text font color is #C9ABBB.</p>
Die Farbe dieses Textes ist #C9ABBB.
.myBgColor { background-color: #C9ABBB; }
<div style="background-color:#C9ABBB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9ABBB.
.myBorderColor { border: 1px solid #C9ABBB; }
<div style="border:3px solid #C9ABBB">Div</div>
Die Grenzen von diesem div sind in Farbe #C9ABBB.
.myOpacity80 { color: #C9ABBB; opacity: 0.8; }
<p style="color:#C9ABBB;opacity:0.8;">80%</p>
Text in Farbe #C9ABBB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9ABBB;}
<p style="text-shadow: 3px 3px 1px #C9ABBB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9ABBB.
.textShadow {text-shadow: 3px 3px 1px #C9ABBB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9ABBB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9ABBB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9ABBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9ABBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9ABBB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9ABBB; -webkit-box-shadow: 1px 1px 3px 2px #C9ABBB; box-shadow: 1px 1px 3px 2px #C9ABBB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9ABBB; -webkit-box-shadow: 1px 1px 3px 2px #C9ABBB; box-shadow:1px 1px 3px 2px #C9ABBB;">
Div content here</div>
Dieser Text ist in der Farbe #C9ABBB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9ABBB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9ABBB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9ABBB.