HEX: #C499AA
RGB: (196,153,170)
#C499AA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C499AA ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C499AA wird in RGB als (196,153,170) definiert.
RGB: (196,153,170) (77%,60%,67%)
R 196 von 255 = 77%
G 153 von 255 = 60%
B 170 von 255 = 67%
R + G + B ~ 68%. #C499AA ziemlich helle Farbe.
R + G + B =
196 + 153 + 170 = 519 (100%)
R 196 von 519 ~ 37.76%
G 153 von 519 ~ 29.48%
B 170 von 519 ~ 32.76%
Die Farbe #C499AA wird in CMYK als (0,22,13,23) definiert.
CMYK: (0,22,13,23) C0M22Y13K23 (0%,22%,13%,23%) (0.00/0.22/0.13/0.23)
C4 | 99 | AA | |
---|---|---|---|
RGB | 196 | 153 | 170 |
HSL | 336° | 26.71% | 68.43% |
HSB/HSV | 336° | 21.94% | 76.86% |
CMYK | 0.00% | 21.94% | 13.27% |
23.14% |
Hexadezimal | C4 | 99 | AA |
Dezimal | 196 | 153 | 170 |
Binär | 11000100 | 10011001 | 10101010 |
Oktal | 304 | 231 | 252 |
Beispiele css- und html für Elemente in der Farbe #C499AA. Bitte benutzen Sie auch rgb(196,153,170) statt hex-Code.
.myTextColor { color: #C499AA; }
<p style="color:#C499AA">This sample text font color is #C499AA.</p>
Die Farbe dieses Textes ist #C499AA.
.myBgColor { background-color: #C499AA; }
<div style="background-color:#C499AA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C499AA.
.myBorderColor { border: 1px solid #C499AA; }
<div style="border:3px solid #C499AA">Div</div>
Die Grenzen von diesem div sind in Farbe #C499AA.
.myOpacity80 { color: #C499AA; opacity: 0.8; }
<p style="color:#C499AA;opacity:0.8;">80%</p>
Text in Farbe #C499AA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C499AA;}
<p style="text-shadow: 3px 3px 1px #C499AA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C499AA.
.textShadow {text-shadow: 3px 3px 1px #C499AA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C499AA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C499AA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C499AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C499AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C499AA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C499AA; -webkit-box-shadow: 1px 1px 3px 2px #C499AA; box-shadow: 1px 1px 3px 2px #C499AA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C499AA; -webkit-box-shadow: 1px 1px 3px 2px #C499AA; box-shadow:1px 1px 3px 2px #C499AA;">
Div content here</div>
Dieser Text ist in der Farbe #C499AA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C499AA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C499AA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C499AA.