HEX: #C9B0EB
RGB: (201,176,235)
#C9B0EB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9B0EB ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #C9B0EB wird in RGB als (201,176,235) definiert.
RGB: (201,176,235) (79%,69%,92%)
R 201 von 255 = 79%
G 176 von 255 = 69%
B 235 von 255 = 92%
R + G + B ~ 80%. #C9B0EB ziemlich helle Farbe.
R + G + B =
201 + 176 + 235 = 612 (100%)
R 201 von 612 ~ 32.84%
G 176 von 612 ~ 28.76%
B 235 von 612 ~ 38.4%
Die Farbe #C9B0EB wird in CMYK als (14,25,0,8) definiert.
CMYK: (14,25,0,8) C14M25Y0K8 (14%,25%,0%,8%) (0.14/0.25/0.00/0.08)
C9 | B0 | EB | |
---|---|---|---|
RGB | 201 | 176 | 235 |
HSL | 265° | 59.60% | 80.59% |
HSB/HSV | 265° | 25.11% | 92.16% |
CMYK | 14.47% | 25.11% | 0.00% |
7.84% |
Hexadezimal | C9 | B0 | EB |
Dezimal | 201 | 176 | 235 |
Binär | 11001001 | 10110000 | 11101011 |
Oktal | 311 | 260 | 353 |
Beispiele css- und html für Elemente in der Farbe #C9B0EB. Bitte benutzen Sie auch rgb(201,176,235) statt hex-Code.
.myTextColor { color: #C9B0EB; }
<p style="color:#C9B0EB">This sample text font color is #C9B0EB.</p>
Die Farbe dieses Textes ist #C9B0EB.
.myBgColor { background-color: #C9B0EB; }
<div style="background-color:#C9B0EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9B0EB.
.myBorderColor { border: 1px solid #C9B0EB; }
<div style="border:3px solid #C9B0EB">Div</div>
Die Grenzen von diesem div sind in Farbe #C9B0EB.
.myOpacity80 { color: #C9B0EB; opacity: 0.8; }
<p style="color:#C9B0EB;opacity:0.8;">80%</p>
Text in Farbe #C9B0EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9B0EB;}
<p style="text-shadow: 3px 3px 1px #C9B0EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9B0EB.
.textShadow {text-shadow: 3px 3px 1px #C9B0EB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9B0EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9B0EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9B0EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9B0EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9B0EB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9B0EB; -webkit-box-shadow: 1px 1px 3px 2px #C9B0EB; box-shadow: 1px 1px 3px 2px #C9B0EB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9B0EB; -webkit-box-shadow: 1px 1px 3px 2px #C9B0EB; box-shadow:1px 1px 3px 2px #C9B0EB;">
Div content here</div>
Dieser Text ist in der Farbe #C9B0EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9B0EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9B0EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9B0EB.