COLOR #A3C5D9

HEX: #A3C5D9 RGB: (163,197,217)

Color info

#A3C5D9 contains red, green and blue colors in about the same proportion. Web safe color of #A3C5D9 is #99CCCC (or #9CC).

RGB color model

#A3C5D9 color RGB value is (163,197,217).

RGB: (163,197,217) (64%, 77%, 85%)

RGB channels and saturation

R 163 of 255 = 64%
G 197 of 255 = 77%
B 217 of 255 = 85%

163
197
217

R + G + B ~ 75%. #A3C5D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 197 + 217 = 577 (100%)
R 163 of 577 ~ 28.25%
G 197 of 577 ~ 34.14%
B 217 of 577 ~ 37.61'%

%28.25
%34.14
%37.61

CMYK color model

#A3C5D9 color CMYK value is (25,9,0,15).

  • cyan value is 24.88%
  • magenta value is 9.22%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (25,9,0,15)
C25M9Y0K15 (25%, 9%, 0%, 15%)
(0.25 / 0.09 / 0.00 / 0.15)

CMYK percentages

%24.88
%9.22
%0
%14.9

Codes

Color #A3C5D9 in popluar color models

A3 C5 D9
RGB 163 197 217
HSL 202° 41.54% 74.51%
HSB/HSV 202° 24.88% 85.10%
CMYK 24.88% 9.22% 0.00%
14.90%

Color #A3C5D9 in popluar number systems.

HEX A3 C5 D9
Decimal 163 197 217
Binary 10100011 11000101 11011001
Octal 243 305 331

Shades and tints

Shades of #A3C5D9

#A3C5D9
(163,197,217)
#95B4C6
(149,180,198)
#87A3B3
(135,163,179)
#7992A0
(121,146,160)
#6B818D
(107,129,141)
#5D707A
(93,112,122)
#4F5F67
(79,95,103)
#414E54
(65,78,84)
#333D41
(51,61,65)
#252C2E
(37,44,46)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #A3C5D9

#A3C5D9
(163,197,217)
#ABCADC
(171,202,220)
#B3CFDF
(179,207,223)
#BBD4E2
(187,212,226)
#C3D9E5
(195,217,229)
#CBDEE8
(203,222,232)
#D3E3EB
(211,227,235)
#DBE8EE
(219,232,238)
#E3EDF1
(227,237,241)
#EBF2F4
(235,242,244)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C5D9; }

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

This text font color is #A3C5D9.

Background Color

.myBgColor { background-color: #A3C5D9; }

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

This div background color is #A3C5D9.

Border color

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

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

This div border color is #A3C5D9.

Opacity

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

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

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

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

This text has shadow with #A3C5D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C5D9.

Preview

Color preview on black background

This text has color #A3C5D9 on black background.


Color preview on white background

This text has color #A3C5D9 on white background.


Black color preview on #A3C5D9 background

This text has black color on #A3C5D9 background.


White color preview on #A3C5D9 background

This text has white color on #A3C5D9 background.


Related colors

Complementary color

Complementary color for #hex is #5C3A26.


I love getcolorcode.com

Triadic colors

1 #D9A3C5 and #C5D9A3 with #A3C5D9 are triadic colors.

2 #D9C5A3 and #C5A3D9 with #A3C5D9 are triadic colors.