HEX: #EBB4D3
RGB: (235,180,211)
#EBB4D3 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EBB4D3 ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EBB4D3 wird in RGB als (235,180,211) definiert.
RGB: (235,180,211)
(92%, 71%, 83%)
R 235 von 255 = 92%
G 180 von 255 = 71%
B 211 von 255 = 83%
R + G + B ~ 82%. #EBB4D3 ziemlich helle Farbe.
R + G + B = 235 + 180 + 211 = 626 (100%)
R 235 von 626 ~ 37.54%
G 180 von 626 ~ 28.75%
B 211 von 626 ~ 33.71'%
Die Farbe #EBB4D3 wird in CMYK als (0,23,10,8) definiert.
CMYK: (0,23,10,8)
C0M23Y10K8 (0%, 23%, 10%, 8%)
(0.00 / 0.23 / 0.10 / 0.08)
Farbe #EBB4D3 in den populären Farbmodellen.
EB | B4 | D3 | |
---|---|---|---|
RGB | 235 | 180 | 211 |
HSL | 326° | 57.89% | 81.37% |
HSB/HSV | 326° | 23.40% | 92.16% |
CMYK | 0.00% | 23.40% | 10.21% |
7.84% |
Die Farbe #EBB4D3 in den populären Zahlensystemen.
Hexadezimal | EB | B4 | D3 |
Dezimal | 235 | 180 | 211 |
Binär | 11101011 | 10110100 | 11010011 |
Oktal | 353 | 264 | 323 |
Dunkle Töne der Farbe #EBB4D3
Helle Töne der Farbe #EBB4D3
Beispiele css- und html für Elemente in der Farbe #EBB4D3. Bitte benutzen Sie auch rgb(235,180,211) statt hex-Code.
.myTextColor { color: #EBB4D3; }
<p style="color:#EBB4D3">This sample text font color is #EBB4D3.</p>
Die Farbe dieses Textes ist #EBB4D3.
.myBgColor { background-color: #EBB4D3; }
<div style="background-color:#EBB4D3">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EBB4D3.
.myBorderColor { border: 1px solid #EBB4D3; }
<div style="border:3px solid #EBB4D3">Div</div>
Die Grenzen von diesem div sind in Farbe #EBB4D3.
.myOpacity80 { color: #EBB4D3; opacity: 0.8; }
<p style="color:#EBB4D3;opacity:0.8;">80%</p>
Text in Farbe #EBB4D3 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBB4D3;}
<p style="text-shadow: 3px 3px 1px #EBB4D3">Text here.</p>
Dieser Text hat den Schatten in Farbe #EBB4D3.
.textShadow {text-shadow: 3px 3px 1px #EBB4D3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBB4D3, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EBB4D3 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBB4D3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBB4D3, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBB4D3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBB4D3;
-webkit-box-shadow: 1px 1px 3px 2px #EBB4D3;
box-shadow: 1px 1px 3px 2px #EBB4D3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBB4D3; -webkit-box-shadow: 1px 1px 3px 2px #EBB4D3; box-shadow:1px 1px 3px 2px #EBB4D3;">
Div content here
</div>
Dieser Text ist in der Farbe #EBB4D3 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EBB4D3 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EBB4D3.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EBB4D3.
Kontrastfarbe für #hex ist #144B2C.