HEX: #EFC9E3
RGB: (239,201,227)
#EFC9E3 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EFC9E3 ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EFC9E3 wird in RGB als (239,201,227) definiert.
RGB: (239,201,227) (94%,79%,89%)
R 239 von 255 = 94%
G 201 von 255 = 79%
B 227 von 255 = 89%
R + G + B ~ 87%. #EFC9E3 helle Farbe.
R + G + B =
239 + 201 + 227 = 667 (100%)
R 239 von 667 ~ 35.83%
G 201 von 667 ~ 30.13%
B 227 von 667 ~ 34.03%
Die Farbe #EFC9E3 wird in CMYK als (0,16,5,6) definiert.
CMYK: (0,16,5,6) C0M16Y5K6 (0%,16%,5%,6%) (0.00/0.16/0.05/0.06)
EF | C9 | E3 | |
---|---|---|---|
RGB | 239 | 201 | 227 |
HSL | 319° | 54.29% | 86.27% |
HSB/HSV | 319° | 15.90% | 93.73% |
CMYK | 0.00% | 15.90% | 5.02% |
6.27% |
Hexadezimal | EF | C9 | E3 |
Dezimal | 239 | 201 | 227 |
Binär | 11101111 | 11001001 | 11100011 |
Oktal | 357 | 311 | 343 |
Beispiele css- und html für Elemente in der Farbe #EFC9E3. Bitte benutzen Sie auch rgb(239,201,227) statt hex-Code.
.myTextColor { color: #EFC9E3; }
<p style="color:#EFC9E3">This sample text font color is #EFC9E3.</p>
Die Farbe dieses Textes ist #EFC9E3.
.myBgColor { background-color: #EFC9E3; }
<div style="background-color:#EFC9E3">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EFC9E3.
.myBorderColor { border: 1px solid #EFC9E3; }
<div style="border:3px solid #EFC9E3">Div</div>
Die Grenzen von diesem div sind in Farbe #EFC9E3.
.myOpacity80 { color: #EFC9E3; opacity: 0.8; }
<p style="color:#EFC9E3;opacity:0.8;">80%</p>
Text in Farbe #EFC9E3 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFC9E3;}
<p style="text-shadow: 3px 3px 1px #EFC9E3">Text here.</p>
Dieser Text hat den Schatten in Farbe #EFC9E3.
.textShadow {text-shadow: 3px 3px 1px #EFC9E3, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFC9E3, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EFC9E3 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFC9E3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFC9E3, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFC9E3 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EFC9E3; -webkit-box-shadow: 1px 1px 3px 2px #EFC9E3; box-shadow: 1px 1px 3px 2px #EFC9E3; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFC9E3; -webkit-box-shadow: 1px 1px 3px 2px #EFC9E3; box-shadow:1px 1px 3px 2px #EFC9E3;">
Div content here</div>
Dieser Text ist in der Farbe #EFC9E3 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EFC9E3 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EFC9E3.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EFC9E3.