HEX: #BBDAE7
RGB: (187,218,231)
#BBDAE7 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BBDAE7 ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #BBDAE7 wird in RGB als (187,218,231) definiert.
RGB: (187,218,231) (73%,85%,91%)
R 187 von 255 = 73%
G 218 von 255 = 85%
B 231 von 255 = 91%
R + G + B ~ 83%. #BBDAE7 ziemlich helle Farbe.
R + G + B =
187 + 218 + 231 = 636 (100%)
R 187 von 636 ~ 29.4%
G 218 von 636 ~ 34.28%
B 231 von 636 ~ 36.32%
Die Farbe #BBDAE7 wird in CMYK als (19,6,0,9) definiert.
CMYK: (19,6,0,9) C19M6Y0K9 (19%,6%,0%,9%) (0.19/0.06/0.00/0.09)
BB | DA | E7 | |
---|---|---|---|
RGB | 187 | 218 | 231 |
HSL | 198° | 47.83% | 81.96% |
HSB/HSV | 198° | 19.05% | 90.59% |
CMYK | 19.05% | 5.63% | 0.00% |
9.41% |
Hexadezimal | BB | DA | E7 |
Dezimal | 187 | 218 | 231 |
Binär | 10111011 | 11011010 | 11100111 |
Oktal | 273 | 332 | 347 |
Beispiele css- und html für Elemente in der Farbe #BBDAE7. Bitte benutzen Sie auch rgb(187,218,231) statt hex-Code.
.myTextColor { color: #BBDAE7; }
<p style="color:#BBDAE7">This sample text font color is #BBDAE7.</p>
Die Farbe dieses Textes ist #BBDAE7.
.myBgColor { background-color: #BBDAE7; }
<div style="background-color:#BBDAE7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BBDAE7.
.myBorderColor { border: 1px solid #BBDAE7; }
<div style="border:3px solid #BBDAE7">Div</div>
Die Grenzen von diesem div sind in Farbe #BBDAE7.
.myOpacity80 { color: #BBDAE7; opacity: 0.8; }
<p style="color:#BBDAE7;opacity:0.8;">80%</p>
Text in Farbe #BBDAE7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBDAE7;}
<p style="text-shadow: 3px 3px 1px #BBDAE7">Text here.</p>
Dieser Text hat den Schatten in Farbe #BBDAE7.
.textShadow {text-shadow: 3px 3px 1px #BBDAE7, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBDAE7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BBDAE7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBDAE7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBDAE7, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBDAE7 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BBDAE7; -webkit-box-shadow: 1px 1px 3px 2px #BBDAE7; box-shadow: 1px 1px 3px 2px #BBDAE7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BBDAE7; -webkit-box-shadow: 1px 1px 3px 2px #BBDAE7; box-shadow:1px 1px 3px 2px #BBDAE7;">
Div content here</div>
Dieser Text ist in der Farbe #BBDAE7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BBDAE7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBDAE7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BBDAE7.