COLOR #A0ECD2

HEX: #A0ECD2
RGB: (160,236,210)

Color info

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

RGB color model

#A0ECD2 color RGB value is (160,236,210).

  • red value is 160;
  • green value is 236;
  • blue value is 210.
RGB:
(160,236,210)
(63%,93%,82%)

RGB channels and saturation

R 160 of 255 = 63%
G 236 of 255 = 93%
B 210 of 255 = 82%

160
236
210

R + G + B ~ 79%. #A0ECD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 236 + 210 = 606 (100%)
R 160 of 606 ~ 26.4%
G 236 of 606 ~ 38.94%
B 210 of 606 ~ 34.65%

%26.4
%38.94
%34.65

CMYK color model

#A0ECD2 color CMYK value is (32,0,11,7).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 7.45%
CMYK:
(32,0,11,7)
C32M0Y11K7 
(32%,0%,11%,7%)
(0.32/0.00/0.11/0.07)	

CMYK percentages

%32.2
%0
%11.02
%7.45

Codes

Color #A0ECD2 in popluar color models

A0ECD2
RGB160236210
HSL159°66.67%77.65%
HSB/HSV159°32.20%92.55%
CMYK32.20%0.00%11.02%
7.45%

Color #A0ECD2 in popluar number systems.

HEXA0ECD2
Decimal160236210
Binary101000001110110011010010
Octal240354322

Shades and tints

Shades of #A0ECD2

#A0ECD2
(160,236,210)
#92D7BF
(146,215,191)
#84C2AC
(132,194,172)
#76AD99
(118,173,153)
#689886
(104,152,134)
#5A8373
(90,131,115)
#4C6E60
(76,110,96)
#3E594D
(62,89,77)
#30443A
(48,68,58)
#222F27
(34,47,39)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #A0ECD2

#A0ECD2
(160,236,210)
#A8EDD6
(168,237,214)
#B0EEDA
(176,238,218)
#B8EFDE
(184,239,222)
#C0F0E2
(192,240,226)
#C8F1E6
(200,241,230)
#D0F2EA
(208,242,234)
#D8F3EE
(216,243,238)
#E0F4F2
(224,244,242)
#E8F5F6
(232,245,246)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0ECD2 color. Also use rgb(160,236,210) instead hex code.

Text Font Color

.myTextColor { color: #A0ECD2; }

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

This text font color is #A0ECD2.


Background Color

.myBgColor { background-color: #A0ECD2; }

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

This div background color is #A0ECD2.


Border color

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

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

This div border color is #A0ECD2.


Opacity

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

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

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

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

This text has shadow with #A0ECD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ECD2 on black background.


Color preview on white background

This text has color #A0ECD2 on white background.



Black color preview on #A0ECD2 background

This text has black color on #A0ECD2 background.


White color preview on #A0ECD2 background

This text has white color on #A0ECD2 background.