COLOR #A0EAE4

HEX: #A0EAE4
RGB: (160,234,228)

Color info

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

RGB color model

#A0EAE4 color RGB value is (160,234,228).

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

RGB channels and saturation

R 160 of 255 = 63%
G 234 of 255 = 92%
B 228 of 255 = 89%

160
234
228

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

Portions of RGB colors in percentages

R + G + B =
160 + 234 + 228 = 622 (100%)
R 160 of 622 ~ 25.72%
G 234 of 622 ~ 37.62%
B 228 of 622 ~ 36.66%

%25.72
%37.62
%36.66

CMYK color model

#A0EAE4 color CMYK value is (32,0,3,8).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(32,0,3,8)
C32M0Y3K8 
(32%,0%,3%,8%)
(0.32/0.00/0.03/0.08)	

CMYK percentages

%31.62
%0
%2.56
%8.24

Codes

Color #A0EAE4 in popluar color models

A0EAE4
RGB160234228
HSL175°63.79%77.25%
HSB/HSV175°31.62%91.76%
CMYK31.62%0.00%2.56%
8.24%

Color #A0EAE4 in popluar number systems.

HEXA0EAE4
Decimal160234228
Binary101000001110101011100100
Octal240352344

Shades and tints

Shades of #A0EAE4

#A0EAE4
(160,234,228)
#92D5D0
(146,213,208)
#84C0BC
(132,192,188)
#76ABA8
(118,171,168)
#689694
(104,150,148)
#5A8180
(90,129,128)
#4C6C6C
(76,108,108)
#3E5758
(62,87,88)
#304244
(48,66,68)
#222D30
(34,45,48)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #A0EAE4

#A0EAE4
(160,234,228)
#A8EBE6
(168,235,230)
#B0ECE8
(176,236,232)
#B8EDEA
(184,237,234)
#C0EEEC
(192,238,236)
#C8EFEE
(200,239,238)
#D0F0F0
(208,240,240)
#D8F1F2
(216,241,242)
#E0F2F4
(224,242,244)
#E8F3F6
(232,243,246)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EAE4; }

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

This text font color is #A0EAE4.


Background Color

.myBgColor { background-color: #A0EAE4; }

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

This div background color is #A0EAE4.


Border color

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

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

This div border color is #A0EAE4.


Opacity

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

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

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

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

This text has shadow with #A0EAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EAE4 on black background.


Color preview on white background

This text has color #A0EAE4 on white background.



Black color preview on #A0EAE4 background

This text has black color on #A0EAE4 background.


White color preview on #A0EAE4 background

This text has white color on #A0EAE4 background.