COLOR #A1C3E0

HEX: #A1C3E0
RGB: (161,195,224)

Color info

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

RGB color model

#A1C3E0 color RGB value is (161,195,224).

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

RGB channels and saturation

R 161 of 255 = 63%
G 195 of 255 = 76%
B 224 of 255 = 88%

161
195
224

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

Portions of RGB colors in percentages

R + G + B =
161 + 195 + 224 = 580 (100%)
R 161 of 580 ~ 27.76%
G 195 of 580 ~ 33.62%
B 224 of 580 ~ 38.62%

%27.76
%33.62
%38.62

CMYK color model

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

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

CMYK percentages

%28.13
%12.95
%0
%12.16

Codes

Color #A1C3E0 in popluar color models

A1C3E0
RGB161195224
HSL208°50.40%75.49%
HSB/HSV208°28.13%87.84%
CMYK28.13%12.95%0.00%
12.16%

Color #A1C3E0 in popluar number systems.

HEXA1C3E0
Decimal161195224
Binary101000011100001111100000
Octal241303340

Shades and tints

Shades of #A1C3E0

#A1C3E0
(161,195,224)
#93B2CC
(147,178,204)
#85A1B8
(133,161,184)
#7790A4
(119,144,164)
#697F90
(105,127,144)
#5B6E7C
(91,110,124)
#4D5D68
(77,93,104)
#3F4C54
(63,76,84)
#313B40
(49,59,64)
#232A2C
(35,42,44)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #A1C3E0

#A1C3E0
(161,195,224)
#A9C8E2
(169,200,226)
#B1CDE4
(177,205,228)
#B9D2E6
(185,210,230)
#C1D7E8
(193,215,232)
#C9DCEA
(201,220,234)
#D1E1EC
(209,225,236)
#D9E6EE
(217,230,238)
#E1EBF0
(225,235,240)
#E9F0F2
(233,240,242)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C3E0; }

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

This text font color is #A1C3E0.


Background Color

.myBgColor { background-color: #A1C3E0; }

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

This div background color is #A1C3E0.


Border color

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

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

This div border color is #A1C3E0.


Opacity

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

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

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

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

This text has shadow with #A1C3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C3E0 on black background.


Color preview on white background

This text has color #A1C3E0 on white background.



Black color preview on #A1C3E0 background

This text has black color on #A1C3E0 background.


White color preview on #A1C3E0 background

This text has white color on #A1C3E0 background.