COLOR #A3D5F1

HEX: #A3D5F1
RGB: (163,213,241)

Color info

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

RGB color model

#A3D5F1 color RGB value is (163,213,241).

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

RGB channels and saturation

R 163 of 255 = 64%
G 213 of 255 = 84%
B 241 of 255 = 95%

163
213
241

R + G + B ~ 81%. #A3D5F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 213 + 241 = 617 (100%)
R 163 of 617 ~ 26.42%
G 213 of 617 ~ 34.52%
B 241 of 617 ~ 39.06%

%26.42
%34.52
%39.06

CMYK color model

#A3D5F1 color CMYK value is (32,12,0,5).

  • cyan value is 32.37%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(32,12,0,5)
C32M12Y0K5 
(32%,12%,0%,5%)
(0.32/0.12/0.00/0.05)	

CMYK percentages

%32.37
%11.62
%0
%5.49

Codes

Color #A3D5F1 in popluar color models

A3D5F1
RGB163213241
HSL202°73.58%79.22%
HSB/HSV202°32.37%94.51%
CMYK32.37%11.62%0.00%
5.49%

Color #A3D5F1 in popluar number systems.

HEXA3D5F1
Decimal163213241
Binary101000111101010111110001
Octal243325361

Shades and tints

Shades of #A3D5F1

#A3D5F1
(163,213,241)
#95C2DC
(149,194,220)
#87AFC7
(135,175,199)
#799CB2
(121,156,178)
#6B899D
(107,137,157)
#5D7688
(93,118,136)
#4F6373
(79,99,115)
#41505E
(65,80,94)
#333D49
(51,61,73)
#252A34
(37,42,52)
#17171F
(23,23,31)
#000000
(0,0,0)

Tints of #A3D5F1

#A3D5F1
(163,213,241)
#ABD8F2
(171,216,242)
#B3DBF3
(179,219,243)
#BBDEF4
(187,222,244)
#C3E1F5
(195,225,245)
#CBE4F6
(203,228,246)
#D3E7F7
(211,231,247)
#DBEAF8
(219,234,248)
#E3EDF9
(227,237,249)
#EBF0FA
(235,240,250)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D5F1; }

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

This text font color is #A3D5F1.


Background Color

.myBgColor { background-color: #A3D5F1; }

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

This div background color is #A3D5F1.


Border color

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

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

This div border color is #A3D5F1.


Opacity

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

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

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

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

This text has shadow with #A3D5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D5F1 on black background.


Color preview on white background

This text has color #A3D5F1 on white background.



Black color preview on #A3D5F1 background

This text has black color on #A3D5F1 background.


White color preview on #A3D5F1 background

This text has white color on #A3D5F1 background.