HEX: #C996AC
RGB: (201,150,172)
#C996AC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C996AC ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C996AC wird in RGB als (201,150,172) definiert.
RGB: (201,150,172)
(79%, 59%, 67%)
R 201 von 255 = 79%
G 150 von 255 = 59%
B 172 von 255 = 67%
R + G + B ~ 68%. #C996AC ziemlich helle Farbe.
R + G + B = 201 + 150 + 172 = 523 (100%)
R 201 von 523 ~ 38.43%
G 150 von 523 ~ 28.68%
B 172 von 523 ~ 32.89'%
Die Farbe #C996AC wird in CMYK als (0,25,14,21) definiert.
CMYK: (0,25,14,21) C0M25Y14K21 (0%,25%,14%,21%) (0.00/0.25/0.14/0.21)
Farbe #C996AC in den populären Farbmodellen.
C9 | 96 | AC | |
---|---|---|---|
RGB | 201 | 150 | 172 |
HSL | 334° | 32.08% | 68.82% |
HSB/HSV | 334° | 25.37% | 78.82% |
CMYK | 0.00% | 25.37% | 14.43% |
21.18% |
Die Farbe #C996AC in den populären Zahlensystemen.
Hexadezimal | C9 | 96 | AC |
Dezimal | 201 | 150 | 172 |
Binär | 11001001 | 10010110 | 10101100 |
Oktal | 311 | 226 | 254 |
Dunkle Töne der Farbe #C996AC
Helle Töne der Farbe #C996AC
Beispiele css- und html für Elemente in der Farbe #C996AC. Bitte benutzen Sie auch rgb(201,150,172) statt hex-Code.
.myTextColor { color: #C996AC; }
<p style="color:#C996AC">This sample text font color is #C996AC.</p>
Die Farbe dieses Textes ist #C996AC.
.myBgColor { background-color: #C996AC; }
<div style="background-color:#C996AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C996AC.
.myBorderColor { border: 1px solid #C996AC; }
<div style="border:3px solid #C996AC">Div</div>
Die Grenzen von diesem div sind in Farbe #C996AC.
.myOpacity80 { color: #C996AC; opacity: 0.8; }
<p style="color:#C996AC;opacity:0.8;">80%</p>
Text in Farbe #C996AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C996AC;}
<p style="text-shadow: 3px 3px 1px #C996AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C996AC.
.textShadow {text-shadow: 3px 3px 1px #C996AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C996AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C996AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C996AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C996AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C996AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C996AC;
-webkit-box-shadow: 1px 1px 3px 2px #C996AC;
box-shadow: 1px 1px 3px 2px #C996AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C996AC; -webkit-box-shadow: 1px 1px 3px 2px #C996AC; box-shadow:1px 1px 3px 2px #C996AC;">
Div content here
</div>
Dieser Text ist in der Farbe #C996AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C996AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C996AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C996AC.
Kontrastfarbe für #hex ist #366953.