HEX: #EFBEC6
RGB: (239,190,198)
#EFBEC6 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EFBEC6 ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EFBEC6 wird in RGB als (239,190,198) definiert.
RGB: (239,190,198) (94%,75%,78%)
R 239 von 255 = 94%
G 190 von 255 = 75%
B 198 von 255 = 78%
R + G + B ~ 82%. #EFBEC6 ziemlich helle Farbe.
R + G + B =
239 + 190 + 198 = 627 (100%)
R 239 von 627 ~ 38.12%
G 190 von 627 ~ 30.3%
B 198 von 627 ~ 31.58%
Die Farbe #EFBEC6 wird in CMYK als (0,21,17,6) definiert.
CMYK: (0,21,17,6) C0M21Y17K6 (0%,21%,17%,6%) (0.00/0.21/0.17/0.06)
EF | BE | C6 | |
---|---|---|---|
RGB | 239 | 190 | 198 |
HSL | 350° | 60.49% | 84.12% |
HSB/HSV | 350° | 20.50% | 93.73% |
CMYK | 0.00% | 20.50% | 17.15% |
6.27% |
Hexadezimal | EF | BE | C6 |
Dezimal | 239 | 190 | 198 |
Binär | 11101111 | 10111110 | 11000110 |
Oktal | 357 | 276 | 306 |
Beispiele css- und html für Elemente in der Farbe #EFBEC6. Bitte benutzen Sie auch rgb(239,190,198) statt hex-Code.
.myTextColor { color: #EFBEC6; }
<p style="color:#EFBEC6">This sample text font color is #EFBEC6.</p>
Die Farbe dieses Textes ist #EFBEC6.
.myBgColor { background-color: #EFBEC6; }
<div style="background-color:#EFBEC6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EFBEC6.
.myBorderColor { border: 1px solid #EFBEC6; }
<div style="border:3px solid #EFBEC6">Div</div>
Die Grenzen von diesem div sind in Farbe #EFBEC6.
.myOpacity80 { color: #EFBEC6; opacity: 0.8; }
<p style="color:#EFBEC6;opacity:0.8;">80%</p>
Text in Farbe #EFBEC6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFBEC6;}
<p style="text-shadow: 3px 3px 1px #EFBEC6">Text here.</p>
Dieser Text hat den Schatten in Farbe #EFBEC6.
.textShadow {text-shadow: 3px 3px 1px #EFBEC6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFBEC6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EFBEC6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFBEC6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFBEC6, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFBEC6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EFBEC6; -webkit-box-shadow: 1px 1px 3px 2px #EFBEC6; box-shadow: 1px 1px 3px 2px #EFBEC6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFBEC6; -webkit-box-shadow: 1px 1px 3px 2px #EFBEC6; box-shadow:1px 1px 3px 2px #EFBEC6;">
Div content here</div>
Dieser Text ist in der Farbe #EFBEC6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EFBEC6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EFBEC6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EFBEC6.