HEX: #E7B4CB
RGB: (231,180,203)
#E7B4CB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E7B4CB ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #E7B4CB wird in RGB als (231,180,203) definiert.
RGB: (231,180,203) (91%,71%,80%)
R 231 von 255 = 91%
G 180 von 255 = 71%
B 203 von 255 = 80%
R + G + B ~ 81%. #E7B4CB ziemlich helle Farbe.
R + G + B =
231 + 180 + 203 = 614 (100%)
R 231 von 614 ~ 37.62%
G 180 von 614 ~ 29.32%
B 203 von 614 ~ 33.06%
Die Farbe #E7B4CB wird in CMYK als (0,22,12,9) definiert.
CMYK: (0,22,12,9) C0M22Y12K9 (0%,22%,12%,9%) (0.00/0.22/0.12/0.09)
E7 | B4 | CB | |
---|---|---|---|
RGB | 231 | 180 | 203 |
HSL | 333° | 51.52% | 80.59% |
HSB/HSV | 333° | 22.08% | 90.59% |
CMYK | 0.00% | 22.08% | 12.12% |
9.41% |
Hexadezimal | E7 | B4 | CB |
Dezimal | 231 | 180 | 203 |
Binär | 11100111 | 10110100 | 11001011 |
Oktal | 347 | 264 | 313 |
Beispiele css- und html für Elemente in der Farbe #E7B4CB. Bitte benutzen Sie auch rgb(231,180,203) statt hex-Code.
.myTextColor { color: #E7B4CB; }
<p style="color:#E7B4CB">This sample text font color is #E7B4CB.</p>
Die Farbe dieses Textes ist #E7B4CB.
.myBgColor { background-color: #E7B4CB; }
<div style="background-color:#E7B4CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E7B4CB.
.myBorderColor { border: 1px solid #E7B4CB; }
<div style="border:3px solid #E7B4CB">Div</div>
Die Grenzen von diesem div sind in Farbe #E7B4CB.
.myOpacity80 { color: #E7B4CB; opacity: 0.8; }
<p style="color:#E7B4CB;opacity:0.8;">80%</p>
Text in Farbe #E7B4CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7B4CB;}
<p style="text-shadow: 3px 3px 1px #E7B4CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E7B4CB.
.textShadow {text-shadow: 3px 3px 1px #E7B4CB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7B4CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E7B4CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7B4CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7B4CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7B4CB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E7B4CB; -webkit-box-shadow: 1px 1px 3px 2px #E7B4CB; box-shadow: 1px 1px 3px 2px #E7B4CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E7B4CB; -webkit-box-shadow: 1px 1px 3px 2px #E7B4CB; box-shadow:1px 1px 3px 2px #E7B4CB;">
Div content here</div>
Dieser Text ist in der Farbe #E7B4CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E7B4CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E7B4CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E7B4CB.