COLOR #A3D1FF

HEX: #A3D1FF
RGB: (163,209,255)

Color info

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

RGB color model

#A3D1FF color RGB value is (163,209,255).

  • red value is 163;
  • green value is 209;
  • blue value is 255.
RGB:
(163,209,255)
(64%,82%,100%)

RGB channels and saturation

R 163 of 255 = 64%
G 209 of 255 = 82%
B 255 of 255 = 100%

163
209
255

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

Portions of RGB colors in percentages

R + G + B =
163 + 209 + 255 = 627 (100%)
R 163 of 627 ~ 26%
G 209 of 627 ~ 33.33%
B 255 of 627 ~ 40.67%

%26
%33.33
%40.67

CMYK color model

#A3D1FF color CMYK value is (36,18,0,0).

  • cyan value is 36.08%
  • magenta value is 18.04%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(36,18,0,0)
C36M18Y0K0 
(36%,18%,0%,0%)
(0.36/0.18/0.00/0.00)	

CMYK percentages

%36.08
%18.04
%0
%0

Codes

Color #A3D1FF in popluar color models

A3D1FF
RGB163209255
HSL210°100.00%81.96%
HSB/HSV210°36.08%100.00%
CMYK36.08%18.04%0.00%
0.00%

Color #A3D1FF in popluar number systems.

HEXA3D1FF
Decimal163209255
Binary101000111101000111111111
Octal243321377

Shades and tints

Shades of #A3D1FF

#A3D1FF
(163,209,255)
#95BEE8
(149,190,232)
#87ABD1
(135,171,209)
#7998BA
(121,152,186)
#6B85A3
(107,133,163)
#5D728C
(93,114,140)
#4F5F75
(79,95,117)
#414C5E
(65,76,94)
#333947
(51,57,71)
#252630
(37,38,48)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #A3D1FF

#A3D1FF
(163,209,255)
#ABD5FF
(171,213,255)
#B3D9FF
(179,217,255)
#BBDDFF
(187,221,255)
#C3E1FF
(195,225,255)
#CBE5FF
(203,229,255)
#D3E9FF
(211,233,255)
#DBEDFF
(219,237,255)
#E3F1FF
(227,241,255)
#EBF5FF
(235,245,255)
#F3F9FF
(243,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D1FF color. Also use rgb(163,209,255) instead hex code.

Text Font Color

.myTextColor { color: #A3D1FF; }

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

This text font color is #A3D1FF.


Background Color

.myBgColor { background-color: #A3D1FF; }

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

This div background color is #A3D1FF.


Border color

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

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

This div border color is #A3D1FF.


Opacity

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

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

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

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

This text has shadow with #A3D1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D1FF on black background.


Color preview on white background

This text has color #A3D1FF on white background.



Black color preview on #A3D1FF background

This text has black color on #A3D1FF background.


White color preview on #A3D1FF background

This text has white color on #A3D1FF background.