HEX: #C5B0DA
RGB: (197,176,218)
#C5B0DA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5B0DA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C5B0DA wird in RGB als (197,176,218) definiert.
RGB: (197,176,218) (77%,69%,85%)
R 197 von 255 = 77%
G 176 von 255 = 69%
B 218 von 255 = 85%
R + G + B ~ 77%. #C5B0DA ziemlich helle Farbe.
R + G + B =
197 + 176 + 218 = 591 (100%)
R 197 von 591 ~ 33.33%
G 176 von 591 ~ 29.78%
B 218 von 591 ~ 36.89%
Die Farbe #C5B0DA wird in CMYK als (10,19,0,15) definiert.
CMYK: (10,19,0,15) C10M19Y0K15 (10%,19%,0%,15%) (0.10/0.19/0.00/0.15)
C5 | B0 | DA | |
---|---|---|---|
RGB | 197 | 176 | 218 |
HSL | 270° | 36.21% | 77.25% |
HSB/HSV | 270° | 19.27% | 85.49% |
CMYK | 9.63% | 19.27% | 0.00% |
14.51% |
Hexadezimal | C5 | B0 | DA |
Dezimal | 197 | 176 | 218 |
Binär | 11000101 | 10110000 | 11011010 |
Oktal | 305 | 260 | 332 |
Beispiele css- und html für Elemente in der Farbe #C5B0DA. Bitte benutzen Sie auch rgb(197,176,218) statt hex-Code.
.myTextColor { color: #C5B0DA; }
<p style="color:#C5B0DA">This sample text font color is #C5B0DA.</p>
Die Farbe dieses Textes ist #C5B0DA.
.myBgColor { background-color: #C5B0DA; }
<div style="background-color:#C5B0DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5B0DA.
.myBorderColor { border: 1px solid #C5B0DA; }
<div style="border:3px solid #C5B0DA">Div</div>
Die Grenzen von diesem div sind in Farbe #C5B0DA.
.myOpacity80 { color: #C5B0DA; opacity: 0.8; }
<p style="color:#C5B0DA;opacity:0.8;">80%</p>
Text in Farbe #C5B0DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5B0DA;}
<p style="text-shadow: 3px 3px 1px #C5B0DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5B0DA.
.textShadow {text-shadow: 3px 3px 1px #C5B0DA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5B0DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5B0DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B0DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5B0DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5B0DA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5B0DA; -webkit-box-shadow: 1px 1px 3px 2px #C5B0DA; box-shadow: 1px 1px 3px 2px #C5B0DA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5B0DA; -webkit-box-shadow: 1px 1px 3px 2px #C5B0DA; box-shadow:1px 1px 3px 2px #C5B0DA;">
Div content here</div>
Dieser Text ist in der Farbe #C5B0DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5B0DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5B0DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5B0DA.