HEX: #ACC6F5
RGB: (172,198,245)
Il colore #ACC6F5 contiene principalmente il verde e il blu. Per il #ACC6F5 il colore web safe è #99CCFF (#9CF).
Il colore ACC6F5 in RGB è definito come 172,198,245
RGB: (172,198,245) (67%,78%,96%)
R 172 da 255 = 67%
G 198 da 255 = 78%
B 245 da 255 = 96%
R + G + B ~ 80%. #ACC6F5 colore abbastanza chiaro.
R + G + B =
172 + 198 + 245 = 615 (100%)
R 172 da 615 ~ 27.97%
G 198 da 615 ~ 32.2%
B 245 da 615 ~ 39.84%
Il colore #ACC6F5 in CMYK è definito come 30,19,0,4.
CMYK: (30,19,0,4) C30M19Y0K4 (30%,19%,0%,4%) (0.30/0.19/0.00/0.04)
AC | C6 | F5 | |
---|---|---|---|
RGB | 172 | 198 | 245 |
HSL | 219° | 78.49% | 81.76% |
HSB/HSV | 219° | 29.80% | 96.08% |
CMYK | 29.80% | 19.18% | 0.00% |
3.92% |
Esadicemale | AC | C6 | F5 |
Decimale | 172 | 198 | 245 |
Binario | 10101100 | 11000110 | 11110101 |
Ottale | 254 | 306 | 365 |
Esempi dei codici css e html per gli elementi di colore #ACC6F5. Utilizzate rgb(172,198,245) anche al posto del codice hex.
.myTextColor { color: #ACC6F5; }
<p style="color:#ACC6F5">This sample text font color is #ACC6F5.</p>
Il colore di questo testo è #ACC6F5.
.myBgColor { background-color: #ACC6F5; }
<div style="background-color:#ACC6F5">Inner text</div>
Questo div ha lo sfondo di colore #ACC6F5.
.myBorderColor { border: 1px solid #ACC6F5; }
<div style="border:3px solid #ACC6F5">Div</div>
Questo div ha i bordi di colore ACC6F5.
.myOpacity80 { color: #ACC6F5; opacity: 0.8; }
<p style="color:#ACC6F5;opacity:0.8;">80%</p>
Il testo di color #ACC6F5 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC6F5;}
<p style="text-shadow: 3px 3px 1px #ACC6F5">Text here.</p>
Questo testo ha l'ombra di colore #ACC6F5.
.textShadow {text-shadow: 3px 3px 1px #ACC6F5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC6F5, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #ACC6F5 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC6F5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC6F5, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC6F5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ACC6F5; -webkit-box-shadow: 1px 1px 3px 2px #ACC6F5; box-shadow: 1px 1px 3px 2px #ACC6F5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ACC6F5; -webkit-box-shadow: 1px 1px 3px 2px #ACC6F5; box-shadow:1px 1px 3px 2px #ACC6F5;">
Div content here</div>
Questo e il testo di colore #ACC6F5 sullo sfondo nero.
Questo e il testo di colore #ACC6F5 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #ACC6F5.
Questo è un testo bianco sullo sfondo del colore #ACC6F5.