HEX: #ECBBCB
RGB: (236,187,203)
#ECBBCB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ECBBCB ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #ECBBCB wird in RGB als (236,187,203) definiert.
RGB: (236,187,203) (93%,73%,80%)
R 236 von 255 = 93%
G 187 von 255 = 73%
B 203 von 255 = 80%
R + G + B ~ 82%. #ECBBCB ziemlich helle Farbe.
R + G + B =
236 + 187 + 203 = 626 (100%)
R 236 von 626 ~ 37.7%
G 187 von 626 ~ 29.87%
B 203 von 626 ~ 32.43%
Die Farbe #ECBBCB wird in CMYK als (0,21,14,7) definiert.
CMYK: (0,21,14,7) C0M21Y14K7 (0%,21%,14%,7%) (0.00/0.21/0.14/0.07)
EC | BB | CB | |
---|---|---|---|
RGB | 236 | 187 | 203 |
HSL | 340° | 56.32% | 82.94% |
HSB/HSV | 340° | 20.76% | 92.55% |
CMYK | 0.00% | 20.76% | 13.98% |
7.45% |
Hexadezimal | EC | BB | CB |
Dezimal | 236 | 187 | 203 |
Binär | 11101100 | 10111011 | 11001011 |
Oktal | 354 | 273 | 313 |
Beispiele css- und html für Elemente in der Farbe #ECBBCB. Bitte benutzen Sie auch rgb(236,187,203) statt hex-Code.
.myTextColor { color: #ECBBCB; }
<p style="color:#ECBBCB">This sample text font color is #ECBBCB.</p>
Die Farbe dieses Textes ist #ECBBCB.
.myBgColor { background-color: #ECBBCB; }
<div style="background-color:#ECBBCB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ECBBCB.
.myBorderColor { border: 1px solid #ECBBCB; }
<div style="border:3px solid #ECBBCB">Div</div>
Die Grenzen von diesem div sind in Farbe #ECBBCB.
.myOpacity80 { color: #ECBBCB; opacity: 0.8; }
<p style="color:#ECBBCB;opacity:0.8;">80%</p>
Text in Farbe #ECBBCB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECBBCB;}
<p style="text-shadow: 3px 3px 1px #ECBBCB">Text here.</p>
Dieser Text hat den Schatten in Farbe #ECBBCB.
.textShadow {text-shadow: 3px 3px 1px #ECBBCB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECBBCB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ECBBCB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECBBCB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECBBCB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECBBCB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ECBBCB; -webkit-box-shadow: 1px 1px 3px 2px #ECBBCB; box-shadow: 1px 1px 3px 2px #ECBBCB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ECBBCB; -webkit-box-shadow: 1px 1px 3px 2px #ECBBCB; box-shadow:1px 1px 3px 2px #ECBBCB;">
Div content here</div>
Dieser Text ist in der Farbe #ECBBCB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ECBBCB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ECBBCB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ECBBCB.