COLOR #A3C3E1

HEX: #A3C3E1
RGB: (163,195,225)

Color info

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

RGB color model

#A3C3E1 color RGB value is (163,195,225).

  • red value is 163;
  • green value is 195;
  • blue value is 225.
RGB:
(163,195,225)
(64%,76%,88%)

RGB channels and saturation

R 163 of 255 = 64%
G 195 of 255 = 76%
B 225 of 255 = 88%

163
195
225

R + G + B ~ 76%. #A3C3E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 195 + 225 = 583 (100%)
R 163 of 583 ~ 27.96%
G 195 of 583 ~ 33.45%
B 225 of 583 ~ 38.59%

%27.96
%33.45
%38.59

CMYK color model

#A3C3E1 color CMYK value is (28,13,0,12).

  • cyan value is 27.56%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(28,13,0,12)
C28M13Y0K12 
(28%,13%,0%,12%)
(0.28/0.13/0.00/0.12)	

CMYK percentages

%27.56
%13.33
%0
%11.76

Codes

Color #A3C3E1 in popluar color models

A3C3E1
RGB163195225
HSL209°50.82%76.08%
HSB/HSV209°27.56%88.24%
CMYK27.56%13.33%0.00%
11.76%

Color #A3C3E1 in popluar number systems.

HEXA3C3E1
Decimal163195225
Binary101000111100001111100001
Octal243303341

Shades and tints

Shades of #A3C3E1

#A3C3E1
(163,195,225)
#95B2CD
(149,178,205)
#87A1B9
(135,161,185)
#7990A5
(121,144,165)
#6B7F91
(107,127,145)
#5D6E7D
(93,110,125)
#4F5D69
(79,93,105)
#414C55
(65,76,85)
#333B41
(51,59,65)
#252A2D
(37,42,45)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #A3C3E1

#A3C3E1
(163,195,225)
#ABC8E3
(171,200,227)
#B3CDE5
(179,205,229)
#BBD2E7
(187,210,231)
#C3D7E9
(195,215,233)
#CBDCEB
(203,220,235)
#D3E1ED
(211,225,237)
#DBE6EF
(219,230,239)
#E3EBF1
(227,235,241)
#EBF0F3
(235,240,243)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C3E1; }

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

This text font color is #A3C3E1.


Background Color

.myBgColor { background-color: #A3C3E1; }

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

This div background color is #A3C3E1.


Border color

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

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

This div border color is #A3C3E1.


Opacity

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

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

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

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

This text has shadow with #A3C3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C3E1 on black background.


Color preview on white background

This text has color #A3C3E1 on white background.



Black color preview on #A3C3E1 background

This text has black color on #A3C3E1 background.


White color preview on #A3C3E1 background

This text has white color on #A3C3E1 background.