COLOR #A1E3F0

HEX: #A1E3F0
RGB: (161,227,240)

Color info

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

RGB color model

#A1E3F0 color RGB value is (161,227,240).

  • red value is 161;
  • green value is 227;
  • blue value is 240.
RGB:
(161,227,240)
(63%,89%,94%)

RGB channels and saturation

R 161 of 255 = 63%
G 227 of 255 = 89%
B 240 of 255 = 94%

161
227
240

R + G + B ~ 82%. #A1E3F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 227 + 240 = 628 (100%)
R 161 of 628 ~ 25.64%
G 227 of 628 ~ 36.15%
B 240 of 628 ~ 38.22%

%25.64
%36.15
%38.22

CMYK color model

#A1E3F0 color CMYK value is (33,5,0,6).

  • cyan value is 32.92%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(33,5,0,6)
C33M5Y0K6 
(33%,5%,0%,6%)
(0.33/0.05/0.00/0.06)	

CMYK percentages

%32.92
%5.42
%0
%5.88

Codes

Color #A1E3F0 in popluar color models

A1E3F0
RGB161227240
HSL190°72.48%78.63%
HSB/HSV190°32.92%94.12%
CMYK32.92%5.42%0.00%
5.88%

Color #A1E3F0 in popluar number systems.

HEXA1E3F0
Decimal161227240
Binary101000011110001111110000
Octal241343360

Shades and tints

Shades of #A1E3F0

#A1E3F0
(161,227,240)
#93CFDB
(147,207,219)
#85BBC6
(133,187,198)
#77A7B1
(119,167,177)
#69939C
(105,147,156)
#5B7F87
(91,127,135)
#4D6B72
(77,107,114)
#3F575D
(63,87,93)
#314348
(49,67,72)
#232F33
(35,47,51)
#151B1E
(21,27,30)
#000000
(0,0,0)

Tints of #A1E3F0

#A1E3F0
(161,227,240)
#A9E5F1
(169,229,241)
#B1E7F2
(177,231,242)
#B9E9F3
(185,233,243)
#C1EBF4
(193,235,244)
#C9EDF5
(201,237,245)
#D1EFF6
(209,239,246)
#D9F1F7
(217,241,247)
#E1F3F8
(225,243,248)
#E9F5F9
(233,245,249)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E3F0 color. Also use rgb(161,227,240) instead hex code.

Text Font Color

.myTextColor { color: #A1E3F0; }

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

This text font color is #A1E3F0.


Background Color

.myBgColor { background-color: #A1E3F0; }

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

This div background color is #A1E3F0.


Border color

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

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

This div border color is #A1E3F0.


Opacity

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

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

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

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

This text has shadow with #A1E3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E3F0 on black background.


Color preview on white background

This text has color #A1E3F0 on white background.



Black color preview on #A1E3F0 background

This text has black color on #A1E3F0 background.


White color preview on #A1E3F0 background

This text has white color on #A1E3F0 background.