HEX: #E6ECBC
RGB: (230,236,188)
#E6ECBC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6ECBC ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6ECBC wird in RGB als (230,236,188) definiert.
RGB: (230,236,188) (90%,93%,74%)
R 230 von 255 = 90%
G 236 von 255 = 93%
B 188 von 255 = 74%
R + G + B ~ 86%. #E6ECBC helle Farbe.
R + G + B =
230 + 236 + 188 = 654 (100%)
R 230 von 654 ~ 35.17%
G 236 von 654 ~ 36.09%
B 188 von 654 ~ 28.75%
Die Farbe #E6ECBC wird in CMYK als (3,0,20,7) definiert.
CMYK: (3,0,20,7) C3M0Y20K7 (3%,0%,20%,7%) (0.03/0.00/0.20/0.07)
E6 | EC | BC | |
---|---|---|---|
RGB | 230 | 236 | 188 |
HSL | 68° | 55.81% | 83.14% |
HSB/HSV | 68° | 20.34% | 92.55% |
CMYK | 2.54% | 0.00% | 20.34% |
7.45% |
Hexadezimal | E6 | EC | BC |
Dezimal | 230 | 236 | 188 |
Binär | 11100110 | 11101100 | 10111100 |
Oktal | 346 | 354 | 274 |
Beispiele css- und html für Elemente in der Farbe #E6ECBC. Bitte benutzen Sie auch rgb(230,236,188) statt hex-Code.
.myTextColor { color: #E6ECBC; }
<p style="color:#E6ECBC">This sample text font color is #E6ECBC.</p>
Die Farbe dieses Textes ist #E6ECBC.
.myBgColor { background-color: #E6ECBC; }
<div style="background-color:#E6ECBC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6ECBC.
.myBorderColor { border: 1px solid #E6ECBC; }
<div style="border:3px solid #E6ECBC">Div</div>
Die Grenzen von diesem div sind in Farbe #E6ECBC.
.myOpacity80 { color: #E6ECBC; opacity: 0.8; }
<p style="color:#E6ECBC;opacity:0.8;">80%</p>
Text in Farbe #E6ECBC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6ECBC;}
<p style="text-shadow: 3px 3px 1px #E6ECBC">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6ECBC.
.textShadow {text-shadow: 3px 3px 1px #E6ECBC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6ECBC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6ECBC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6ECBC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6ECBC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6ECBC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6ECBC; -webkit-box-shadow: 1px 1px 3px 2px #E6ECBC; box-shadow: 1px 1px 3px 2px #E6ECBC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6ECBC; -webkit-box-shadow: 1px 1px 3px 2px #E6ECBC; box-shadow:1px 1px 3px 2px #E6ECBC;">
Div content here</div>
Dieser Text ist in der Farbe #E6ECBC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6ECBC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6ECBC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6ECBC.