COLOR #A3C3E5

HEX: #A3C3E5 RGB: (163,195,229)

Color info

#A3C3E5 contains mainly green and blue colors. Web safe color of #A3C3E5 is #99CCCC (or #9CC).

RGB color model

#A3C3E5 color RGB value is (163,195,229).

RGB: (163,195,229) (64%, 76%, 90%)

RGB channels and saturation

R 163 of 255 = 64%
G 195 of 255 = 76%
B 229 of 255 = 90%

163
195
229

R + G + B ~ 77%. #A3C3E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 195 + 229 = 587 (100%)
R 163 of 587 ~ 27.77%
G 195 of 587 ~ 33.22%
B 229 of 587 ~ 39.01'%

%27.77
%33.22
%39.01

CMYK color model

#A3C3E5 color CMYK value is (29,15,0,10).

  • cyan value is 28.82%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (29,15,0,10)
C29M15Y0K10 (29%, 15%, 0%, 10%)
(0.29 / 0.15 / 0.00 / 0.10)

CMYK percentages

%28.82
%14.85
%0
%10.2

Codes

Color #A3C3E5 in popluar color models

A3 C3 E5
RGB 163 195 229
HSL 211° 55.93% 76.86%
HSB/HSV 211° 28.82% 89.80%
CMYK 28.82% 14.85% 0.00%
10.20%

Color #A3C3E5 in popluar number systems.

HEX A3 C3 E5
Decimal 163 195 229
Binary 10100011 11000011 11100101
Octal 243 303 345

Shades and tints

Shades of #A3C3E5

#A3C3E5
(163,195,229)
#95B2D1
(149,178,209)
#87A1BD
(135,161,189)
#7990A9
(121,144,169)
#6B7F95
(107,127,149)
#5D6E81
(93,110,129)
#4F5D6D
(79,93,109)
#414C59
(65,76,89)
#333B45
(51,59,69)
#252A31
(37,42,49)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #A3C3E5

#A3C3E5
(163,195,229)
#ABC8E7
(171,200,231)
#B3CDE9
(179,205,233)
#BBD2EB
(187,210,235)
#C3D7ED
(195,215,237)
#CBDCEF
(203,220,239)
#D3E1F1
(211,225,241)
#DBE6F3
(219,230,243)
#E3EBF5
(227,235,245)
#EBF0F7
(235,240,247)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C3E5 color. Also use rgb(163,195,229) instead hex code.

Text Font Color

.myTextColor { color: #A3C3E5; }

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

This text font color is #A3C3E5.

Background Color

.myBgColor { background-color: #A3C3E5; }

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

This div background color is #A3C3E5.

Border color

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

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

This div border color is #A3C3E5.

Opacity

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

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

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

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

This text has shadow with #A3C3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C3E5.

Preview

Color preview on black background

This text has color #A3C3E5 on black background.


Color preview on white background

This text has color #A3C3E5 on white background.


Black color preview on #A3C3E5 background

This text has black color on #A3C3E5 background.


White color preview on #A3C3E5 background

This text has white color on #A3C3E5 background.


Related colors

Complementary color

Complementary color for #hex is #5C3C1A.


I love getcolorcode.com

Triadic colors

1 #E5A3C3 and #C3E5A3 with #A3C3E5 are triadic colors.

2 #E5C3A3 and #C3A3E5 with #A3C3E5 are triadic colors.