HEX: #B5D2BB
RGB: (181,210,187)
#B5D2BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5D2BB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #B5D2BB wird in RGB als (181,210,187) definiert.
RGB: (181,210,187) (71%,82%,73%)
R 181 von 255 = 71%
G 210 von 255 = 82%
B 187 von 255 = 73%
R + G + B ~ 75%. #B5D2BB ziemlich helle Farbe.
R + G + B =
181 + 210 + 187 = 578 (100%)
R 181 von 578 ~ 31.31%
G 210 von 578 ~ 36.33%
B 187 von 578 ~ 32.35%
Die Farbe #B5D2BB wird in CMYK als (14,0,11,18) definiert.
CMYK: (14,0,11,18) C14M0Y11K18 (14%,0%,11%,18%) (0.14/0.00/0.11/0.18)
B5 | D2 | BB | |
---|---|---|---|
RGB | 181 | 210 | 187 |
HSL | 132° | 24.37% | 76.67% |
HSB/HSV | 132° | 13.81% | 82.35% |
CMYK | 13.81% | 0.00% | 10.95% |
17.65% |
Hexadezimal | B5 | D2 | BB |
Dezimal | 181 | 210 | 187 |
Binär | 10110101 | 11010010 | 10111011 |
Oktal | 265 | 322 | 273 |
Beispiele css- und html für Elemente in der Farbe #B5D2BB. Bitte benutzen Sie auch rgb(181,210,187) statt hex-Code.
.myTextColor { color: #B5D2BB; }
<p style="color:#B5D2BB">This sample text font color is #B5D2BB.</p>
Die Farbe dieses Textes ist #B5D2BB.
.myBgColor { background-color: #B5D2BB; }
<div style="background-color:#B5D2BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5D2BB.
.myBorderColor { border: 1px solid #B5D2BB; }
<div style="border:3px solid #B5D2BB">Div</div>
Die Grenzen von diesem div sind in Farbe #B5D2BB.
.myOpacity80 { color: #B5D2BB; opacity: 0.8; }
<p style="color:#B5D2BB;opacity:0.8;">80%</p>
Text in Farbe #B5D2BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5D2BB;}
<p style="text-shadow: 3px 3px 1px #B5D2BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5D2BB.
.textShadow {text-shadow: 3px 3px 1px #B5D2BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5D2BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5D2BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5D2BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5D2BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5D2BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5D2BB; -webkit-box-shadow: 1px 1px 3px 2px #B5D2BB; box-shadow: 1px 1px 3px 2px #B5D2BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5D2BB; -webkit-box-shadow: 1px 1px 3px 2px #B5D2BB; box-shadow:1px 1px 3px 2px #B5D2BB;">
Div content here</div>
Dieser Text ist in der Farbe #B5D2BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5D2BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5D2BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5D2BB.