COLOR #A0E1E4

HEX: #A0E1E4
RGB: (160,225,228)

Color info

#A0E1E4 contains mainly green and blue colors. Web safe color of #A0E1E4 is #99CCCC (or #9CC).

RGB color model

#A0E1E4 color RGB value is (160,225,228).

  • red value is 160;
  • green value is 225;
  • blue value is 228.
RGB:
(160,225,228)
(63%,88%,89%)

RGB channels and saturation

R 160 of 255 = 63%
G 225 of 255 = 88%
B 228 of 255 = 89%

160
225
228

R + G + B ~ 80%. #A0E1E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 225 + 228 = 613 (100%)
R 160 of 613 ~ 26.1%
G 225 of 613 ~ 36.7%
B 228 of 613 ~ 37.19%

%26.1
%36.7
%37.19

CMYK color model

#A0E1E4 color CMYK value is (30,1,0,11).

  • cyan value is 29.82%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(30,1,0,11)
C30M1Y0K11 
(30%,1%,0%,11%)
(0.30/0.01/0.00/0.11)	

CMYK percentages

%29.82
%1.32
%0
%10.59

Codes

Color #A0E1E4 in popluar color models

A0E1E4
RGB160225228
HSL183°55.74%76.08%
HSB/HSV183°29.82%89.41%
CMYK29.82%1.32%0.00%
10.59%

Color #A0E1E4 in popluar number systems.

HEXA0E1E4
Decimal160225228
Binary101000001110000111100100
Octal240341344

Shades and tints

Shades of #A0E1E4

#A0E1E4
(160,225,228)
#92CDD0
(146,205,208)
#84B9BC
(132,185,188)
#76A5A8
(118,165,168)
#689194
(104,145,148)
#5A7D80
(90,125,128)
#4C696C
(76,105,108)
#3E5558
(62,85,88)
#304144
(48,65,68)
#222D30
(34,45,48)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #A0E1E4

#A0E1E4
(160,225,228)
#A8E3E6
(168,227,230)
#B0E5E8
(176,229,232)
#B8E7EA
(184,231,234)
#C0E9EC
(192,233,236)
#C8EBEE
(200,235,238)
#D0EDF0
(208,237,240)
#D8EFF2
(216,239,242)
#E0F1F4
(224,241,244)
#E8F3F6
(232,243,246)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E1E4 color. Also use rgb(160,225,228) instead hex code.

Text Font Color

.myTextColor { color: #A0E1E4; }

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

This text font color is #A0E1E4.


Background Color

.myBgColor { background-color: #A0E1E4; }

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

This div background color is #A0E1E4.


Border color

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

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

This div border color is #A0E1E4.


Opacity

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

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

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

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

This text has shadow with #A0E1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E1E4 on black background.


Color preview on white background

This text has color #A0E1E4 on white background.



Black color preview on #A0E1E4 background

This text has black color on #A0E1E4 background.


White color preview on #A0E1E4 background

This text has white color on #A0E1E4 background.