COLOR #A0EEDE

HEX: #A0EEDE
RGB: (160,238,222)

Color info

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

RGB color model

#A0EEDE color RGB value is (160,238,222).

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

RGB channels and saturation

R 160 of 255 = 63%
G 238 of 255 = 93%
B 222 of 255 = 87%

160
238
222

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

Portions of RGB colors in percentages

R + G + B =
160 + 238 + 222 = 620 (100%)
R 160 of 620 ~ 25.81%
G 238 of 620 ~ 38.39%
B 222 of 620 ~ 35.81%

%25.81
%38.39
%35.81

CMYK color model

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

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK:
(33,0,7,7)
C33M0Y7K7 
(33%,0%,7%,7%)
(0.33/0.00/0.07/0.07)	

CMYK percentages

%32.77
%0
%6.72
%6.67

Codes

Color #A0EEDE in popluar color models

A0EEDE
RGB160238222
HSL168°69.64%78.04%
HSB/HSV168°32.77%93.33%
CMYK32.77%0.00%6.72%
6.67%

Color #A0EEDE in popluar number systems.

HEXA0EEDE
Decimal160238222
Binary101000001110111011011110
Octal240356336

Shades and tints

Shades of #A0EEDE

#A0EEDE
(160,238,222)
#92D9CA
(146,217,202)
#84C4B6
(132,196,182)
#76AFA2
(118,175,162)
#689A8E
(104,154,142)
#5A857A
(90,133,122)
#4C7066
(76,112,102)
#3E5B52
(62,91,82)
#30463E
(48,70,62)
#22312A
(34,49,42)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #A0EEDE

#A0EEDE
(160,238,222)
#A8EFE1
(168,239,225)
#B0F0E4
(176,240,228)
#B8F1E7
(184,241,231)
#C0F2EA
(192,242,234)
#C8F3ED
(200,243,237)
#D0F4F0
(208,244,240)
#D8F5F3
(216,245,243)
#E0F6F6
(224,246,246)
#E8F7F9
(232,247,249)
#F0F8FC
(240,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EEDE; }

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

This text font color is #A0EEDE.


Background Color

.myBgColor { background-color: #A0EEDE; }

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

This div background color is #A0EEDE.


Border color

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

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

This div border color is #A0EEDE.


Opacity

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

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

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

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

This text has shadow with #A0EEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EEDE on black background.


Color preview on white background

This text has color #A0EEDE on white background.



Black color preview on #A0EEDE background

This text has black color on #A0EEDE background.


White color preview on #A0EEDE background

This text has white color on #A0EEDE background.