COLOR #A0EAD6

HEX: #A0EAD6
RGB: (160,234,214)

Color info

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

RGB color model

#A0EAD6 color RGB value is (160,234,214).

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

RGB channels and saturation

R 160 of 255 = 63%
G 234 of 255 = 92%
B 214 of 255 = 84%

160
234
214

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

Portions of RGB colors in percentages

R + G + B =
160 + 234 + 214 = 608 (100%)
R 160 of 608 ~ 26.32%
G 234 of 608 ~ 38.49%
B 214 of 608 ~ 35.2%

%26.32
%38.49
%35.2

CMYK color model

#A0EAD6 color CMYK value is (32,0,9,8).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK:
(32,0,9,8)
C32M0Y9K8 
(32%,0%,9%,8%)
(0.32/0.00/0.09/0.08)	

CMYK percentages

%31.62
%0
%8.55
%8.24

Codes

Color #A0EAD6 in popluar color models

A0EAD6
RGB160234214
HSL164°63.79%77.25%
HSB/HSV164°31.62%91.76%
CMYK31.62%0.00%8.55%
8.24%

Color #A0EAD6 in popluar number systems.

HEXA0EAD6
Decimal160234214
Binary101000001110101011010110
Octal240352326

Shades and tints

Shades of #A0EAD6

#A0EAD6
(160,234,214)
#92D5C3
(146,213,195)
#84C0B0
(132,192,176)
#76AB9D
(118,171,157)
#68968A
(104,150,138)
#5A8177
(90,129,119)
#4C6C64
(76,108,100)
#3E5751
(62,87,81)
#30423E
(48,66,62)
#222D2B
(34,45,43)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #A0EAD6

#A0EAD6
(160,234,214)
#A8EBD9
(168,235,217)
#B0ECDC
(176,236,220)
#B8EDDF
(184,237,223)
#C0EEE2
(192,238,226)
#C8EFE5
(200,239,229)
#D0F0E8
(208,240,232)
#D8F1EB
(216,241,235)
#E0F2EE
(224,242,238)
#E8F3F1
(232,243,241)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EAD6; }

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

This text font color is #A0EAD6.


Background Color

.myBgColor { background-color: #A0EAD6; }

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

This div background color is #A0EAD6.


Border color

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

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

This div border color is #A0EAD6.


Opacity

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

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

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

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

This text has shadow with #A0EAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EAD6 on black background.


Color preview on white background

This text has color #A0EAD6 on white background.



Black color preview on #A0EAD6 background

This text has black color on #A0EAD6 background.


White color preview on #A0EAD6 background

This text has white color on #A0EAD6 background.