COLOR #A3D5F9

HEX: #A3D5F9
RGB: (163,213,249)

Color info

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

RGB color model

#A3D5F9 color RGB value is (163,213,249).

  • red value is 163;
  • green value is 213;
  • blue value is 249.
RGB:
(163,213,249)
(64%,84%,98%)

RGB channels and saturation

R 163 of 255 = 64%
G 213 of 255 = 84%
B 249 of 255 = 98%

163
213
249

R + G + B ~ 82%. #A3D5F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 213 + 249 = 625 (100%)
R 163 of 625 ~ 26.08%
G 213 of 625 ~ 34.08%
B 249 of 625 ~ 39.84%

%26.08
%34.08
%39.84

CMYK color model

#A3D5F9 color CMYK value is (35,14,0,2).

  • cyan value is 34.54%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(35,14,0,2)
C35M14Y0K2 
(35%,14%,0%,2%)
(0.35/0.14/0.00/0.02)	

CMYK percentages

%34.54
%14.46
%0
%2.35

Codes

Color #A3D5F9 in popluar color models

A3D5F9
RGB163213249
HSL205°87.76%80.78%
HSB/HSV205°34.54%97.65%
CMYK34.54%14.46%0.00%
2.35%

Color #A3D5F9 in popluar number systems.

HEXA3D5F9
Decimal163213249
Binary101000111101010111111001
Octal243325371

Shades and tints

Shades of #A3D5F9

#A3D5F9
(163,213,249)
#95C2E3
(149,194,227)
#87AFCD
(135,175,205)
#799CB7
(121,156,183)
#6B89A1
(107,137,161)
#5D768B
(93,118,139)
#4F6375
(79,99,117)
#41505F
(65,80,95)
#333D49
(51,61,73)
#252A33
(37,42,51)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #A3D5F9

#A3D5F9
(163,213,249)
#ABD8F9
(171,216,249)
#B3DBF9
(179,219,249)
#BBDEF9
(187,222,249)
#C3E1F9
(195,225,249)
#CBE4F9
(203,228,249)
#D3E7F9
(211,231,249)
#DBEAF9
(219,234,249)
#E3EDF9
(227,237,249)
#EBF0F9
(235,240,249)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D5F9 color. Also use rgb(163,213,249) instead hex code.

Text Font Color

.myTextColor { color: #A3D5F9; }

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

This text font color is #A3D5F9.


Background Color

.myBgColor { background-color: #A3D5F9; }

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

This div background color is #A3D5F9.


Border color

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

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

This div border color is #A3D5F9.


Opacity

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

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

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

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

This text has shadow with #A3D5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D5F9 on black background.


Color preview on white background

This text has color #A3D5F9 on white background.



Black color preview on #A3D5F9 background

This text has black color on #A3D5F9 background.


White color preview on #A3D5F9 background

This text has white color on #A3D5F9 background.