COLOR #A1C3E6

HEX: #A1C3E6
RGB: (161,195,230)

Color info

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

RGB color model

#A1C3E6 color RGB value is (161,195,230).

  • red value is 161;
  • green value is 195;
  • blue value is 230.
RGB:
(161,195,230)
(63%,76%,90%)

RGB channels and saturation

R 161 of 255 = 63%
G 195 of 255 = 76%
B 230 of 255 = 90%

161
195
230

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

Portions of RGB colors in percentages

R + G + B =
161 + 195 + 230 = 586 (100%)
R 161 of 586 ~ 27.47%
G 195 of 586 ~ 33.28%
B 230 of 586 ~ 39.25%

%27.47
%33.28
%39.25

CMYK color model

#A1C3E6 color CMYK value is (30,15,0,10).

  • cyan value is 30.00%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(30,15,0,10)
C30M15Y0K10 
(30%,15%,0%,10%)
(0.30/0.15/0.00/0.10)	

CMYK percentages

%30
%15.22
%0
%9.8

Codes

Color #A1C3E6 in popluar color models

A1C3E6
RGB161195230
HSL210°57.98%76.67%
HSB/HSV210°30.00%90.20%
CMYK30.00%15.22%0.00%
9.80%

Color #A1C3E6 in popluar number systems.

HEXA1C3E6
Decimal161195230
Binary101000011100001111100110
Octal241303346

Shades and tints

Shades of #A1C3E6

#A1C3E6
(161,195,230)
#93B2D2
(147,178,210)
#85A1BE
(133,161,190)
#7790AA
(119,144,170)
#697F96
(105,127,150)
#5B6E82
(91,110,130)
#4D5D6E
(77,93,110)
#3F4C5A
(63,76,90)
#313B46
(49,59,70)
#232A32
(35,42,50)
#15191E
(21,25,30)
#000000
(0,0,0)

Tints of #A1C3E6

#A1C3E6
(161,195,230)
#A9C8E8
(169,200,232)
#B1CDEA
(177,205,234)
#B9D2EC
(185,210,236)
#C1D7EE
(193,215,238)
#C9DCF0
(201,220,240)
#D1E1F2
(209,225,242)
#D9E6F4
(217,230,244)
#E1EBF6
(225,235,246)
#E9F0F8
(233,240,248)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C3E6 color. Also use rgb(161,195,230) instead hex code.

Text Font Color

.myTextColor { color: #A1C3E6; }

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

This text font color is #A1C3E6.


Background Color

.myBgColor { background-color: #A1C3E6; }

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

This div background color is #A1C3E6.


Border color

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

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

This div border color is #A1C3E6.


Opacity

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

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

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

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

This text has shadow with #A1C3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C3E6 on black background.


Color preview on white background

This text has color #A1C3E6 on white background.



Black color preview on #A1C3E6 background

This text has black color on #A1C3E6 background.


White color preview on #A1C3E6 background

This text has white color on #A1C3E6 background.