COLOR #A3C2E1

HEX: #A3C2E1
RGB: (163,194,225)

Color info

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

RGB color model

#A3C2E1 color RGB value is (163,194,225).

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

RGB channels and saturation

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

163
194
225

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

Portions of RGB colors in percentages

R + G + B =
163 + 194 + 225 = 582 (100%)
R 163 of 582 ~ 28.01%
G 194 of 582 ~ 33.33%
B 225 of 582 ~ 38.66%

%28.01
%33.33
%38.66

CMYK color model

#A3C2E1 color CMYK value is (28,14,0,12).

  • cyan value is 27.56%
  • magenta value is 13.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(28,14,0,12)
C28M14Y0K12 
(28%,14%,0%,12%)
(0.28/0.14/0.00/0.12)	

CMYK percentages

%27.56
%13.78
%0
%11.76

Codes

Color #A3C2E1 in popluar color models

A3C2E1
RGB163194225
HSL210°50.82%76.08%
HSB/HSV210°27.56%88.24%
CMYK27.56%13.78%0.00%
11.76%

Color #A3C2E1 in popluar number systems.

HEXA3C2E1
Decimal163194225
Binary101000111100001011100001
Octal243302341

Shades and tints

Shades of #A3C2E1

#A3C2E1
(163,194,225)
#95B1CD
(149,177,205)
#87A0B9
(135,160,185)
#798FA5
(121,143,165)
#6B7E91
(107,126,145)
#5D6D7D
(93,109,125)
#4F5C69
(79,92,105)
#414B55
(65,75,85)
#333A41
(51,58,65)
#25292D
(37,41,45)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #A3C2E1

#A3C2E1
(163,194,225)
#ABC7E3
(171,199,227)
#B3CCE5
(179,204,229)
#BBD1E7
(187,209,231)
#C3D6E9
(195,214,233)
#CBDBEB
(203,219,235)
#D3E0ED
(211,224,237)
#DBE5EF
(219,229,239)
#E3EAF1
(227,234,241)
#EBEFF3
(235,239,243)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C2E1; }

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

This text font color is #A3C2E1.


Background Color

.myBgColor { background-color: #A3C2E1; }

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

This div background color is #A3C2E1.


Border color

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

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

This div border color is #A3C2E1.


Opacity

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

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

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

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

This text has shadow with #A3C2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C2E1 on black background.


Color preview on white background

This text has color #A3C2E1 on white background.



Black color preview on #A3C2E1 background

This text has black color on #A3C2E1 background.


White color preview on #A3C2E1 background

This text has white color on #A3C2E1 background.