COLOR #A3D7FA

HEX: #A3D7FA RGB: (163,215,250)

Color info

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

RGB color model

#A3D7FA color RGB value is (163,215,250).

RGB: (163,215,250) (64%, 84%, 98%)

RGB channels and saturation

R 163 of 255 = 64%
G 215 of 255 = 84%
B 250 of 255 = 98%

163
215
250

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

Portions of RGB colors in percentages

R + G + B = 163 + 215 + 250 = 628 (100%)
R 163 of 628 ~ 25.96%
G 215 of 628 ~ 34.24%
B 250 of 628 ~ 39.81'%

%25.96
%34.24
%39.81

CMYK color model

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

  • cyan value is 34.80%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (35,14,0,2)
C35M14Y0K2 (35%, 14%, 0%, 2%)
(0.35 / 0.14 / 0.00 / 0.02)

CMYK percentages

%34.8
%14
%0
%1.96

Codes

Color #A3D7FA in popluar color models

A3 D7 FA
RGB 163 215 250
HSL 204° 89.69% 80.98%
HSB/HSV 204° 34.80% 98.04%
CMYK 34.80% 14.00% 0.00%
1.96%

Color #A3D7FA in popluar number systems.

HEX A3 D7 FA
Decimal 163 215 250
Binary 10100011 11010111 11111010
Octal 243 327 372

Shades and tints

Shades of #A3D7FA

#A3D7FA
(163,215,250)
#95C4E4
(149,196,228)
#87B1CE
(135,177,206)
#799EB8
(121,158,184)
#6B8BA2
(107,139,162)
#5D788C
(93,120,140)
#4F6576
(79,101,118)
#415260
(65,82,96)
#333F4A
(51,63,74)
#252C34
(37,44,52)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #A3D7FA

#A3D7FA
(163,215,250)
#ABDAFA
(171,218,250)
#B3DDFA
(179,221,250)
#BBE0FA
(187,224,250)
#C3E3FA
(195,227,250)
#CBE6FA
(203,230,250)
#D3E9FA
(211,233,250)
#DBECFA
(219,236,250)
#E3EFFA
(227,239,250)
#EBF2FA
(235,242,250)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D7FA color. Also use rgb(163,215,250) instead hex code.

Text Font Color

.myTextColor { color: #A3D7FA; }

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

This text font color is #A3D7FA.

Background Color

.myBgColor { background-color: #A3D7FA; }

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

This div background color is #A3D7FA.

Border color

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

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

This div border color is #A3D7FA.

Opacity

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

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

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

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

This text has shadow with #A3D7FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D7FA.

Preview

Color preview on black background

This text has color #A3D7FA on black background.


Color preview on white background

This text has color #A3D7FA on white background.


Black color preview on #A3D7FA background

This text has black color on #A3D7FA background.


White color preview on #A3D7FA background

This text has white color on #A3D7FA background.


Related colors

Complementary color

Complementary color for #hex is #5C2805.


I love getcolorcode.com

Triadic colors

1 #FAA3D7 and #D7FAA3 with #A3D7FA are triadic colors.

2 #FAD7A3 and #D7A3FA with #A3D7FA are triadic colors.