HEX: #E3BEEB
RGB: (227,190,235)
#E3BEEB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E3BEEB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E3BEEB wird in RGB als (227,190,235) definiert.
RGB: (227,190,235) (89%,75%,92%)
R 227 von 255 = 89%
G 190 von 255 = 75%
B 235 von 255 = 92%
R + G + B ~ 85%. #E3BEEB ziemlich helle Farbe.
R + G + B =
227 + 190 + 235 = 652 (100%)
R 227 von 652 ~ 34.82%
G 190 von 652 ~ 29.14%
B 235 von 652 ~ 36.04%
Die Farbe #E3BEEB wird in CMYK als (3,19,0,8) definiert.
CMYK: (3,19,0,8) C3M19Y0K8 (3%,19%,0%,8%) (0.03/0.19/0.00/0.08)
E3 | BE | EB | |
---|---|---|---|
RGB | 227 | 190 | 235 |
HSL | 289° | 52.94% | 83.33% |
HSB/HSV | 289° | 19.15% | 92.16% |
CMYK | 3.40% | 19.15% | 0.00% |
7.84% |
Hexadezimal | E3 | BE | EB |
Dezimal | 227 | 190 | 235 |
Binär | 11100011 | 10111110 | 11101011 |
Oktal | 343 | 276 | 353 |
Beispiele css- und html für Elemente in der Farbe #E3BEEB. Bitte benutzen Sie auch rgb(227,190,235) statt hex-Code.
.myTextColor { color: #E3BEEB; }
<p style="color:#E3BEEB">This sample text font color is #E3BEEB.</p>
Die Farbe dieses Textes ist #E3BEEB.
.myBgColor { background-color: #E3BEEB; }
<div style="background-color:#E3BEEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E3BEEB.
.myBorderColor { border: 1px solid #E3BEEB; }
<div style="border:3px solid #E3BEEB">Div</div>
Die Grenzen von diesem div sind in Farbe #E3BEEB.
.myOpacity80 { color: #E3BEEB; opacity: 0.8; }
<p style="color:#E3BEEB;opacity:0.8;">80%</p>
Text in Farbe #E3BEEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E3BEEB;}
<p style="text-shadow: 3px 3px 1px #E3BEEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E3BEEB.
.textShadow {text-shadow: 3px 3px 1px #E3BEEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E3BEEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E3BEEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E3BEEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E3BEEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E3BEEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E3BEEB; -webkit-box-shadow: 1px 1px 3px 2px #E3BEEB; box-shadow: 1px 1px 3px 2px #E3BEEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E3BEEB; -webkit-box-shadow: 1px 1px 3px 2px #E3BEEB; box-shadow:1px 1px 3px 2px #E3BEEB;">
Div content here</div>
Dieser Text ist in der Farbe #E3BEEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E3BEEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E3BEEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E3BEEB.