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