COLOR #A0EFE2

HEX: #A0EFE2
RGB: (160,239,226)

Color info

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

RGB color model

#A0EFE2 color RGB value is (160,239,226).

  • red value is 160;
  • green value is 239;
  • blue value is 226.
RGB:
(160,239,226)
(63%,94%,89%)

RGB channels and saturation

R 160 of 255 = 63%
G 239 of 255 = 94%
B 226 of 255 = 89%

160
239
226

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

Portions of RGB colors in percentages

R + G + B =
160 + 239 + 226 = 625 (100%)
R 160 of 625 ~ 25.6%
G 239 of 625 ~ 38.24%
B 226 of 625 ~ 36.16%

%25.6
%38.24
%36.16

CMYK color model

#A0EFE2 color CMYK value is (33,0,5,6).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK:
(33,0,5,6)
C33M0Y5K6 
(33%,0%,5%,6%)
(0.33/0.00/0.05/0.06)	

CMYK percentages

%33.05
%0
%5.44
%6.27

Codes

Color #A0EFE2 in popluar color models

A0EFE2
RGB160239226
HSL170°71.17%78.24%
HSB/HSV170°33.05%93.73%
CMYK33.05%0.00%5.44%
6.27%

Color #A0EFE2 in popluar number systems.

HEXA0EFE2
Decimal160239226
Binary101000001110111111100010
Octal240357342

Shades and tints

Shades of #A0EFE2

#A0EFE2
(160,239,226)
#92DACE
(146,218,206)
#84C5BA
(132,197,186)
#76B0A6
(118,176,166)
#689B92
(104,155,146)
#5A867E
(90,134,126)
#4C716A
(76,113,106)
#3E5C56
(62,92,86)
#304742
(48,71,66)
#22322E
(34,50,46)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #A0EFE2

#A0EFE2
(160,239,226)
#A8F0E4
(168,240,228)
#B0F1E6
(176,241,230)
#B8F2E8
(184,242,232)
#C0F3EA
(192,243,234)
#C8F4EC
(200,244,236)
#D0F5EE
(208,245,238)
#D8F6F0
(216,246,240)
#E0F7F2
(224,247,242)
#E8F8F4
(232,248,244)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EFE2; }

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

This text font color is #A0EFE2.


Background Color

.myBgColor { background-color: #A0EFE2; }

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

This div background color is #A0EFE2.


Border color

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

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

This div border color is #A0EFE2.


Opacity

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

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

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

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

This text has shadow with #A0EFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EFE2 on black background.


Color preview on white background

This text has color #A0EFE2 on white background.



Black color preview on #A0EFE2 background

This text has black color on #A0EFE2 background.


White color preview on #A0EFE2 background

This text has white color on #A0EFE2 background.