COLOR #A1E1ED

HEX: #A1E1ED
RGB: (161,225,237)

Color info

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

RGB color model

#A1E1ED color RGB value is (161,225,237).

  • red value is 161;
  • green value is 225;
  • blue value is 237.
RGB:
(161,225,237)
(63%,88%,93%)

RGB channels and saturation

R 161 of 255 = 63%
G 225 of 255 = 88%
B 237 of 255 = 93%

161
225
237

R + G + B ~ 81%. #A1E1ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 225 + 237 = 623 (100%)
R 161 of 623 ~ 25.84%
G 225 of 623 ~ 36.12%
B 237 of 623 ~ 38.04%

%25.84
%36.12
%38.04

CMYK color model

#A1E1ED color CMYK value is (32,5,0,7).

  • cyan value is 32.07%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(32,5,0,7)
C32M5Y0K7 
(32%,5%,0%,7%)
(0.32/0.05/0.00/0.07)	

CMYK percentages

%32.07
%5.06
%0
%7.06

Codes

Color #A1E1ED in popluar color models

A1E1ED
RGB161225237
HSL189°67.86%78.04%
HSB/HSV189°32.07%92.94%
CMYK32.07%5.06%0.00%
7.06%

Color #A1E1ED in popluar number systems.

HEXA1E1ED
Decimal161225237
Binary101000011110000111101101
Octal241341355

Shades and tints

Shades of #A1E1ED

#A1E1ED
(161,225,237)
#93CDD8
(147,205,216)
#85B9C3
(133,185,195)
#77A5AE
(119,165,174)
#699199
(105,145,153)
#5B7D84
(91,125,132)
#4D696F
(77,105,111)
#3F555A
(63,85,90)
#314145
(49,65,69)
#232D30
(35,45,48)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #A1E1ED

#A1E1ED
(161,225,237)
#A9E3EE
(169,227,238)
#B1E5EF
(177,229,239)
#B9E7F0
(185,231,240)
#C1E9F1
(193,233,241)
#C9EBF2
(201,235,242)
#D1EDF3
(209,237,243)
#D9EFF4
(217,239,244)
#E1F1F5
(225,241,245)
#E9F3F6
(233,243,246)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E1ED color. Also use rgb(161,225,237) instead hex code.

Text Font Color

.myTextColor { color: #A1E1ED; }

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

This text font color is #A1E1ED.


Background Color

.myBgColor { background-color: #A1E1ED; }

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

This div background color is #A1E1ED.


Border color

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

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

This div border color is #A1E1ED.


Opacity

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

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

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

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

This text has shadow with #A1E1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E1ED on black background.


Color preview on white background

This text has color #A1E1ED on white background.



Black color preview on #A1E1ED background

This text has black color on #A1E1ED background.


White color preview on #A1E1ED background

This text has white color on #A1E1ED background.