HEX: #BEB998
RGB: (190,185,152)
#BEB998 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BEB998 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #BEB998 wird in RGB als (190,185,152) definiert.
RGB: (190,185,152) (75%,73%,60%)
R 190 von 255 = 75%
G 185 von 255 = 73%
B 152 von 255 = 60%
R + G + B ~ 69%. #BEB998 ziemlich helle Farbe.
R + G + B =
190 + 185 + 152 = 527 (100%)
R 190 von 527 ~ 36.05%
G 185 von 527 ~ 35.1%
B 152 von 527 ~ 28.84%
Die Farbe #BEB998 wird in CMYK als (0,3,20,25) definiert.
CMYK: (0,3,20,25) C0M3Y20K25 (0%,3%,20%,25%) (0.00/0.03/0.20/0.25)
BE | B9 | 98 | |
---|---|---|---|
RGB | 190 | 185 | 152 |
HSL | 52° | 22.62% | 67.06% |
HSB/HSV | 52° | 20.00% | 74.51% |
CMYK | 0.00% | 2.63% | 20.00% |
25.49% |
Hexadezimal | BE | B9 | 98 |
Dezimal | 190 | 185 | 152 |
Binär | 10111110 | 10111001 | 10011000 |
Oktal | 276 | 271 | 230 |
Beispiele css- und html für Elemente in der Farbe #BEB998. Bitte benutzen Sie auch rgb(190,185,152) statt hex-Code.
.myTextColor { color: #BEB998; }
<p style="color:#BEB998">This sample text font color is #BEB998.</p>
Die Farbe dieses Textes ist #BEB998.
.myBgColor { background-color: #BEB998; }
<div style="background-color:#BEB998">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEB998.
.myBorderColor { border: 1px solid #BEB998; }
<div style="border:3px solid #BEB998">Div</div>
Die Grenzen von diesem div sind in Farbe #BEB998.
.myOpacity80 { color: #BEB998; opacity: 0.8; }
<p style="color:#BEB998;opacity:0.8;">80%</p>
Text in Farbe #BEB998 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEB998;}
<p style="text-shadow: 3px 3px 1px #BEB998">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEB998.
.textShadow {text-shadow: 3px 3px 1px #BEB998, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEB998, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEB998 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEB998, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEB998, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEB998 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BEB998; -webkit-box-shadow: 1px 1px 3px 2px #BEB998; box-shadow: 1px 1px 3px 2px #BEB998; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BEB998; -webkit-box-shadow: 1px 1px 3px 2px #BEB998; box-shadow:1px 1px 3px 2px #BEB998;">
Div content here</div>
Dieser Text ist in der Farbe #BEB998 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEB998 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEB998.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEB998.