HEX: #EFCBEB
RGB: (239,203,235)
#EFCBEB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EFCBEB ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #EFCBEB wird in RGB als (239,203,235) definiert.
RGB: (239,203,235) (94%,80%,92%)
R 239 von 255 = 94%
G 203 von 255 = 80%
B 235 von 255 = 92%
R + G + B ~ 89%. #EFCBEB helle Farbe.
R + G + B =
239 + 203 + 235 = 677 (100%)
R 239 von 677 ~ 35.3%
G 203 von 677 ~ 29.99%
B 235 von 677 ~ 34.71%
Die Farbe #EFCBEB wird in CMYK als (0,15,2,6) definiert.
CMYK: (0,15,2,6) C0M15Y2K6 (0%,15%,2%,6%) (0.00/0.15/0.02/0.06)
EF | CB | EB | |
---|---|---|---|
RGB | 239 | 203 | 235 |
HSL | 307° | 52.94% | 86.67% |
HSB/HSV | 307° | 15.06% | 93.73% |
CMYK | 0.00% | 15.06% | 1.67% |
6.27% |
Hexadezimal | EF | CB | EB |
Dezimal | 239 | 203 | 235 |
Binär | 11101111 | 11001011 | 11101011 |
Oktal | 357 | 313 | 353 |
Beispiele css- und html für Elemente in der Farbe #EFCBEB. Bitte benutzen Sie auch rgb(239,203,235) statt hex-Code.
.myTextColor { color: #EFCBEB; }
<p style="color:#EFCBEB">This sample text font color is #EFCBEB.</p>
Die Farbe dieses Textes ist #EFCBEB.
.myBgColor { background-color: #EFCBEB; }
<div style="background-color:#EFCBEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EFCBEB.
.myBorderColor { border: 1px solid #EFCBEB; }
<div style="border:3px solid #EFCBEB">Div</div>
Die Grenzen von diesem div sind in Farbe #EFCBEB.
.myOpacity80 { color: #EFCBEB; opacity: 0.8; }
<p style="color:#EFCBEB;opacity:0.8;">80%</p>
Text in Farbe #EFCBEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFCBEB;}
<p style="text-shadow: 3px 3px 1px #EFCBEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #EFCBEB.
.textShadow {text-shadow: 3px 3px 1px #EFCBEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFCBEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EFCBEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFCBEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFCBEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFCBEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EFCBEB; -webkit-box-shadow: 1px 1px 3px 2px #EFCBEB; box-shadow: 1px 1px 3px 2px #EFCBEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFCBEB; -webkit-box-shadow: 1px 1px 3px 2px #EFCBEB; box-shadow:1px 1px 3px 2px #EFCBEB;">
Div content here</div>
Dieser Text ist in der Farbe #EFCBEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EFCBEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EFCBEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EFCBEB.