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