COLOR #A0E6E7

HEX: #A0E6E7 RGB: (160,230,231)

Color info

#A0E6E7 contains mainly green and blue colors. Web safe color of #A0E6E7 is #99CCFF (or #9CF).

RGB color model

#A0E6E7 color RGB value is (160,230,231).

RGB: (160,230,231) (63%, 90%, 91%)

RGB channels and saturation

R 160 of 255 = 63%
G 230 of 255 = 90%
B 231 of 255 = 91%

160
230
231

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

Portions of RGB colors in percentages

R + G + B = 160 + 230 + 231 = 621 (100%)
R 160 of 621 ~ 25.76%
G 230 of 621 ~ 37.04%
B 231 of 621 ~ 37.2'%

%25.76
%37.04
%37.2

CMYK color model

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

  • cyan value is 30.74%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (31,0,0,9) C31M0Y0K9 (31%,0%,0%,9%) (0.31/0.00/0.00/0.09) 

CMYK percentages

%30.74
%0.43
%0
%9.41

Codes

Color #A0E6E7 in popluar color models

A0 E6 E7
RGB 160 230 231
HSL 181° 59.66% 76.67%
HSB/HSV 181° 30.74% 90.59%
CMYK 30.74% 0.43% 0.00%
9.41%

Color #A0E6E7 in popluar number systems.

HEX A0 E6 E7
Decimal 160 230 231
Binary 10100000 11100110 11100111
Octal 240 346 347

Shades and tints

Shades of #A0E6E7

#A0E6E7
(160,230,231)
#92D2D2
(146,210,210)
#84BEBD
(132,190,189)
#76AAA8
(118,170,168)
#689693
(104,150,147)
#5A827E
(90,130,126)
#4C6E69
(76,110,105)
#3E5A54
(62,90,84)
#30463F
(48,70,63)
#22322A
(34,50,42)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #A0E6E7

#A0E6E7
(160,230,231)
#A8E8E9
(168,232,233)
#B0EAEB
(176,234,235)
#B8ECED
(184,236,237)
#C0EEEF
(192,238,239)
#C8F0F1
(200,240,241)
#D0F2F3
(208,242,243)
#D8F4F5
(216,244,245)
#E0F6F7
(224,246,247)
#E8F8F9
(232,248,249)
#F0FAFB
(240,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E6E7 color. Also use rgb(160,230,231) instead hex code.

Text Font Color

.myTextColor { color: #A0E6E7; }

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

This text font color is #A0E6E7.

Background Color

.myBgColor { background-color: #A0E6E7; }

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

This div background color is #A0E6E7.

Border color

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

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

This div border color is #A0E6E7.

Opacity

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

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

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

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

This text has shadow with #A0E6E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E6E7.

Preview

Color preview on black background

This text has color #A0E6E7 on black background.


Color preview on white background

This text has color #A0E6E7 on white background.


Black color preview on #A0E6E7 background

This text has black color on #A0E6E7 background.


White color preview on #A0E6E7 background

This text has white color on #A0E6E7 background.


Related colors

Complementary color

Complementary color for #hex is #5F1918.


I love getcolorcode.com

Triadic colors

1 #E7A0E6 and #E6E7A0 with #A0E6E7 are triadic colors.

2 #E7E6A0 and #E6A0E7 with #A0E6E7 are triadic colors.