HEX: #C999DA
RGB: (201,153,218)
#C999DA enthält hauptsächlich rote und blaue Farbe. Für #C999DA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C999DA wird in RGB als (201,153,218) definiert.
RGB: (201,153,218)
(79%, 60%, 85%)
R 201 von 255 = 79%
G 153 von 255 = 60%
B 218 von 255 = 85%
R + G + B ~ 75%. #C999DA ziemlich helle Farbe.
R + G + B = 201 + 153 + 218 = 572 (100%)
R 201 von 572 ~ 35.14%
G 153 von 572 ~ 26.75%
B 218 von 572 ~ 38.11'%
Die Farbe #C999DA wird in CMYK als (8,30,0,15) definiert.
CMYK: (8,30,0,15)
C8M30Y0K15 (8%, 30%, 0%, 15%)
(0.08 / 0.30 / 0.00 / 0.15)
Farbe #C999DA in den populären Farbmodellen.
C9 | 99 | DA | |
---|---|---|---|
RGB | 201 | 153 | 218 |
HSL | 284° | 46.76% | 72.75% |
HSB/HSV | 284° | 29.82% | 85.49% |
CMYK | 7.80% | 29.82% | 0.00% |
14.51% |
Die Farbe #C999DA in den populären Zahlensystemen.
Hexadezimal | C9 | 99 | DA |
Dezimal | 201 | 153 | 218 |
Binär | 11001001 | 10011001 | 11011010 |
Oktal | 311 | 231 | 332 |
Dunkle Töne der Farbe #C999DA
Helle Töne der Farbe #C999DA
Beispiele css- und html für Elemente in der Farbe #C999DA. Bitte benutzen Sie auch rgb(201,153,218) statt hex-Code.
.myTextColor { color: #C999DA; }
<p style="color:#C999DA">This sample text font color is #C999DA.</p>
Die Farbe dieses Textes ist #C999DA.
.myBgColor { background-color: #C999DA; }
<div style="background-color:#C999DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C999DA.
.myBorderColor { border: 1px solid #C999DA; }
<div style="border:3px solid #C999DA">Div</div>
Die Grenzen von diesem div sind in Farbe #C999DA.
.myOpacity80 { color: #C999DA; opacity: 0.8; }
<p style="color:#C999DA;opacity:0.8;">80%</p>
Text in Farbe #C999DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C999DA;}
<p style="text-shadow: 3px 3px 1px #C999DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C999DA.
.textShadow {text-shadow: 3px 3px 1px #C999DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C999DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C999DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C999DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C999DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C999DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C999DA;
-webkit-box-shadow: 1px 1px 3px 2px #C999DA;
box-shadow: 1px 1px 3px 2px #C999DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C999DA; -webkit-box-shadow: 1px 1px 3px 2px #C999DA; box-shadow:1px 1px 3px 2px #C999DA;">
Div content here
</div>
Dieser Text ist in der Farbe #C999DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C999DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C999DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C999DA.
Kontrastfarbe für #hex ist #366625.