HEX: #BEAFCC
RGB: (190,175,204)
#BEAFCC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BEAFCC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BEAFCC wird in RGB als (190,175,204) definiert.
RGB: (190,175,204) (75%,69%,80%)
R 190 von 255 = 75%
G 175 von 255 = 69%
B 204 von 255 = 80%
R + G + B ~ 75%. #BEAFCC ziemlich helle Farbe.
R + G + B =
190 + 175 + 204 = 569 (100%)
R 190 von 569 ~ 33.39%
G 175 von 569 ~ 30.76%
B 204 von 569 ~ 35.85%
Die Farbe #BEAFCC wird in CMYK als (7,14,0,20) definiert.
CMYK: (7,14,0,20) C7M14Y0K20 (7%,14%,0%,20%) (0.07/0.14/0.00/0.20)
BE | AF | CC | |
---|---|---|---|
RGB | 190 | 175 | 204 |
HSL | 271° | 22.14% | 74.31% |
HSB/HSV | 271° | 14.22% | 80.00% |
CMYK | 6.86% | 14.22% | 0.00% |
20.00% |
Hexadezimal | BE | AF | CC |
Dezimal | 190 | 175 | 204 |
Binär | 10111110 | 10101111 | 11001100 |
Oktal | 276 | 257 | 314 |
Beispiele css- und html für Elemente in der Farbe #BEAFCC. Bitte benutzen Sie auch rgb(190,175,204) statt hex-Code.
.myTextColor { color: #BEAFCC; }
<p style="color:#BEAFCC">This sample text font color is #BEAFCC.</p>
Die Farbe dieses Textes ist #BEAFCC.
.myBgColor { background-color: #BEAFCC; }
<div style="background-color:#BEAFCC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEAFCC.
.myBorderColor { border: 1px solid #BEAFCC; }
<div style="border:3px solid #BEAFCC">Div</div>
Die Grenzen von diesem div sind in Farbe #BEAFCC.
.myOpacity80 { color: #BEAFCC; opacity: 0.8; }
<p style="color:#BEAFCC;opacity:0.8;">80%</p>
Text in Farbe #BEAFCC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAFCC;}
<p style="text-shadow: 3px 3px 1px #BEAFCC">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEAFCC.
.textShadow {text-shadow: 3px 3px 1px #BEAFCC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAFCC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEAFCC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAFCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAFCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAFCC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BEAFCC; -webkit-box-shadow: 1px 1px 3px 2px #BEAFCC; box-shadow: 1px 1px 3px 2px #BEAFCC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BEAFCC; -webkit-box-shadow: 1px 1px 3px 2px #BEAFCC; box-shadow:1px 1px 3px 2px #BEAFCC;">
Div content here</div>
Dieser Text ist in der Farbe #BEAFCC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEAFCC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEAFCC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEAFCC.