HEX: #C8E6EA
RGB: (200,230,234)
#C8E6EA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C8E6EA ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C8E6EA wird in RGB als (200,230,234) definiert.
RGB: (200,230,234) (78%,90%,92%)
R 200 von 255 = 78%
G 230 von 255 = 90%
B 234 von 255 = 92%
R + G + B ~ 87%. #C8E6EA helle Farbe.
R + G + B =
200 + 230 + 234 = 664 (100%)
R 200 von 664 ~ 30.12%
G 230 von 664 ~ 34.64%
B 234 von 664 ~ 35.24%
Die Farbe #C8E6EA wird in CMYK als (15,2,0,8) definiert.
CMYK: (15,2,0,8) C15M2Y0K8 (15%,2%,0%,8%) (0.15/0.02/0.00/0.08)
C8 | E6 | EA | |
---|---|---|---|
RGB | 200 | 230 | 234 |
HSL | 187° | 44.74% | 85.10% |
HSB/HSV | 187° | 14.53% | 91.76% |
CMYK | 14.53% | 1.71% | 0.00% |
8.24% |
Hexadezimal | C8 | E6 | EA |
Dezimal | 200 | 230 | 234 |
Binär | 11001000 | 11100110 | 11101010 |
Oktal | 310 | 346 | 352 |
Beispiele css- und html für Elemente in der Farbe #C8E6EA. Bitte benutzen Sie auch rgb(200,230,234) statt hex-Code.
.myTextColor { color: #C8E6EA; }
<p style="color:#C8E6EA">This sample text font color is #C8E6EA.</p>
Die Farbe dieses Textes ist #C8E6EA.
.myBgColor { background-color: #C8E6EA; }
<div style="background-color:#C8E6EA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C8E6EA.
.myBorderColor { border: 1px solid #C8E6EA; }
<div style="border:3px solid #C8E6EA">Div</div>
Die Grenzen von diesem div sind in Farbe #C8E6EA.
.myOpacity80 { color: #C8E6EA; opacity: 0.8; }
<p style="color:#C8E6EA;opacity:0.8;">80%</p>
Text in Farbe #C8E6EA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C8E6EA;}
<p style="text-shadow: 3px 3px 1px #C8E6EA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C8E6EA.
.textShadow {text-shadow: 3px 3px 1px #C8E6EA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C8E6EA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C8E6EA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8E6EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C8E6EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C8E6EA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C8E6EA; -webkit-box-shadow: 1px 1px 3px 2px #C8E6EA; box-shadow: 1px 1px 3px 2px #C8E6EA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C8E6EA; -webkit-box-shadow: 1px 1px 3px 2px #C8E6EA; box-shadow:1px 1px 3px 2px #C8E6EA;">
Div content here</div>
Dieser Text ist in der Farbe #C8E6EA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C8E6EA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C8E6EA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C8E6EA.