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