COLOR #A0E9DC

HEX: #A0E9DC RGB: (160,233,220)

Color info

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

RGB color model

#A0E9DC color RGB value is (160,233,220).

RGB: (160,233,220) (63%, 91%, 86%)

RGB channels and saturation

R 160 of 255 = 63%
G 233 of 255 = 91%
B 220 of 255 = 86%

160
233
220

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

Portions of RGB colors in percentages

R + G + B = 160 + 233 + 220 = 613 (100%)
R 160 of 613 ~ 26.1%
G 233 of 613 ~ 38.01%
B 220 of 613 ~ 35.89'%

%26.1
%38.01
%35.89

CMYK color model

#A0E9DC color CMYK value is (31,0,6,9).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 8.63%

CMYK: (31,0,6,9)
C31M0Y6K9 (31%, 0%, 6%, 9%)
(0.31 / 0.00 / 0.06 / 0.09)

CMYK percentages

%31.33
%0
%5.58
%8.63

Codes

Color #A0E9DC in popluar color models

A0 E9 DC
RGB 160 233 220
HSL 169° 62.39% 77.06%
HSB/HSV 169° 31.33% 91.37%
CMYK 31.33% 0.00% 5.58%
8.63%

Color #A0E9DC in popluar number systems.

HEX A0 E9 DC
Decimal 160 233 220
Binary 10100000 11101001 11011100
Octal 240 351 334

Shades and tints

Shades of #A0E9DC

#A0E9DC
(160,233,220)
#92D4C8
(146,212,200)
#84BFB4
(132,191,180)
#76AAA0
(118,170,160)
#68958C
(104,149,140)
#5A8078
(90,128,120)
#4C6B64
(76,107,100)
#3E5650
(62,86,80)
#30413C
(48,65,60)
#222C28
(34,44,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #A0E9DC

#A0E9DC
(160,233,220)
#A8EBDF
(168,235,223)
#B0EDE2
(176,237,226)
#B8EFE5
(184,239,229)
#C0F1E8
(192,241,232)
#C8F3EB
(200,243,235)
#D0F5EE
(208,245,238)
#D8F7F1
(216,247,241)
#E0F9F4
(224,249,244)
#E8FBF7
(232,251,247)
#F0FDFA
(240,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E9DC; }

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

This text font color is #A0E9DC.

Background Color

.myBgColor { background-color: #A0E9DC; }

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

This div background color is #A0E9DC.

Border color

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

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

This div border color is #A0E9DC.

Opacity

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

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

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

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

This text has shadow with #A0E9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E9DC.

Preview

Color preview on black background

This text has color #A0E9DC on black background.


Color preview on white background

This text has color #A0E9DC on white background.


Black color preview on #A0E9DC background

This text has black color on #A0E9DC background.


White color preview on #A0E9DC background

This text has white color on #A0E9DC background.


Related colors

Complementary color

Complementary color for #hex is #5F1623.


I love getcolorcode.com

Triadic colors

1 #DCA0E9 and #E9DCA0 with #A0E9DC are triadic colors.

2 #DCE9A0 and #E9A0DC with #A0E9DC are triadic colors.