HEX: #EDBBB5
RGB: (237,187,181)
#EDBBB5 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDBBB5 ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EDBBB5 wird in RGB als (237,187,181) definiert.
RGB: (237,187,181) (93%,73%,71%)
R 237 von 255 = 93%
G 187 von 255 = 73%
B 181 von 255 = 71%
R + G + B ~ 79%. #EDBBB5 ziemlich helle Farbe.
R + G + B =
237 + 187 + 181 = 605 (100%)
R 237 von 605 ~ 39.17%
G 187 von 605 ~ 30.91%
B 181 von 605 ~ 29.92%
Die Farbe #EDBBB5 wird in CMYK als (0,21,24,7) definiert.
CMYK: (0,21,24,7) C0M21Y24K7 (0%,21%,24%,7%) (0.00/0.21/0.24/0.07)
ED | BB | B5 | |
---|---|---|---|
RGB | 237 | 187 | 181 |
HSL | 6° | 60.87% | 81.96% |
HSB/HSV | 6° | 23.63% | 92.94% |
CMYK | 0.00% | 21.10% | 23.63% |
7.06% |
Hexadezimal | ED | BB | B5 |
Dezimal | 237 | 187 | 181 |
Binär | 11101101 | 10111011 | 10110101 |
Oktal | 355 | 273 | 265 |
Beispiele css- und html für Elemente in der Farbe #EDBBB5. Bitte benutzen Sie auch rgb(237,187,181) statt hex-Code.
.myTextColor { color: #EDBBB5; }
<p style="color:#EDBBB5">This sample text font color is #EDBBB5.</p>
Die Farbe dieses Textes ist #EDBBB5.
.myBgColor { background-color: #EDBBB5; }
<div style="background-color:#EDBBB5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDBBB5.
.myBorderColor { border: 1px solid #EDBBB5; }
<div style="border:3px solid #EDBBB5">Div</div>
Die Grenzen von diesem div sind in Farbe #EDBBB5.
.myOpacity80 { color: #EDBBB5; opacity: 0.8; }
<p style="color:#EDBBB5;opacity:0.8;">80%</p>
Text in Farbe #EDBBB5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDBBB5;}
<p style="text-shadow: 3px 3px 1px #EDBBB5">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDBBB5.
.textShadow {text-shadow: 3px 3px 1px #EDBBB5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDBBB5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDBBB5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDBBB5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDBBB5, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDBBB5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDBBB5; -webkit-box-shadow: 1px 1px 3px 2px #EDBBB5; box-shadow: 1px 1px 3px 2px #EDBBB5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDBBB5; -webkit-box-shadow: 1px 1px 3px 2px #EDBBB5; box-shadow:1px 1px 3px 2px #EDBBB5;">
Div content here</div>
Dieser Text ist in der Farbe #EDBBB5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDBBB5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDBBB5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDBBB5.