HEX: #EBE6EA
RGB: (235,230,234)
#EBE6EA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EBE6EA ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #EBE6EA wird in RGB als (235,230,234) definiert.
RGB: (235,230,234) (92%,90%,92%)
R 235 von 255 = 92%
G 230 von 255 = 90%
B 234 von 255 = 92%
R + G + B ~ 91%. #EBE6EA helle Farbe.
R + G + B =
235 + 230 + 234 = 699 (100%)
R 235 von 699 ~ 33.62%
G 230 von 699 ~ 32.9%
B 234 von 699 ~ 33.48%
Die Farbe #EBE6EA wird in CMYK als (0,2,0,8) definiert.
CMYK: (0,2,0,8) C0M2Y0K8 (0%,2%,0%,8%) (0.00/0.02/0.00/0.08)
EB | E6 | EA | |
---|---|---|---|
RGB | 235 | 230 | 234 |
HSL | 312° | 11.11% | 91.18% |
HSB/HSV | 312° | 2.13% | 92.16% |
CMYK | 0.00% | 2.13% | 0.43% |
7.84% |
Hexadezimal | EB | E6 | EA |
Dezimal | 235 | 230 | 234 |
Binär | 11101011 | 11100110 | 11101010 |
Oktal | 353 | 346 | 352 |
Beispiele css- und html für Elemente in der Farbe #EBE6EA. Bitte benutzen Sie auch rgb(235,230,234) statt hex-Code.
.myTextColor { color: #EBE6EA; }
<p style="color:#EBE6EA">This sample text font color is #EBE6EA.</p>
Die Farbe dieses Textes ist #EBE6EA.
.myBgColor { background-color: #EBE6EA; }
<div style="background-color:#EBE6EA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EBE6EA.
.myBorderColor { border: 1px solid #EBE6EA; }
<div style="border:3px solid #EBE6EA">Div</div>
Die Grenzen von diesem div sind in Farbe #EBE6EA.
.myOpacity80 { color: #EBE6EA; opacity: 0.8; }
<p style="color:#EBE6EA;opacity:0.8;">80%</p>
Text in Farbe #EBE6EA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBE6EA;}
<p style="text-shadow: 3px 3px 1px #EBE6EA">Text here.</p>
Dieser Text hat den Schatten in Farbe #EBE6EA.
.textShadow {text-shadow: 3px 3px 1px #EBE6EA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBE6EA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EBE6EA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBE6EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBE6EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBE6EA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EBE6EA; -webkit-box-shadow: 1px 1px 3px 2px #EBE6EA; box-shadow: 1px 1px 3px 2px #EBE6EA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EBE6EA; -webkit-box-shadow: 1px 1px 3px 2px #EBE6EA; box-shadow:1px 1px 3px 2px #EBE6EA;">
Div content here</div>
Dieser Text ist in der Farbe #EBE6EA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EBE6EA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EBE6EA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EBE6EA.