COLOR #A1E5F6

HEX: #A1E5F6
RGB: (161,229,246)

Color info

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

RGB color model

#A1E5F6 color RGB value is (161,229,246).

  • red value is 161;
  • green value is 229;
  • blue value is 246.
RGB:
(161,229,246)
(63%,90%,96%)

RGB channels and saturation

R 161 of 255 = 63%
G 229 of 255 = 90%
B 246 of 255 = 96%

161
229
246

R + G + B ~ 83%. #A1E5F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 229 + 246 = 636 (100%)
R 161 of 636 ~ 25.31%
G 229 of 636 ~ 36.01%
B 246 of 636 ~ 38.68%

%25.31
%36.01
%38.68

CMYK color model

#A1E5F6 color CMYK value is (35,7,0,4).

  • cyan value is 34.55%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(35,7,0,4)
C35M7Y0K4 
(35%,7%,0%,4%)
(0.35/0.07/0.00/0.04)	

CMYK percentages

%34.55
%6.91
%0
%3.53

Codes

Color #A1E5F6 in popluar color models

A1E5F6
RGB161229246
HSL192°82.52%79.80%
HSB/HSV192°34.55%96.47%
CMYK34.55%6.91%0.00%
3.53%

Color #A1E5F6 in popluar number systems.

HEXA1E5F6
Decimal161229246
Binary101000011110010111110110
Octal241345366

Shades and tints

Shades of #A1E5F6

#A1E5F6
(161,229,246)
#93D1E0
(147,209,224)
#85BDCA
(133,189,202)
#77A9B4
(119,169,180)
#69959E
(105,149,158)
#5B8188
(91,129,136)
#4D6D72
(77,109,114)
#3F595C
(63,89,92)
#314546
(49,69,70)
#233130
(35,49,48)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #A1E5F6

#A1E5F6
(161,229,246)
#A9E7F6
(169,231,246)
#B1E9F6
(177,233,246)
#B9EBF6
(185,235,246)
#C1EDF6
(193,237,246)
#C9EFF6
(201,239,246)
#D1F1F6
(209,241,246)
#D9F3F6
(217,243,246)
#E1F5F6
(225,245,246)
#E9F7F6
(233,247,246)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E5F6 color. Also use rgb(161,229,246) instead hex code.

Text Font Color

.myTextColor { color: #A1E5F6; }

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

This text font color is #A1E5F6.


Background Color

.myBgColor { background-color: #A1E5F6; }

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

This div background color is #A1E5F6.


Border color

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

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

This div border color is #A1E5F6.


Opacity

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

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

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

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

This text has shadow with #A1E5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E5F6 on black background.


Color preview on white background

This text has color #A1E5F6 on white background.



Black color preview on #A1E5F6 background

This text has black color on #A1E5F6 background.


White color preview on #A1E5F6 background

This text has white color on #A1E5F6 background.