HEX: #EEBBCB
RGB: (238,187,203)
#EEBBCB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EEBBCB ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EEBBCB wird in RGB als (238,187,203) definiert.
RGB: (238,187,203)
(93%, 73%, 80%)
R 238 von 255 = 93%
G 187 von 255 = 73%
B 203 von 255 = 80%
R + G + B ~ 82%. #EEBBCB ziemlich helle Farbe.
R + G + B = 238 + 187 + 203 = 628 (100%)
R 238 von 628 ~ 37.9%
G 187 von 628 ~ 29.78%
B 203 von 628 ~ 32.32'%
Die Farbe #EEBBCB wird in CMYK als (0,21,15,7) definiert.
CMYK: (0,21,15,7)
C0M21Y15K7 (0%, 21%, 15%, 7%)
(0.00 / 0.21 / 0.15 / 0.07)
Farbe #EEBBCB in den populären Farbmodellen.
EE | BB | CB | |
---|---|---|---|
RGB | 238 | 187 | 203 |
HSL | 341° | 60.00% | 83.33% |
HSB/HSV | 341° | 21.43% | 93.33% |
CMYK | 0.00% | 21.43% | 14.71% |
6.67% |
Die Farbe #EEBBCB in den populären Zahlensystemen.
Hexadezimal | EE | BB | CB |
Dezimal | 238 | 187 | 203 |
Binär | 11101110 | 10111011 | 11001011 |
Oktal | 356 | 273 | 313 |
Dunkle Töne der Farbe #EEBBCB
Helle Töne der Farbe #EEBBCB
Beispiele css- und html für Elemente in der Farbe #EEBBCB. Bitte benutzen Sie auch rgb(238,187,203) statt hex-Code.
.myTextColor { color: #EEBBCB; }
<p style="color:#EEBBCB">This sample text font color is #EEBBCB.</p>
Die Farbe dieses Textes ist #EEBBCB.
.myBgColor { background-color: #EEBBCB; }
<div style="background-color:#EEBBCB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EEBBCB.
.myBorderColor { border: 1px solid #EEBBCB; }
<div style="border:3px solid #EEBBCB">Div</div>
Die Grenzen von diesem div sind in Farbe #EEBBCB.
.myOpacity80 { color: #EEBBCB; opacity: 0.8; }
<p style="color:#EEBBCB;opacity:0.8;">80%</p>
Text in Farbe #EEBBCB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEBBCB;}
<p style="text-shadow: 3px 3px 1px #EEBBCB">Text here.</p>
Dieser Text hat den Schatten in Farbe #EEBBCB.
.textShadow {text-shadow: 3px 3px 1px #EEBBCB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEBBCB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EEBBCB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEBBCB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEBBCB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEBBCB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEBBCB;
-webkit-box-shadow: 1px 1px 3px 2px #EEBBCB;
box-shadow: 1px 1px 3px 2px #EEBBCB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEBBCB; -webkit-box-shadow: 1px 1px 3px 2px #EEBBCB; box-shadow:1px 1px 3px 2px #EEBBCB;">
Div content here
</div>
Dieser Text ist in der Farbe #EEBBCB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EEBBCB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EEBBCB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EEBBCB.
Kontrastfarbe für #hex ist #114434.