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