HEX: #E7B0BD
RGB: (231,176,189)
#E7B0BD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E7B0BD ist eine «websichere» Webfarbe #FF99CC (oder kurz #F9C).
Die Farbe #E7B0BD wird in RGB als (231,176,189) definiert.
RGB: (231,176,189) (91%,69%,74%)
R 231 von 255 = 91%
G 176 von 255 = 69%
B 189 von 255 = 74%
R + G + B ~ 78%. #E7B0BD ziemlich helle Farbe.
R + G + B =
231 + 176 + 189 = 596 (100%)
R 231 von 596 ~ 38.76%
G 176 von 596 ~ 29.53%
B 189 von 596 ~ 31.71%
Die Farbe #E7B0BD wird in CMYK als (0,24,18,9) definiert.
CMYK: (0,24,18,9) C0M24Y18K9 (0%,24%,18%,9%) (0.00/0.24/0.18/0.09)
E7 | B0 | BD | |
---|---|---|---|
RGB | 231 | 176 | 189 |
HSL | 346° | 53.40% | 79.80% |
HSB/HSV | 346° | 23.81% | 90.59% |
CMYK | 0.00% | 23.81% | 18.18% |
9.41% |
Hexadezimal | E7 | B0 | BD |
Dezimal | 231 | 176 | 189 |
Binär | 11100111 | 10110000 | 10111101 |
Oktal | 347 | 260 | 275 |
Beispiele css- und html für Elemente in der Farbe #E7B0BD. Bitte benutzen Sie auch rgb(231,176,189) statt hex-Code.
.myTextColor { color: #E7B0BD; }
<p style="color:#E7B0BD">This sample text font color is #E7B0BD.</p>
Die Farbe dieses Textes ist #E7B0BD.
.myBgColor { background-color: #E7B0BD; }
<div style="background-color:#E7B0BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E7B0BD.
.myBorderColor { border: 1px solid #E7B0BD; }
<div style="border:3px solid #E7B0BD">Div</div>
Die Grenzen von diesem div sind in Farbe #E7B0BD.
.myOpacity80 { color: #E7B0BD; opacity: 0.8; }
<p style="color:#E7B0BD;opacity:0.8;">80%</p>
Text in Farbe #E7B0BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7B0BD;}
<p style="text-shadow: 3px 3px 1px #E7B0BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #E7B0BD.
.textShadow {text-shadow: 3px 3px 1px #E7B0BD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7B0BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E7B0BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7B0BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7B0BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7B0BD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E7B0BD; -webkit-box-shadow: 1px 1px 3px 2px #E7B0BD; box-shadow: 1px 1px 3px 2px #E7B0BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E7B0BD; -webkit-box-shadow: 1px 1px 3px 2px #E7B0BD; box-shadow:1px 1px 3px 2px #E7B0BD;">
Div content here</div>
Dieser Text ist in der Farbe #E7B0BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E7B0BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E7B0BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E7B0BD.