COLOR #A0EDE5

HEX: #A0EDE5
RGB: (160,237,229)

Color info

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

RGB color model

#A0EDE5 color RGB value is (160,237,229).

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

RGB channels and saturation

R 160 of 255 = 63%
G 237 of 255 = 93%
B 229 of 255 = 90%

160
237
229

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

Portions of RGB colors in percentages

R + G + B =
160 + 237 + 229 = 626 (100%)
R 160 of 626 ~ 25.56%
G 237 of 626 ~ 37.86%
B 229 of 626 ~ 36.58%

%25.56
%37.86
%36.58

CMYK color model

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

  • cyan value is 32.49%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • 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
%3.38
%7.06

Codes

Color #A0EDE5 in popluar color models

A0EDE5
RGB160237229
HSL174°68.14%77.84%
HSB/HSV174°32.49%92.94%
CMYK32.49%0.00%3.38%
7.06%

Color #A0EDE5 in popluar number systems.

HEXA0EDE5
Decimal160237229
Binary101000001110110111100101
Octal240355345

Shades and tints

Shades of #A0EDE5

#A0EDE5
(160,237,229)
#92D8D1
(146,216,209)
#84C3BD
(132,195,189)
#76AEA9
(118,174,169)
#689995
(104,153,149)
#5A8481
(90,132,129)
#4C6F6D
(76,111,109)
#3E5A59
(62,90,89)
#304545
(48,69,69)
#223031
(34,48,49)
#141B1D
(20,27,29)
#000000
(0,0,0)

Tints of #A0EDE5

#A0EDE5
(160,237,229)
#A8EEE7
(168,238,231)
#B0EFE9
(176,239,233)
#B8F0EB
(184,240,235)
#C0F1ED
(192,241,237)
#C8F2EF
(200,242,239)
#D0F3F1
(208,243,241)
#D8F4F3
(216,244,243)
#E0F5F5
(224,245,245)
#E8F6F7
(232,246,247)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EDE5; }

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

This text font color is #A0EDE5.


Background Color

.myBgColor { background-color: #A0EDE5; }

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

This div background color is #A0EDE5.


Border color

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

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

This div border color is #A0EDE5.


Opacity

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

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

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

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

This text has shadow with #A0EDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EDE5 on black background.


Color preview on white background

This text has color #A0EDE5 on white background.



Black color preview on #A0EDE5 background

This text has black color on #A0EDE5 background.


White color preview on #A0EDE5 background

This text has white color on #A0EDE5 background.