HEX: #E7CBEB
RGB: (231,203,235)
#E7CBEB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E7CBEB ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #E7CBEB wird in RGB als (231,203,235) definiert.
RGB: (231,203,235) (91%,80%,92%)
R 231 von 255 = 91%
G 203 von 255 = 80%
B 235 von 255 = 92%
R + G + B ~ 88%. #E7CBEB helle Farbe.
R + G + B =
231 + 203 + 235 = 669 (100%)
R 231 von 669 ~ 34.53%
G 203 von 669 ~ 30.34%
B 235 von 669 ~ 35.13%
Die Farbe #E7CBEB wird in CMYK als (2,14,0,8) definiert.
CMYK: (2,14,0,8) C2M14Y0K8 (2%,14%,0%,8%) (0.02/0.14/0.00/0.08)
E7 | CB | EB | |
---|---|---|---|
RGB | 231 | 203 | 235 |
HSL | 293° | 44.44% | 85.88% |
HSB/HSV | 293° | 13.62% | 92.16% |
CMYK | 1.70% | 13.62% | 0.00% |
7.84% |
Hexadezimal | E7 | CB | EB |
Dezimal | 231 | 203 | 235 |
Binär | 11100111 | 11001011 | 11101011 |
Oktal | 347 | 313 | 353 |
Beispiele css- und html für Elemente in der Farbe #E7CBEB. Bitte benutzen Sie auch rgb(231,203,235) statt hex-Code.
.myTextColor { color: #E7CBEB; }
<p style="color:#E7CBEB">This sample text font color is #E7CBEB.</p>
Die Farbe dieses Textes ist #E7CBEB.
.myBgColor { background-color: #E7CBEB; }
<div style="background-color:#E7CBEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E7CBEB.
.myBorderColor { border: 1px solid #E7CBEB; }
<div style="border:3px solid #E7CBEB">Div</div>
Die Grenzen von diesem div sind in Farbe #E7CBEB.
.myOpacity80 { color: #E7CBEB; opacity: 0.8; }
<p style="color:#E7CBEB;opacity:0.8;">80%</p>
Text in Farbe #E7CBEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7CBEB;}
<p style="text-shadow: 3px 3px 1px #E7CBEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E7CBEB.
.textShadow {text-shadow: 3px 3px 1px #E7CBEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7CBEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E7CBEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7CBEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7CBEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7CBEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E7CBEB; -webkit-box-shadow: 1px 1px 3px 2px #E7CBEB; box-shadow: 1px 1px 3px 2px #E7CBEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E7CBEB; -webkit-box-shadow: 1px 1px 3px 2px #E7CBEB; box-shadow:1px 1px 3px 2px #E7CBEB;">
Div content here</div>
Dieser Text ist in der Farbe #E7CBEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E7CBEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E7CBEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E7CBEB.