HEX: #EEC4CB
RGB: (238,196,203)
#EEC4CB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EEC4CB ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EEC4CB wird in RGB als (238,196,203) definiert.
RGB: (238,196,203) (93%,77%,80%)
R 238 von 255 = 93%
G 196 von 255 = 77%
B 203 von 255 = 80%
R + G + B ~ 83%. #EEC4CB ziemlich helle Farbe.
R + G + B =
238 + 196 + 203 = 637 (100%)
R 238 von 637 ~ 37.36%
G 196 von 637 ~ 30.77%
B 203 von 637 ~ 31.87%
Die Farbe #EEC4CB wird in CMYK als (0,18,15,7) definiert.
CMYK: (0,18,15,7) C0M18Y15K7 (0%,18%,15%,7%) (0.00/0.18/0.15/0.07)
EE | C4 | CB | |
---|---|---|---|
RGB | 238 | 196 | 203 |
HSL | 350° | 55.26% | 85.10% |
HSB/HSV | 350° | 17.65% | 93.33% |
CMYK | 0.00% | 17.65% | 14.71% |
6.67% |
Hexadezimal | EE | C4 | CB |
Dezimal | 238 | 196 | 203 |
Binär | 11101110 | 11000100 | 11001011 |
Oktal | 356 | 304 | 313 |
Beispiele css- und html für Elemente in der Farbe #EEC4CB. Bitte benutzen Sie auch rgb(238,196,203) statt hex-Code.
.myTextColor { color: #EEC4CB; }
<p style="color:#EEC4CB">This sample text font color is #EEC4CB.</p>
Die Farbe dieses Textes ist #EEC4CB.
.myBgColor { background-color: #EEC4CB; }
<div style="background-color:#EEC4CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EEC4CB.
.myBorderColor { border: 1px solid #EEC4CB; }
<div style="border:3px solid #EEC4CB">Div</div>
Die Grenzen von diesem div sind in Farbe #EEC4CB.
.myOpacity80 { color: #EEC4CB; opacity: 0.8; }
<p style="color:#EEC4CB;opacity:0.8;">80%</p>
Text in Farbe #EEC4CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEC4CB;}
<p style="text-shadow: 3px 3px 1px #EEC4CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #EEC4CB.
.textShadow {text-shadow: 3px 3px 1px #EEC4CB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEC4CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EEC4CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEC4CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEC4CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEC4CB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EEC4CB; -webkit-box-shadow: 1px 1px 3px 2px #EEC4CB; box-shadow: 1px 1px 3px 2px #EEC4CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EEC4CB; -webkit-box-shadow: 1px 1px 3px 2px #EEC4CB; box-shadow:1px 1px 3px 2px #EEC4CB;">
Div content here</div>
Dieser Text ist in der Farbe #EEC4CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EEC4CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EEC4CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EEC4CB.