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