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