COLOR #A0EDE7

HEX: #A0EDE7
RGB: (160,237,231)

Color info

#A0EDE7 contains mainly green and blue colors. Web safe color of #A0EDE7 is #99FFFF (or #9FF).

RGB color model

#A0EDE7 color RGB value is (160,237,231).

  • red value is 160;
  • green value is 237;
  • blue value is 231.
RGB:
(160,237,231)
(63%,93%,91%)

RGB channels and saturation

R 160 of 255 = 63%
G 237 of 255 = 93%
B 231 of 255 = 91%

160
237
231

R + G + B ~ 82%. #A0EDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 237 + 231 = 628 (100%)
R 160 of 628 ~ 25.48%
G 237 of 628 ~ 37.74%
B 231 of 628 ~ 36.78%

%25.48
%37.74
%36.78

CMYK color model

#A0EDE7 color CMYK value is (32,0,3,7).

  • cyan value is 32.49%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 7.06%
CMYK:
(32,0,3,7)
C32M0Y3K7 
(32%,0%,3%,7%)
(0.32/0.00/0.03/0.07)	

CMYK percentages

%32.49
%0
%2.53
%7.06

Codes

Color #A0EDE7 in popluar color models

A0EDE7
RGB160237231
HSL175°68.14%77.84%
HSB/HSV175°32.49%92.94%
CMYK32.49%0.00%2.53%
7.06%

Color #A0EDE7 in popluar number systems.

HEXA0EDE7
Decimal160237231
Binary101000001110110111100111
Octal240355347

Shades and tints

Shades of #A0EDE7

#A0EDE7
(160,237,231)
#92D8D2
(146,216,210)
#84C3BD
(132,195,189)
#76AEA8
(118,174,168)
#689993
(104,153,147)
#5A847E
(90,132,126)
#4C6F69
(76,111,105)
#3E5A54
(62,90,84)
#30453F
(48,69,63)
#22302A
(34,48,42)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #A0EDE7

#A0EDE7
(160,237,231)
#A8EEE9
(168,238,233)
#B0EFEB
(176,239,235)
#B8F0ED
(184,240,237)
#C0F1EF
(192,241,239)
#C8F2F1
(200,242,241)
#D0F3F3
(208,243,243)
#D8F4F5
(216,244,245)
#E0F5F7
(224,245,247)
#E8F6F9
(232,246,249)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EDE7; }

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

This text font color is #A0EDE7.


Background Color

.myBgColor { background-color: #A0EDE7; }

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

This div background color is #A0EDE7.


Border color

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

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

This div border color is #A0EDE7.


Opacity

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

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

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

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

This text has shadow with #A0EDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EDE7 on black background.


Color preview on white background

This text has color #A0EDE7 on white background.



Black color preview on #A0EDE7 background

This text has black color on #A0EDE7 background.


White color preview on #A0EDE7 background

This text has white color on #A0EDE7 background.