COLOR #A1E2E8

HEX: #A1E2E8 RGB: (161,226,232)

Color info

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

RGB color model

#A1E2E8 color RGB value is (161,226,232).

RGB: (161,226,232) (63%, 89%, 91%)

RGB channels and saturation

R 161 of 255 = 63%
G 226 of 255 = 89%
B 232 of 255 = 91%

161
226
232

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

Portions of RGB colors in percentages

R + G + B = 161 + 226 + 232 = 619 (100%)
R 161 of 619 ~ 26.01%
G 226 of 619 ~ 36.51%
B 232 of 619 ~ 37.48'%

%26.01
%36.51
%37.48

CMYK color model

#A1E2E8 color CMYK value is (31,3,0,9).

  • cyan value is 30.60%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (31,3,0,9)
C31M3Y0K9 (31%, 3%, 0%, 9%)
(0.31 / 0.03 / 0.00 / 0.09)

CMYK percentages

%30.6
%2.59
%0
%9.02

Codes

Color #A1E2E8 in popluar color models

A1 E2 E8
RGB 161 226 232
HSL 185° 60.68% 77.06%
HSB/HSV 185° 30.60% 90.98%
CMYK 30.60% 2.59% 0.00%
9.02%

Color #A1E2E8 in popluar number systems.

HEX A1 E2 E8
Decimal 161 226 232
Binary 10100001 11100010 11101000
Octal 241 342 350

Shades and tints

Shades of #A1E2E8

#A1E2E8
(161,226,232)
#93CED3
(147,206,211)
#85BABE
(133,186,190)
#77A6A9
(119,166,169)
#699294
(105,146,148)
#5B7E7F
(91,126,127)
#4D6A6A
(77,106,106)
#3F5655
(63,86,85)
#314240
(49,66,64)
#232E2B
(35,46,43)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #A1E2E8

#A1E2E8
(161,226,232)
#A9E4EA
(169,228,234)
#B1E6EC
(177,230,236)
#B9E8EE
(185,232,238)
#C1EAF0
(193,234,240)
#C9ECF2
(201,236,242)
#D1EEF4
(209,238,244)
#D9F0F6
(217,240,246)
#E1F2F8
(225,242,248)
#E9F4FA
(233,244,250)
#F1F6FC
(241,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1E2E8; }

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

This text font color is #A1E2E8.

Background Color

.myBgColor { background-color: #A1E2E8; }

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

This div background color is #A1E2E8.

Border color

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

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

This div border color is #A1E2E8.

Opacity

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

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

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

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

This text has shadow with #A1E2E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1E2E8.

Preview

Color preview on black background

This text has color #A1E2E8 on black background.


Color preview on white background

This text has color #A1E2E8 on white background.


Black color preview on #A1E2E8 background

This text has black color on #A1E2E8 background.


White color preview on #A1E2E8 background

This text has white color on #A1E2E8 background.


Related colors

Complementary color

Complementary color for #hex is #5E1D17.


I love getcolorcode.com

Triadic colors

1 #E8A1E2 and #E2E8A1 with #A1E2E8 are triadic colors.

2 #E8E2A1 and #E2A1E8 with #A1E2E8 are triadic colors.