COLOR #A1C2EF

HEX: #A1C2EF
RGB: (161,194,239)

Color info

#A1C2EF contains mainly green and blue colors. Web safe color of #A1C2EF is #99CCFF (or #9CF).

RGB color model

#A1C2EF color RGB value is (161,194,239).

  • red value is 161;
  • green value is 194;
  • blue value is 239.
RGB:
(161,194,239)
(63%,76%,94%)

RGB channels and saturation

R 161 of 255 = 63%
G 194 of 255 = 76%
B 239 of 255 = 94%

161
194
239

R + G + B ~ 78%. #A1C2EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 194 + 239 = 594 (100%)
R 161 of 594 ~ 27.1%
G 194 of 594 ~ 32.66%
B 239 of 594 ~ 40.24%

%27.1
%32.66
%40.24

CMYK color model

#A1C2EF color CMYK value is (33,19,0,6).

  • cyan value is 32.64%
  • magenta value is 18.83%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(33,19,0,6)
C33M19Y0K6 
(33%,19%,0%,6%)
(0.33/0.19/0.00/0.06)	

CMYK percentages

%32.64
%18.83
%0
%6.27

Codes

Color #A1C2EF in popluar color models

A1C2EF
RGB161194239
HSL215°70.91%78.43%
HSB/HSV215°32.64%93.73%
CMYK32.64%18.83%0.00%
6.27%

Color #A1C2EF in popluar number systems.

HEXA1C2EF
Decimal161194239
Binary101000011100001011101111
Octal241302357

Shades and tints

Shades of #A1C2EF

#A1C2EF
(161,194,239)
#93B1DA
(147,177,218)
#85A0C5
(133,160,197)
#778FB0
(119,143,176)
#697E9B
(105,126,155)
#5B6D86
(91,109,134)
#4D5C71
(77,92,113)
#3F4B5C
(63,75,92)
#313A47
(49,58,71)
#232932
(35,41,50)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #A1C2EF

#A1C2EF
(161,194,239)
#A9C7F0
(169,199,240)
#B1CCF1
(177,204,241)
#B9D1F2
(185,209,242)
#C1D6F3
(193,214,243)
#C9DBF4
(201,219,244)
#D1E0F5
(209,224,245)
#D9E5F6
(217,229,246)
#E1EAF7
(225,234,247)
#E9EFF8
(233,239,248)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C2EF color. Also use rgb(161,194,239) instead hex code.

Text Font Color

.myTextColor { color: #A1C2EF; }

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

This text font color is #A1C2EF.


Background Color

.myBgColor { background-color: #A1C2EF; }

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

This div background color is #A1C2EF.


Border color

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

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

This div border color is #A1C2EF.


Opacity

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

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

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

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

This text has shadow with #A1C2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C2EF on black background.


Color preview on white background

This text has color #A1C2EF on white background.



Black color preview on #A1C2EF background

This text has black color on #A1C2EF background.


White color preview on #A1C2EF background

This text has white color on #A1C2EF background.