HEX: #E6EEDD
RGB: (230,238,221)
#E6EEDD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6EEDD ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6EEDD wird in RGB als (230,238,221) definiert.
RGB: (230,238,221) (90%,93%,87%)
R 230 von 255 = 90%
G 238 von 255 = 93%
B 221 von 255 = 87%
R + G + B ~ 90%. #E6EEDD helle Farbe.
R + G + B =
230 + 238 + 221 = 689 (100%)
R 230 von 689 ~ 33.38%
G 238 von 689 ~ 34.54%
B 221 von 689 ~ 32.08%
Die Farbe #E6EEDD wird in CMYK als (3,0,7,7) definiert.
CMYK: (3,0,7,7) C3M0Y7K7 (3%,0%,7%,7%) (0.03/0.00/0.07/0.07)
E6 | EE | DD | |
---|---|---|---|
RGB | 230 | 238 | 221 |
HSL | 88° | 33.33% | 90.00% |
HSB/HSV | 88° | 7.14% | 93.33% |
CMYK | 3.36% | 0.00% | 7.14% |
6.67% |
Hexadezimal | E6 | EE | DD |
Dezimal | 230 | 238 | 221 |
Binär | 11100110 | 11101110 | 11011101 |
Oktal | 346 | 356 | 335 |
Beispiele css- und html für Elemente in der Farbe #E6EEDD. Bitte benutzen Sie auch rgb(230,238,221) statt hex-Code.
.myTextColor { color: #E6EEDD; }
<p style="color:#E6EEDD">This sample text font color is #E6EEDD.</p>
Die Farbe dieses Textes ist #E6EEDD.
.myBgColor { background-color: #E6EEDD; }
<div style="background-color:#E6EEDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6EEDD.
.myBorderColor { border: 1px solid #E6EEDD; }
<div style="border:3px solid #E6EEDD">Div</div>
Die Grenzen von diesem div sind in Farbe #E6EEDD.
.myOpacity80 { color: #E6EEDD; opacity: 0.8; }
<p style="color:#E6EEDD;opacity:0.8;">80%</p>
Text in Farbe #E6EEDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6EEDD;}
<p style="text-shadow: 3px 3px 1px #E6EEDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6EEDD.
.textShadow {text-shadow: 3px 3px 1px #E6EEDD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6EEDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6EEDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6EEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6EEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6EEDD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6EEDD; -webkit-box-shadow: 1px 1px 3px 2px #E6EEDD; box-shadow: 1px 1px 3px 2px #E6EEDD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6EEDD; -webkit-box-shadow: 1px 1px 3px 2px #E6EEDD; box-shadow:1px 1px 3px 2px #E6EEDD;">
Div content here</div>
Dieser Text ist in der Farbe #E6EEDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6EEDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6EEDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6EEDD.