HEX: #B5F9CC
RGB: (181,249,204)
#B5F9CC enthält hauptsächlich grüne und blaue Farbe. Für #B5F9CC ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #B5F9CC wird in RGB als (181,249,204) definiert.
RGB: (181,249,204) (71%,98%,80%)
R 181 von 255 = 71%
G 249 von 255 = 98%
B 204 von 255 = 80%
R + G + B ~ 83%. #B5F9CC ziemlich helle Farbe.
R + G + B =
181 + 249 + 204 = 634 (100%)
R 181 von 634 ~ 28.55%
G 249 von 634 ~ 39.27%
B 204 von 634 ~ 32.18%
Die Farbe #B5F9CC wird in CMYK als (27,0,18,2) definiert.
CMYK: (27,0,18,2) C27M0Y18K2 (27%,0%,18%,2%) (0.27/0.00/0.18/0.02)
B5 | F9 | CC | |
---|---|---|---|
RGB | 181 | 249 | 204 |
HSL | 140° | 85.00% | 84.31% |
HSB/HSV | 140° | 27.31% | 97.65% |
CMYK | 27.31% | 0.00% | 18.07% |
2.35% |
Hexadezimal | B5 | F9 | CC |
Dezimal | 181 | 249 | 204 |
Binär | 10110101 | 11111001 | 11001100 |
Oktal | 265 | 371 | 314 |
Beispiele css- und html für Elemente in der Farbe #B5F9CC. Bitte benutzen Sie auch rgb(181,249,204) statt hex-Code.
.myTextColor { color: #B5F9CC; }
<p style="color:#B5F9CC">This sample text font color is #B5F9CC.</p>
Die Farbe dieses Textes ist #B5F9CC.
.myBgColor { background-color: #B5F9CC; }
<div style="background-color:#B5F9CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5F9CC.
.myBorderColor { border: 1px solid #B5F9CC; }
<div style="border:3px solid #B5F9CC">Div</div>
Die Grenzen von diesem div sind in Farbe #B5F9CC.
.myOpacity80 { color: #B5F9CC; opacity: 0.8; }
<p style="color:#B5F9CC;opacity:0.8;">80%</p>
Text in Farbe #B5F9CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5F9CC;}
<p style="text-shadow: 3px 3px 1px #B5F9CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5F9CC.
.textShadow {text-shadow: 3px 3px 1px #B5F9CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5F9CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5F9CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5F9CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5F9CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5F9CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5F9CC; -webkit-box-shadow: 1px 1px 3px 2px #B5F9CC; box-shadow: 1px 1px 3px 2px #B5F9CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5F9CC; -webkit-box-shadow: 1px 1px 3px 2px #B5F9CC; box-shadow:1px 1px 3px 2px #B5F9CC;">
Div content here</div>
Dieser Text ist in der Farbe #B5F9CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5F9CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5F9CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5F9CC.