COLOR #A0E1E2

HEX: #A0E1E2 RGB: (160,225,226)

Color info

#A0E1E2 contains mainly green and blue colors. Web safe color of #A0E1E2 is #99CCCC (or #9CC).

RGB color model

#A0E1E2 color RGB value is (160,225,226).

RGB: (160,225,226) (63%, 88%, 89%)

RGB channels and saturation

R 160 of 255 = 63%
G 225 of 255 = 88%
B 226 of 255 = 89%

160
225
226

R + G + B ~ 80%. #A0E1E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 225 + 226 = 611 (100%)
R 160 of 611 ~ 26.19%
G 225 of 611 ~ 36.82%
B 226 of 611 ~ 36.99'%

%26.19
%36.82
%36.99

CMYK color model

#A0E1E2 color CMYK value is (29,0,0,11).

  • cyan value is 29.20%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (29,0,0,11)
C29M0Y0K11 (29%, 0%, 0%, 11%)
(0.29 / 0.00 / 0.00 / 0.11)

CMYK percentages

%29.2
%0.44
%0
%11.37

Codes

Color #A0E1E2 in popluar color models

A0 E1 E2
RGB 160 225 226
HSL 181° 53.23% 75.69%
HSB/HSV 181° 29.20% 88.63%
CMYK 29.20% 0.44% 0.00%
11.37%

Color #A0E1E2 in popluar number systems.

HEX A0 E1 E2
Decimal 160 225 226
Binary 10100000 11100001 11100010
Octal 240 341 342

Shades and tints

Shades of #A0E1E2

#A0E1E2
(160,225,226)
#92CDCE
(146,205,206)
#84B9BA
(132,185,186)
#76A5A6
(118,165,166)
#689192
(104,145,146)
#5A7D7E
(90,125,126)
#4C696A
(76,105,106)
#3E5556
(62,85,86)
#304142
(48,65,66)
#222D2E
(34,45,46)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #A0E1E2

#A0E1E2
(160,225,226)
#A8E3E4
(168,227,228)
#B0E5E6
(176,229,230)
#B8E7E8
(184,231,232)
#C0E9EA
(192,233,234)
#C8EBEC
(200,235,236)
#D0EDEE
(208,237,238)
#D8EFF0
(216,239,240)
#E0F1F2
(224,241,242)
#E8F3F4
(232,243,244)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E1E2 color. Also use rgb(160,225,226) instead hex code.

Text Font Color

.myTextColor { color: #A0E1E2; }

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

This text font color is #A0E1E2.

Background Color

.myBgColor { background-color: #A0E1E2; }

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

This div background color is #A0E1E2.

Border color

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

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

This div border color is #A0E1E2.

Opacity

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

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

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

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

This text has shadow with #A0E1E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E1E2.

Preview

Color preview on black background

This text has color #A0E1E2 on black background.


Color preview on white background

This text has color #A0E1E2 on white background.


Black color preview on #A0E1E2 background

This text has black color on #A0E1E2 background.


White color preview on #A0E1E2 background

This text has white color on #A0E1E2 background.


Related colors

Complementary color

Complementary color for #hex is #5F1E1D.


I love getcolorcode.com

Triadic colors

1 #E2A0E1 and #E1E2A0 with #A0E1E2 are triadic colors.

2 #E2E1A0 and #E1A0E2 with #A0E1E2 are triadic colors.