HEX: #E6B1CD
RGB: (230,177,205)
#E6B1CD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6B1CD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E6B1CD wird in RGB als (230,177,205) definiert.
RGB: (230,177,205) (90%,69%,80%)
R 230 von 255 = 90%
G 177 von 255 = 69%
B 205 von 255 = 80%
R + G + B ~ 80%. #E6B1CD ziemlich helle Farbe.
R + G + B =
230 + 177 + 205 = 612 (100%)
R 230 von 612 ~ 37.58%
G 177 von 612 ~ 28.92%
B 205 von 612 ~ 33.5%
Die Farbe #E6B1CD wird in CMYK als (0,23,11,10) definiert.
CMYK: (0,23,11,10) C0M23Y11K10 (0%,23%,11%,10%) (0.00/0.23/0.11/0.10)
E6 | B1 | CD | |
---|---|---|---|
RGB | 230 | 177 | 205 |
HSL | 328° | 51.46% | 79.80% |
HSB/HSV | 328° | 23.04% | 90.20% |
CMYK | 0.00% | 23.04% | 10.87% |
9.80% |
Hexadezimal | E6 | B1 | CD |
Dezimal | 230 | 177 | 205 |
Binär | 11100110 | 10110001 | 11001101 |
Oktal | 346 | 261 | 315 |
Beispiele css- und html für Elemente in der Farbe #E6B1CD. Bitte benutzen Sie auch rgb(230,177,205) statt hex-Code.
.myTextColor { color: #E6B1CD; }
<p style="color:#E6B1CD">This sample text font color is #E6B1CD.</p>
Die Farbe dieses Textes ist #E6B1CD.
.myBgColor { background-color: #E6B1CD; }
<div style="background-color:#E6B1CD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6B1CD.
.myBorderColor { border: 1px solid #E6B1CD; }
<div style="border:3px solid #E6B1CD">Div</div>
Die Grenzen von diesem div sind in Farbe #E6B1CD.
.myOpacity80 { color: #E6B1CD; opacity: 0.8; }
<p style="color:#E6B1CD;opacity:0.8;">80%</p>
Text in Farbe #E6B1CD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6B1CD;}
<p style="text-shadow: 3px 3px 1px #E6B1CD">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6B1CD.
.textShadow {text-shadow: 3px 3px 1px #E6B1CD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6B1CD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6B1CD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6B1CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6B1CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6B1CD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6B1CD; -webkit-box-shadow: 1px 1px 3px 2px #E6B1CD; box-shadow: 1px 1px 3px 2px #E6B1CD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6B1CD; -webkit-box-shadow: 1px 1px 3px 2px #E6B1CD; box-shadow:1px 1px 3px 2px #E6B1CD;">
Div content here</div>
Dieser Text ist in der Farbe #E6B1CD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6B1CD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6B1CD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6B1CD.