COLOR #A0E3EE

HEX: #A0E3EE
RGB: (160,227,238)

Color info

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

RGB color model

#A0E3EE color RGB value is (160,227,238).

  • red value is 160;
  • green value is 227;
  • blue value is 238.
RGB:
(160,227,238)
(63%,89%,93%)

RGB channels and saturation

R 160 of 255 = 63%
G 227 of 255 = 89%
B 238 of 255 = 93%

160
227
238

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

Portions of RGB colors in percentages

R + G + B =
160 + 227 + 238 = 625 (100%)
R 160 of 625 ~ 25.6%
G 227 of 625 ~ 36.32%
B 238 of 625 ~ 38.08%

%25.6
%36.32
%38.08

CMYK color model

#A0E3EE color CMYK value is (33,5,0,7).

  • cyan value is 32.77%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(33,5,0,7)
C33M5Y0K7 
(33%,5%,0%,7%)
(0.33/0.05/0.00/0.07)	

CMYK percentages

%32.77
%4.62
%0
%6.67

Codes

Color #A0E3EE in popluar color models

A0E3EE
RGB160227238
HSL188°69.64%78.04%
HSB/HSV188°32.77%93.33%
CMYK32.77%4.62%0.00%
6.67%

Color #A0E3EE in popluar number systems.

HEXA0E3EE
Decimal160227238
Binary101000001110001111101110
Octal240343356

Shades and tints

Shades of #A0E3EE

#A0E3EE
(160,227,238)
#92CFD9
(146,207,217)
#84BBC4
(132,187,196)
#76A7AF
(118,167,175)
#68939A
(104,147,154)
#5A7F85
(90,127,133)
#4C6B70
(76,107,112)
#3E575B
(62,87,91)
#304346
(48,67,70)
#222F31
(34,47,49)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #A0E3EE

#A0E3EE
(160,227,238)
#A8E5EF
(168,229,239)
#B0E7F0
(176,231,240)
#B8E9F1
(184,233,241)
#C0EBF2
(192,235,242)
#C8EDF3
(200,237,243)
#D0EFF4
(208,239,244)
#D8F1F5
(216,241,245)
#E0F3F6
(224,243,246)
#E8F5F7
(232,245,247)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E3EE color. Also use rgb(160,227,238) instead hex code.

Text Font Color

.myTextColor { color: #A0E3EE; }

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

This text font color is #A0E3EE.


Background Color

.myBgColor { background-color: #A0E3EE; }

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

This div background color is #A0E3EE.


Border color

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

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

This div border color is #A0E3EE.


Opacity

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

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

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

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

This text has shadow with #A0E3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E3EE on black background.


Color preview on white background

This text has color #A0E3EE on white background.



Black color preview on #A0E3EE background

This text has black color on #A0E3EE background.


White color preview on #A0E3EE background

This text has white color on #A0E3EE background.