COLOR #A0EAE6

HEX: #A0EAE6
RGB: (160,234,230)

Color info

#A0EAE6 contains mainly green and blue colors. Web safe color of #A0EAE6 is #99FFCC (or #9FC).

RGB color model

#A0EAE6 color RGB value is (160,234,230).

  • red value is 160;
  • green value is 234;
  • blue value is 230.
RGB:
(160,234,230)
(63%,92%,90%)

RGB channels and saturation

R 160 of 255 = 63%
G 234 of 255 = 92%
B 230 of 255 = 90%

160
234
230

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

Portions of RGB colors in percentages

R + G + B =
160 + 234 + 230 = 624 (100%)
R 160 of 624 ~ 25.64%
G 234 of 624 ~ 37.5%
B 230 of 624 ~ 36.86%

%25.64
%37.5
%36.86

CMYK color model

#A0EAE6 color CMYK value is (32,0,2,8).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(32,0,2,8)
C32M0Y2K8 
(32%,0%,2%,8%)
(0.32/0.00/0.02/0.08)	

CMYK percentages

%31.62
%0
%1.71
%8.24

Codes

Color #A0EAE6 in popluar color models

A0EAE6
RGB160234230
HSL177°63.79%77.25%
HSB/HSV177°31.62%91.76%
CMYK31.62%0.00%1.71%
8.24%

Color #A0EAE6 in popluar number systems.

HEXA0EAE6
Decimal160234230
Binary101000001110101011100110
Octal240352346

Shades and tints

Shades of #A0EAE6

#A0EAE6
(160,234,230)
#92D5D2
(146,213,210)
#84C0BE
(132,192,190)
#76ABAA
(118,171,170)
#689696
(104,150,150)
#5A8182
(90,129,130)
#4C6C6E
(76,108,110)
#3E575A
(62,87,90)
#304246
(48,66,70)
#222D32
(34,45,50)
#14181E
(20,24,30)
#000000
(0,0,0)

Tints of #A0EAE6

#A0EAE6
(160,234,230)
#A8EBE8
(168,235,232)
#B0ECEA
(176,236,234)
#B8EDEC
(184,237,236)
#C0EEEE
(192,238,238)
#C8EFF0
(200,239,240)
#D0F0F2
(208,240,242)
#D8F1F4
(216,241,244)
#E0F2F6
(224,242,246)
#E8F3F8
(232,243,248)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0EAE6 color. Also use rgb(160,234,230) instead hex code.

Text Font Color

.myTextColor { color: #A0EAE6; }

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

This text font color is #A0EAE6.


Background Color

.myBgColor { background-color: #A0EAE6; }

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

This div background color is #A0EAE6.


Border color

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

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

This div border color is #A0EAE6.


Opacity

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

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

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

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

This text has shadow with #A0EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EAE6 on black background.


Color preview on white background

This text has color #A0EAE6 on white background.



Black color preview on #A0EAE6 background

This text has black color on #A0EAE6 background.


White color preview on #A0EAE6 background

This text has white color on #A0EAE6 background.