HEX: #C799CB
RGB: (199,153,203)
#C799CB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C799CB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C799CB wird in RGB als (199,153,203) definiert.
RGB: (199,153,203) (78%,60%,80%)
R 199 von 255 = 78%
G 153 von 255 = 60%
B 203 von 255 = 80%
R + G + B ~ 73%. #C799CB ziemlich helle Farbe.
R + G + B =
199 + 153 + 203 = 555 (100%)
R 199 von 555 ~ 35.86%
G 153 von 555 ~ 27.57%
B 203 von 555 ~ 36.58%
Die Farbe #C799CB wird in CMYK als (2,25,0,20) definiert.
CMYK: (2,25,0,20) C2M25Y0K20 (2%,25%,0%,20%) (0.02/0.25/0.00/0.20)
C7 | 99 | CB | |
---|---|---|---|
RGB | 199 | 153 | 203 |
HSL | 295° | 32.47% | 69.80% |
HSB/HSV | 295° | 24.63% | 79.61% |
CMYK | 1.97% | 24.63% | 0.00% |
20.39% |
Hexadezimal | C7 | 99 | CB |
Dezimal | 199 | 153 | 203 |
Binär | 11000111 | 10011001 | 11001011 |
Oktal | 307 | 231 | 313 |
Beispiele css- und html für Elemente in der Farbe #C799CB. Bitte benutzen Sie auch rgb(199,153,203) statt hex-Code.
.myTextColor { color: #C799CB; }
<p style="color:#C799CB">This sample text font color is #C799CB.</p>
Die Farbe dieses Textes ist #C799CB.
.myBgColor { background-color: #C799CB; }
<div style="background-color:#C799CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C799CB.
.myBorderColor { border: 1px solid #C799CB; }
<div style="border:3px solid #C799CB">Div</div>
Die Grenzen von diesem div sind in Farbe #C799CB.
.myOpacity80 { color: #C799CB; opacity: 0.8; }
<p style="color:#C799CB;opacity:0.8;">80%</p>
Text in Farbe #C799CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C799CB;}
<p style="text-shadow: 3px 3px 1px #C799CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C799CB.
.textShadow {text-shadow: 3px 3px 1px #C799CB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C799CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C799CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C799CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C799CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C799CB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C799CB; -webkit-box-shadow: 1px 1px 3px 2px #C799CB; box-shadow: 1px 1px 3px 2px #C799CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C799CB; -webkit-box-shadow: 1px 1px 3px 2px #C799CB; box-shadow:1px 1px 3px 2px #C799CB;">
Div content here</div>
Dieser Text ist in der Farbe #C799CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C799CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C799CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C799CB.