COLOR #A3C0F8

HEX: #A3C0F8
RGB: (163,192,248)

Color info

#A3C0F8 contains mainly green and blue colors. Web safe color of #A3C0F8 is #99CCFF (or #9CF).

RGB color model

#A3C0F8 color RGB value is (163,192,248).

  • red value is 163;
  • green value is 192;
  • blue value is 248.
RGB:
(163,192,248)
(64%,75%,97%)

RGB channels and saturation

R 163 of 255 = 64%
G 192 of 255 = 75%
B 248 of 255 = 97%

163
192
248

R + G + B ~ 79%. #A3C0F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 192 + 248 = 603 (100%)
R 163 of 603 ~ 27.03%
G 192 of 603 ~ 31.84%
B 248 of 603 ~ 41.13%

%27.03
%31.84
%41.13

CMYK color model

#A3C0F8 color CMYK value is (34,23,0,3).

  • cyan value is 34.27%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(34,23,0,3)
C34M23Y0K3 
(34%,23%,0%,3%)
(0.34/0.23/0.00/0.03)	

CMYK percentages

%34.27
%22.58
%0
%2.75

Codes

Color #A3C0F8 in popluar color models

A3C0F8
RGB163192248
HSL220°85.86%80.59%
HSB/HSV220°34.27%97.25%
CMYK34.27%22.58%0.00%
2.75%

Color #A3C0F8 in popluar number systems.

HEXA3C0F8
Decimal163192248
Binary101000111100000011111000
Octal243300370

Shades and tints

Shades of #A3C0F8

#A3C0F8
(163,192,248)
#95AFE2
(149,175,226)
#879ECC
(135,158,204)
#798DB6
(121,141,182)
#6B7CA0
(107,124,160)
#5D6B8A
(93,107,138)
#4F5A74
(79,90,116)
#41495E
(65,73,94)
#333848
(51,56,72)
#252732
(37,39,50)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #A3C0F8

#A3C0F8
(163,192,248)
#ABC5F8
(171,197,248)
#B3CAF8
(179,202,248)
#BBCFF8
(187,207,248)
#C3D4F8
(195,212,248)
#CBD9F8
(203,217,248)
#D3DEF8
(211,222,248)
#DBE3F8
(219,227,248)
#E3E8F8
(227,232,248)
#EBEDF8
(235,237,248)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C0F8 color. Also use rgb(163,192,248) instead hex code.

Text Font Color

.myTextColor { color: #A3C0F8; }

<p style="color:#A3C0F8">This sample text font color is #A3C0F8.</p>

This text font color is #A3C0F8.


Background Color

.myBgColor { background-color: #A3C0F8; }

<div style="background-color:#A3C0F8">Inner text</div>

This div background color is #A3C0F8.


Border color

.myBorderColor { border: 1px solid #A3C0F8; }

<div style="border:3px solid #A3C0F8">Div</div>

This div border color is #A3C0F8.


Opacity

.myOpacity80 { color: #A3C0F8; opacity: 0.8; }

<p style="color:#A3C0F8;opacity:0.8;">80%</p>

Text with #A3C0F8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A3C0F8;}

<p style="text-shadow: 3px 3px 1px #A3C0F8">Text here.</p>

This text has shadow with #A3C0F8 color.

.textShadow {text-shadow: 3px 3px 1px #A3C0F8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A3C0F8, 5px 5px 20px red">Text here.</p>

This text has shadow with #A3C0F8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A3C0F8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A3C0F8, Direction=45, Strength=4)">Text</p>

This text has shadow with #A3C0F8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A3C0F8;
  -webkit-box-shadow:	1px 1px 3px 2px #A3C0F8;
  box-shadow:		1px 1px 3px 2px #A3C0F8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A3C0F8;
-webkit-box-shadow: 1px 1px 3px 2px #A3C0F8;
box-shadow:1px 1px 3px 2px #A3C0F8;">
Div content here</div>
This div box has shadow with color #A3C0F8.

Preview

Color preview on black background

This text has color #A3C0F8 on black background.


Color preview on white background

This text has color #A3C0F8 on white background.



Black color preview on #A3C0F8 background

This text has black color on #A3C0F8 background.


White color preview on #A3C0F8 background

This text has white color on #A3C0F8 background.