COLOR #A1E2FF

HEX: #A1E2FF
RGB: (161,226,255)

Color info

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

RGB color model

#A1E2FF color RGB value is (161,226,255).

  • red value is 161;
  • green value is 226;
  • blue value is 255.
RGB:
(161,226,255)
(63%,89%,100%)

RGB channels and saturation

R 161 of 255 = 63%
G 226 of 255 = 89%
B 255 of 255 = 100%

161
226
255

R + G + B ~ 84%. #A1E2FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 226 + 255 = 642 (100%)
R 161 of 642 ~ 25.08%
G 226 of 642 ~ 35.2%
B 255 of 642 ~ 39.72%

%25.08
%35.2
%39.72

CMYK color model

#A1E2FF color CMYK value is (37,11,0,0).

  • cyan value is 36.86%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(37,11,0,0)
C37M11Y0K0 
(37%,11%,0%,0%)
(0.37/0.11/0.00/0.00)	

CMYK percentages

%36.86
%11.37
%0
%0

Codes

Color #A1E2FF in popluar color models

A1E2FF
RGB161226255
HSL199°100.00%81.57%
HSB/HSV199°36.86%100.00%
CMYK36.86%11.37%0.00%
0.00%

Color #A1E2FF in popluar number systems.

HEXA1E2FF
Decimal161226255
Binary101000011110001011111111
Octal241342377

Shades and tints

Shades of #A1E2FF

#A1E2FF
(161,226,255)
#93CEE8
(147,206,232)
#85BAD1
(133,186,209)
#77A6BA
(119,166,186)
#6992A3
(105,146,163)
#5B7E8C
(91,126,140)
#4D6A75
(77,106,117)
#3F565E
(63,86,94)
#314247
(49,66,71)
#232E30
(35,46,48)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #A1E2FF

#A1E2FF
(161,226,255)
#A9E4FF
(169,228,255)
#B1E6FF
(177,230,255)
#B9E8FF
(185,232,255)
#C1EAFF
(193,234,255)
#C9ECFF
(201,236,255)
#D1EEFF
(209,238,255)
#D9F0FF
(217,240,255)
#E1F2FF
(225,242,255)
#E9F4FF
(233,244,255)
#F1F6FF
(241,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E2FF color. Also use rgb(161,226,255) instead hex code.

Text Font Color

.myTextColor { color: #A1E2FF; }

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

This text font color is #A1E2FF.


Background Color

.myBgColor { background-color: #A1E2FF; }

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

This div background color is #A1E2FF.


Border color

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

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

This div border color is #A1E2FF.


Opacity

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

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

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

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

This text has shadow with #A1E2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E2FF on black background.


Color preview on white background

This text has color #A1E2FF on white background.



Black color preview on #A1E2FF background

This text has black color on #A1E2FF background.


White color preview on #A1E2FF background

This text has white color on #A1E2FF background.