COLOR #A0EAED

HEX: #A0EAED
RGB: (160,234,237)

Color info

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

RGB color model

#A0EAED color RGB value is (160,234,237).

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

RGB channels and saturation

R 160 of 255 = 63%
G 234 of 255 = 92%
B 237 of 255 = 93%

160
234
237

R + G + B ~ 83%. #A0EAED is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 234 + 237 = 631 (100%)
R 160 of 631 ~ 25.36%
G 234 of 631 ~ 37.08%
B 237 of 631 ~ 37.56%

%25.36
%37.08
%37.56

CMYK color model

#A0EAED color CMYK value is (32,1,0,7).

  • cyan value is 32.49%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(32,1,0,7)
C32M1Y0K7 
(32%,1%,0%,7%)
(0.32/0.01/0.00/0.07)	

CMYK percentages

%32.49
%1.27
%0
%7.06

Codes

Color #A0EAED in popluar color models

A0EAED
RGB160234237
HSL182°68.14%77.84%
HSB/HSV182°32.49%92.94%
CMYK32.49%1.27%0.00%
7.06%

Color #A0EAED in popluar number systems.

HEXA0EAED
Decimal160234237
Binary101000001110101011101101
Octal240352355

Shades and tints

Shades of #A0EAED

#A0EAED
(160,234,237)
#92D5D8
(146,213,216)
#84C0C3
(132,192,195)
#76ABAE
(118,171,174)
#689699
(104,150,153)
#5A8184
(90,129,132)
#4C6C6F
(76,108,111)
#3E575A
(62,87,90)
#304245
(48,66,69)
#222D30
(34,45,48)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #A0EAED

#A0EAED
(160,234,237)
#A8EBEE
(168,235,238)
#B0ECEF
(176,236,239)
#B8EDF0
(184,237,240)
#C0EEF1
(192,238,241)
#C8EFF2
(200,239,242)
#D0F0F3
(208,240,243)
#D8F1F4
(216,241,244)
#E0F2F5
(224,242,245)
#E8F3F6
(232,243,246)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EAED; }

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

This text font color is #A0EAED.


Background Color

.myBgColor { background-color: #A0EAED; }

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

This div background color is #A0EAED.


Border color

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

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

This div border color is #A0EAED.


Opacity

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

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

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

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

This text has shadow with #A0EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EAED on black background.


Color preview on white background

This text has color #A0EAED on white background.



Black color preview on #A0EAED background

This text has black color on #A0EAED background.


White color preview on #A0EAED background

This text has white color on #A0EAED background.