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