HEX: #E6FCCC
RGB: (230,252,204)
#E6FCCC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6FCCC ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6FCCC wird in RGB als (230,252,204) definiert.
RGB: (230,252,204) (90%,99%,80%)
R 230 von 255 = 90%
G 252 von 255 = 99%
B 204 von 255 = 80%
R + G + B ~ 90%. #E6FCCC helle Farbe.
R + G + B =
230 + 252 + 204 = 686 (100%)
R 230 von 686 ~ 33.53%
G 252 von 686 ~ 36.73%
B 204 von 686 ~ 29.74%
Die Farbe #E6FCCC wird in CMYK als (9,0,19,1) definiert.
CMYK: (9,0,19,1) C9M0Y19K1 (9%,0%,19%,1%) (0.09/0.00/0.19/0.01)
E6 | FC | CC | |
---|---|---|---|
RGB | 230 | 252 | 204 |
HSL | 88° | 88.89% | 89.41% |
HSB/HSV | 88° | 19.05% | 98.82% |
CMYK | 8.73% | 0.00% | 19.05% |
1.18% |
Hexadezimal | E6 | FC | CC |
Dezimal | 230 | 252 | 204 |
Binär | 11100110 | 11111100 | 11001100 |
Oktal | 346 | 374 | 314 |
Beispiele css- und html für Elemente in der Farbe #E6FCCC. Bitte benutzen Sie auch rgb(230,252,204) statt hex-Code.
.myTextColor { color: #E6FCCC; }
<p style="color:#E6FCCC">This sample text font color is #E6FCCC.</p>
Die Farbe dieses Textes ist #E6FCCC.
.myBgColor { background-color: #E6FCCC; }
<div style="background-color:#E6FCCC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6FCCC.
.myBorderColor { border: 1px solid #E6FCCC; }
<div style="border:3px solid #E6FCCC">Div</div>
Die Grenzen von diesem div sind in Farbe #E6FCCC.
.myOpacity80 { color: #E6FCCC; opacity: 0.8; }
<p style="color:#E6FCCC;opacity:0.8;">80%</p>
Text in Farbe #E6FCCC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FCCC;}
<p style="text-shadow: 3px 3px 1px #E6FCCC">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6FCCC.
.textShadow {text-shadow: 3px 3px 1px #E6FCCC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FCCC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6FCCC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FCCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FCCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FCCC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6FCCC; -webkit-box-shadow: 1px 1px 3px 2px #E6FCCC; box-shadow: 1px 1px 3px 2px #E6FCCC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6FCCC; -webkit-box-shadow: 1px 1px 3px 2px #E6FCCC; box-shadow:1px 1px 3px 2px #E6FCCC;">
Div content here</div>
Dieser Text ist in der Farbe #E6FCCC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6FCCC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6FCCC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6FCCC.