COLOR #A0E2DB

HEX: #A0E2DB RGB: (160,226,219)

Color info

#A0E2DB contains mainly green and blue colors. Web safe color of #A0E2DB is #99CCCC (or #9CC).

RGB color model

#A0E2DB color RGB value is (160,226,219).

RGB: (160,226,219) (63%, 89%, 86%)

RGB channels and saturation

R 160 of 255 = 63%
G 226 of 255 = 89%
B 219 of 255 = 86%

160
226
219

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

Portions of RGB colors in percentages

R + G + B = 160 + 226 + 219 = 605 (100%)
R 160 of 605 ~ 26.45%
G 226 of 605 ~ 37.36%
B 219 of 605 ~ 36.2'%

%26.45
%37.36
%36.2

CMYK color model

#A0E2DB color CMYK value is (29,0,3,11).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK: (29,0,3,11) C29M0Y3K11 (29%,0%,3%,11%) (0.29/0.00/0.03/0.11) 

CMYK percentages

%29.2
%0
%3.1
%11.37

Codes

Color #A0E2DB in popluar color models

A0 E2 DB
RGB 160 226 219
HSL 174° 53.23% 75.69%
HSB/HSV 174° 29.20% 88.63%
CMYK 29.20% 0.00% 3.10%
11.37%

Color #A0E2DB in popluar number systems.

HEX A0 E2 DB
Decimal 160 226 219
Binary 10100000 11100010 11011011
Octal 240 342 333

Shades and tints

Shades of #A0E2DB

#A0E2DB
(160,226,219)
#92CEC8
(146,206,200)
#84BAB5
(132,186,181)
#76A6A2
(118,166,162)
#68928F
(104,146,143)
#5A7E7C
(90,126,124)
#4C6A69
(76,106,105)
#3E5656
(62,86,86)
#304243
(48,66,67)
#222E30
(34,46,48)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #A0E2DB

#A0E2DB
(160,226,219)
#A8E4DE
(168,228,222)
#B0E6E1
(176,230,225)
#B8E8E4
(184,232,228)
#C0EAE7
(192,234,231)
#C8ECEA
(200,236,234)
#D0EEED
(208,238,237)
#D8F0F0
(216,240,240)
#E0F2F3
(224,242,243)
#E8F4F6
(232,244,246)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E2DB color. Also use rgb(160,226,219) instead hex code.

Text Font Color

.myTextColor { color: #A0E2DB; }

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

This text font color is #A0E2DB.

Background Color

.myBgColor { background-color: #A0E2DB; }

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

This div background color is #A0E2DB.

Border color

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

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

This div border color is #A0E2DB.

Opacity

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

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

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

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

This text has shadow with #A0E2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E2DB.

Preview

Color preview on black background

This text has color #A0E2DB on black background.


Color preview on white background

This text has color #A0E2DB on white background.


Black color preview on #A0E2DB background

This text has black color on #A0E2DB background.


White color preview on #A0E2DB background

This text has white color on #A0E2DB background.


Related colors

Complementary color

Complementary color for #hex is #5F1D24.


I love getcolorcode.com

Triadic colors

1 #DBA0E2 and #E2DBA0 with #A0E2DB are triadic colors.

2 #DBE2A0 and #E2A0DB with #A0E2DB are triadic colors.