HEX: #C9BBDA
RGB: (201,187,218)
#C9BBDA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9BBDA ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C9BBDA wird in RGB als (201,187,218) definiert.
RGB: (201,187,218) (79%,73%,85%)
R 201 von 255 = 79%
G 187 von 255 = 73%
B 218 von 255 = 85%
R + G + B ~ 79%. #C9BBDA ziemlich helle Farbe.
R + G + B =
201 + 187 + 218 = 606 (100%)
R 201 von 606 ~ 33.17%
G 187 von 606 ~ 30.86%
B 218 von 606 ~ 35.97%
Die Farbe #C9BBDA wird in CMYK als (8,14,0,15) definiert.
CMYK: (8,14,0,15) C8M14Y0K15 (8%,14%,0%,15%) (0.08/0.14/0.00/0.15)
C9 | BB | DA | |
---|---|---|---|
RGB | 201 | 187 | 218 |
HSL | 267° | 29.52% | 79.41% |
HSB/HSV | 267° | 14.22% | 85.49% |
CMYK | 7.80% | 14.22% | 0.00% |
14.51% |
Hexadezimal | C9 | BB | DA |
Dezimal | 201 | 187 | 218 |
Binär | 11001001 | 10111011 | 11011010 |
Oktal | 311 | 273 | 332 |
Beispiele css- und html für Elemente in der Farbe #C9BBDA. Bitte benutzen Sie auch rgb(201,187,218) statt hex-Code.
.myTextColor { color: #C9BBDA; }
<p style="color:#C9BBDA">This sample text font color is #C9BBDA.</p>
Die Farbe dieses Textes ist #C9BBDA.
.myBgColor { background-color: #C9BBDA; }
<div style="background-color:#C9BBDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9BBDA.
.myBorderColor { border: 1px solid #C9BBDA; }
<div style="border:3px solid #C9BBDA">Div</div>
Die Grenzen von diesem div sind in Farbe #C9BBDA.
.myOpacity80 { color: #C9BBDA; opacity: 0.8; }
<p style="color:#C9BBDA;opacity:0.8;">80%</p>
Text in Farbe #C9BBDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9BBDA;}
<p style="text-shadow: 3px 3px 1px #C9BBDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9BBDA.
.textShadow {text-shadow: 3px 3px 1px #C9BBDA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9BBDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9BBDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9BBDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9BBDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9BBDA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9BBDA; -webkit-box-shadow: 1px 1px 3px 2px #C9BBDA; box-shadow: 1px 1px 3px 2px #C9BBDA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9BBDA; -webkit-box-shadow: 1px 1px 3px 2px #C9BBDA; box-shadow:1px 1px 3px 2px #C9BBDA;">
Div content here</div>
Dieser Text ist in der Farbe #C9BBDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9BBDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9BBDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9BBDA.