COLOR #A0EEDC

HEX: #A0EEDC RGB: (160,238,220)

Color info

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

RGB color model

#A0EEDC color RGB value is (160,238,220).

RGB: (160,238,220) (63%, 93%, 86%)

RGB channels and saturation

R 160 of 255 = 63%
G 238 of 255 = 93%
B 220 of 255 = 86%

160
238
220

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

Portions of RGB colors in percentages

R + G + B = 160 + 238 + 220 = 618 (100%)
R 160 of 618 ~ 25.89%
G 238 of 618 ~ 38.51%
B 220 of 618 ~ 35.6'%

%25.89
%38.51
%35.6

CMYK color model

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

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • 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
%7.56
%6.67

Codes

Color #A0EEDC in popluar color models

A0 EE DC
RGB 160 238 220
HSL 166° 69.64% 78.04%
HSB/HSV 166° 32.77% 93.33%
CMYK 32.77% 0.00% 7.56%
6.67%

Color #A0EEDC in popluar number systems.

HEX A0 EE DC
Decimal 160 238 220
Binary 10100000 11101110 11011100
Octal 240 356 334

Shades and tints

Shades of #A0EEDC

#A0EEDC
(160,238,220)
#92D9C8
(146,217,200)
#84C4B4
(132,196,180)
#76AFA0
(118,175,160)
#689A8C
(104,154,140)
#5A8578
(90,133,120)
#4C7064
(76,112,100)
#3E5B50
(62,91,80)
#30463C
(48,70,60)
#223128
(34,49,40)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #A0EEDC

#A0EEDC
(160,238,220)
#A8EFDF
(168,239,223)
#B0F0E2
(176,240,226)
#B8F1E5
(184,241,229)
#C0F2E8
(192,242,232)
#C8F3EB
(200,243,235)
#D0F4EE
(208,244,238)
#D8F5F1
(216,245,241)
#E0F6F4
(224,246,244)
#E8F7F7
(232,247,247)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EEDC; }

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

This text font color is #A0EEDC.

Background Color

.myBgColor { background-color: #A0EEDC; }

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

This div background color is #A0EEDC.

Border color

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

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

This div border color is #A0EEDC.

Opacity

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

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

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

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

This text has shadow with #A0EEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0EEDC.

Preview

Color preview on black background

This text has color #A0EEDC on black background.


Color preview on white background

This text has color #A0EEDC on white background.


Black color preview on #A0EEDC background

This text has black color on #A0EEDC background.


White color preview on #A0EEDC background

This text has white color on #A0EEDC background.


Related colors

Complementary color

Complementary color for #hex is #5F1123.


I love getcolorcode.com

Triadic colors

1 #DCA0EE and #EEDCA0 with #A0EEDC are triadic colors.

2 #DCEEA0 and #EEA0DC with #A0EEDC are triadic colors.