COLOR #A3C5F8

HEX: #A3C5F8
RGB: (163,197,248)

Color info

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

RGB color model

#A3C5F8 color RGB value is (163,197,248).

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

RGB channels and saturation

R 163 of 255 = 64%
G 197 of 255 = 77%
B 248 of 255 = 97%

163
197
248

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

Portions of RGB colors in percentages

R + G + B =
163 + 197 + 248 = 608 (100%)
R 163 of 608 ~ 26.81%
G 197 of 608 ~ 32.4%
B 248 of 608 ~ 40.79%

%26.81
%32.4
%40.79

CMYK color model

#A3C5F8 color CMYK value is (34,21,0,3).

  • cyan value is 34.27%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(34,21,0,3)
C34M21Y0K3 
(34%,21%,0%,3%)
(0.34/0.21/0.00/0.03)	

CMYK percentages

%34.27
%20.56
%0
%2.75

Codes

Color #A3C5F8 in popluar color models

A3C5F8
RGB163197248
HSL216°85.86%80.59%
HSB/HSV216°34.27%97.25%
CMYK34.27%20.56%0.00%
2.75%

Color #A3C5F8 in popluar number systems.

HEXA3C5F8
Decimal163197248
Binary101000111100010111111000
Octal243305370

Shades and tints

Shades of #A3C5F8

#A3C5F8
(163,197,248)
#95B4E2
(149,180,226)
#87A3CC
(135,163,204)
#7992B6
(121,146,182)
#6B81A0
(107,129,160)
#5D708A
(93,112,138)
#4F5F74
(79,95,116)
#414E5E
(65,78,94)
#333D48
(51,61,72)
#252C32
(37,44,50)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #A3C5F8

#A3C5F8
(163,197,248)
#ABCAF8
(171,202,248)
#B3CFF8
(179,207,248)
#BBD4F8
(187,212,248)
#C3D9F8
(195,217,248)
#CBDEF8
(203,222,248)
#D3E3F8
(211,227,248)
#DBE8F8
(219,232,248)
#E3EDF8
(227,237,248)
#EBF2F8
(235,242,248)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C5F8; }

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

This text font color is #A3C5F8.


Background Color

.myBgColor { background-color: #A3C5F8; }

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

This div background color is #A3C5F8.


Border color

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

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

This div border color is #A3C5F8.


Opacity

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

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

Text with #A3C5F8 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 #A3C5F8;}

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

This text has shadow with #A3C5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C5F8 on black background.


Color preview on white background

This text has color #A3C5F8 on white background.



Black color preview on #A3C5F8 background

This text has black color on #A3C5F8 background.


White color preview on #A3C5F8 background

This text has white color on #A3C5F8 background.