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