COLOR #A0EEDA

HEX: #A0EEDA
RGB: (160,238,218)

Color info

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

RGB color model

#A0EEDA color RGB value is (160,238,218).

  • red value is 160;
  • green value is 238;
  • blue value is 218.
RGB:
(160,238,218)
(63%,93%,85%)

RGB channels and saturation

R 160 of 255 = 63%
G 238 of 255 = 93%
B 218 of 255 = 85%

160
238
218

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

Portions of RGB colors in percentages

R + G + B =
160 + 238 + 218 = 616 (100%)
R 160 of 616 ~ 25.97%
G 238 of 616 ~ 38.64%
B 218 of 616 ~ 35.39%

%25.97
%38.64
%35.39

CMYK color model

#A0EEDA color CMYK value is (33,0,8,7).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 6.67%
CMYK:
(33,0,8,7)
C33M0Y8K7 
(33%,0%,8%,7%)
(0.33/0.00/0.08/0.07)	

CMYK percentages

%32.77
%0
%8.4
%6.67

Codes

Color #A0EEDA in popluar color models

A0EEDA
RGB160238218
HSL165°69.64%78.04%
HSB/HSV165°32.77%93.33%
CMYK32.77%0.00%8.40%
6.67%

Color #A0EEDA in popluar number systems.

HEXA0EEDA
Decimal160238218
Binary101000001110111011011010
Octal240356332

Shades and tints

Shades of #A0EEDA

#A0EEDA
(160,238,218)
#92D9C7
(146,217,199)
#84C4B4
(132,196,180)
#76AFA1
(118,175,161)
#689A8E
(104,154,142)
#5A857B
(90,133,123)
#4C7068
(76,112,104)
#3E5B55
(62,91,85)
#304642
(48,70,66)
#22312F
(34,49,47)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #A0EEDA

#A0EEDA
(160,238,218)
#A8EFDD
(168,239,221)
#B0F0E0
(176,240,224)
#B8F1E3
(184,241,227)
#C0F2E6
(192,242,230)
#C8F3E9
(200,243,233)
#D0F4EC
(208,244,236)
#D8F5EF
(216,245,239)
#E0F6F2
(224,246,242)
#E8F7F5
(232,247,245)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0EEDA color. Also use rgb(160,238,218) instead hex code.

Text Font Color

.myTextColor { color: #A0EEDA; }

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

This text font color is #A0EEDA.


Background Color

.myBgColor { background-color: #A0EEDA; }

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

This div background color is #A0EEDA.


Border color

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

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

This div border color is #A0EEDA.


Opacity

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

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

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

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

This text has shadow with #A0EEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EEDA on black background.


Color preview on white background

This text has color #A0EEDA on white background.



Black color preview on #A0EEDA background

This text has black color on #A0EEDA background.


White color preview on #A0EEDA background

This text has white color on #A0EEDA background.