HEX: #EFC5CE
RGB: (239,197,206)
#EFC5CE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EFC5CE ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EFC5CE wird in RGB als (239,197,206) definiert.
RGB: (239,197,206) (94%,77%,81%)
R 239 von 255 = 94%
G 197 von 255 = 77%
B 206 von 255 = 81%
R + G + B ~ 84%. #EFC5CE ziemlich helle Farbe.
R + G + B =
239 + 197 + 206 = 642 (100%)
R 239 von 642 ~ 37.23%
G 197 von 642 ~ 30.69%
B 206 von 642 ~ 32.09%
Die Farbe #EFC5CE wird in CMYK als (0,18,14,6) definiert.
CMYK: (0,18,14,6) C0M18Y14K6 (0%,18%,14%,6%) (0.00/0.18/0.14/0.06)
EF | C5 | CE | |
---|---|---|---|
RGB | 239 | 197 | 206 |
HSL | 347° | 56.76% | 85.49% |
HSB/HSV | 347° | 17.57% | 93.73% |
CMYK | 0.00% | 17.57% | 13.81% |
6.27% |
Hexadezimal | EF | C5 | CE |
Dezimal | 239 | 197 | 206 |
Binär | 11101111 | 11000101 | 11001110 |
Oktal | 357 | 305 | 316 |
Beispiele css- und html für Elemente in der Farbe #EFC5CE. Bitte benutzen Sie auch rgb(239,197,206) statt hex-Code.
.myTextColor { color: #EFC5CE; }
<p style="color:#EFC5CE">This sample text font color is #EFC5CE.</p>
Die Farbe dieses Textes ist #EFC5CE.
.myBgColor { background-color: #EFC5CE; }
<div style="background-color:#EFC5CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EFC5CE.
.myBorderColor { border: 1px solid #EFC5CE; }
<div style="border:3px solid #EFC5CE">Div</div>
Die Grenzen von diesem div sind in Farbe #EFC5CE.
.myOpacity80 { color: #EFC5CE; opacity: 0.8; }
<p style="color:#EFC5CE;opacity:0.8;">80%</p>
Text in Farbe #EFC5CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFC5CE;}
<p style="text-shadow: 3px 3px 1px #EFC5CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #EFC5CE.
.textShadow {text-shadow: 3px 3px 1px #EFC5CE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFC5CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EFC5CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFC5CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFC5CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFC5CE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EFC5CE; -webkit-box-shadow: 1px 1px 3px 2px #EFC5CE; box-shadow: 1px 1px 3px 2px #EFC5CE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFC5CE; -webkit-box-shadow: 1px 1px 3px 2px #EFC5CE; box-shadow:1px 1px 3px 2px #EFC5CE;">
Div content here</div>
Dieser Text ist in der Farbe #EFC5CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EFC5CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EFC5CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EFC5CE.