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