HEX: #C499CA
RGB: (196,153,202)
#C499CA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C499CA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C499CA wird in RGB als (196,153,202) definiert.
RGB: (196,153,202)
(77%, 60%, 79%)
R 196 von 255 = 77%
G 153 von 255 = 60%
B 202 von 255 = 79%
R + G + B ~ 72%. #C499CA ziemlich helle Farbe.
R + G + B = 196 + 153 + 202 = 551 (100%)
R 196 von 551 ~ 35.57%
G 153 von 551 ~ 27.77%
B 202 von 551 ~ 36.66'%
Die Farbe #C499CA wird in CMYK als (3,24,0,21) definiert.
CMYK: (3,24,0,21)
C3M24Y0K21 (3%, 24%, 0%, 21%)
(0.03 / 0.24 / 0.00 / 0.21)
Farbe #C499CA in den populären Farbmodellen.
C4 | 99 | CA | |
---|---|---|---|
RGB | 196 | 153 | 202 |
HSL | 293° | 31.61% | 69.61% |
HSB/HSV | 293° | 24.26% | 79.22% |
CMYK | 2.97% | 24.26% | 0.00% |
20.78% |
Die Farbe #C499CA in den populären Zahlensystemen.
Hexadezimal | C4 | 99 | CA |
Dezimal | 196 | 153 | 202 |
Binär | 11000100 | 10011001 | 11001010 |
Oktal | 304 | 231 | 312 |
Dunkle Töne der Farbe #C499CA
Helle Töne der Farbe #C499CA
Beispiele css- und html für Elemente in der Farbe #C499CA. Bitte benutzen Sie auch rgb(196,153,202) statt hex-Code.
.myTextColor { color: #C499CA; }
<p style="color:#C499CA">This sample text font color is #C499CA.</p>
Die Farbe dieses Textes ist #C499CA.
.myBgColor { background-color: #C499CA; }
<div style="background-color:#C499CA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C499CA.
.myBorderColor { border: 1px solid #C499CA; }
<div style="border:3px solid #C499CA">Div</div>
Die Grenzen von diesem div sind in Farbe #C499CA.
.myOpacity80 { color: #C499CA; opacity: 0.8; }
<p style="color:#C499CA;opacity:0.8;">80%</p>
Text in Farbe #C499CA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C499CA;}
<p style="text-shadow: 3px 3px 1px #C499CA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C499CA.
.textShadow {text-shadow: 3px 3px 1px #C499CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C499CA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C499CA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C499CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C499CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C499CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C499CA;
-webkit-box-shadow: 1px 1px 3px 2px #C499CA;
box-shadow: 1px 1px 3px 2px #C499CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C499CA; -webkit-box-shadow: 1px 1px 3px 2px #C499CA; box-shadow:1px 1px 3px 2px #C499CA;">
Div content here
</div>
Dieser Text ist in der Farbe #C499CA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C499CA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C499CA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C499CA.
Kontrastfarbe für #hex ist #3B6635.