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