HEX: #F9E6BF
RGB: (249,230,191)
#F9E6BF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F9E6BF ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #F9E6BF wird in RGB als (249,230,191) definiert.
RGB: (249,230,191) (98%,90%,75%)
R 249 von 255 = 98%
G 230 von 255 = 90%
B 191 von 255 = 75%
R + G + B ~ 88%. #F9E6BF helle Farbe.
R + G + B =
249 + 230 + 191 = 670 (100%)
R 249 von 670 ~ 37.16%
G 230 von 670 ~ 34.33%
B 191 von 670 ~ 28.51%
Die Farbe #F9E6BF wird in CMYK als (0,8,23,2) definiert.
CMYK: (0,8,23,2) C0M8Y23K2 (0%,8%,23%,2%) (0.00/0.08/0.23/0.02)
F9 | E6 | BF | |
---|---|---|---|
RGB | 249 | 230 | 191 |
HSL | 40° | 82.86% | 86.27% |
HSB/HSV | 40° | 23.29% | 97.65% |
CMYK | 0.00% | 7.63% | 23.29% |
2.35% |
Hexadezimal | F9 | E6 | BF |
Dezimal | 249 | 230 | 191 |
Binär | 11111001 | 11100110 | 10111111 |
Oktal | 371 | 346 | 277 |
Beispiele css- und html für Elemente in der Farbe #F9E6BF. Bitte benutzen Sie auch rgb(249,230,191) statt hex-Code.
.myTextColor { color: #F9E6BF; }
<p style="color:#F9E6BF">This sample text font color is #F9E6BF.</p>
Die Farbe dieses Textes ist #F9E6BF.
.myBgColor { background-color: #F9E6BF; }
<div style="background-color:#F9E6BF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F9E6BF.
.myBorderColor { border: 1px solid #F9E6BF; }
<div style="border:3px solid #F9E6BF">Div</div>
Die Grenzen von diesem div sind in Farbe #F9E6BF.
.myOpacity80 { color: #F9E6BF; opacity: 0.8; }
<p style="color:#F9E6BF;opacity:0.8;">80%</p>
Text in Farbe #F9E6BF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9E6BF;}
<p style="text-shadow: 3px 3px 1px #F9E6BF">Text here.</p>
Dieser Text hat den Schatten in Farbe #F9E6BF.
.textShadow {text-shadow: 3px 3px 1px #F9E6BF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9E6BF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F9E6BF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9E6BF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9E6BF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9E6BF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F9E6BF; -webkit-box-shadow: 1px 1px 3px 2px #F9E6BF; box-shadow: 1px 1px 3px 2px #F9E6BF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F9E6BF; -webkit-box-shadow: 1px 1px 3px 2px #F9E6BF; box-shadow:1px 1px 3px 2px #F9E6BF;">
Div content here</div>
Dieser Text ist in der Farbe #F9E6BF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F9E6BF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F9E6BF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F9E6BF.