COLOR #A0E1FF

HEX: #A0E1FF
RGB: (160,225,255)

Color info

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

RGB color model

#A0E1FF color RGB value is (160,225,255).

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

RGB channels and saturation

R 160 of 255 = 63%
G 225 of 255 = 88%
B 255 of 255 = 100%

160
225
255

R + G + B ~ 84%. #A0E1FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 225 + 255 = 640 (100%)
R 160 of 640 ~ 25%
G 225 of 640 ~ 35.16%
B 255 of 640 ~ 39.84%

%25
%35.16
%39.84

CMYK color model

#A0E1FF color CMYK value is (37,12,0,0).

  • cyan value is 37.25%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(37,12,0,0)
C37M12Y0K0 
(37%,12%,0%,0%)
(0.37/0.12/0.00/0.00)	

CMYK percentages

%37.25
%11.76
%0
%0

Codes

Color #A0E1FF in popluar color models

A0E1FF
RGB160225255
HSL199°100.00%81.37%
HSB/HSV199°37.25%100.00%
CMYK37.25%11.76%0.00%
0.00%

Color #A0E1FF in popluar number systems.

HEXA0E1FF
Decimal160225255
Binary101000001110000111111111
Octal240341377

Shades and tints

Shades of #A0E1FF

#A0E1FF
(160,225,255)
#92CDE8
(146,205,232)
#84B9D1
(132,185,209)
#76A5BA
(118,165,186)
#6891A3
(104,145,163)
#5A7D8C
(90,125,140)
#4C6975
(76,105,117)
#3E555E
(62,85,94)
#304147
(48,65,71)
#222D30
(34,45,48)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #A0E1FF

#A0E1FF
(160,225,255)
#A8E3FF
(168,227,255)
#B0E5FF
(176,229,255)
#B8E7FF
(184,231,255)
#C0E9FF
(192,233,255)
#C8EBFF
(200,235,255)
#D0EDFF
(208,237,255)
#D8EFFF
(216,239,255)
#E0F1FF
(224,241,255)
#E8F3FF
(232,243,255)
#F0F5FF
(240,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E1FF; }

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

This text font color is #A0E1FF.


Background Color

.myBgColor { background-color: #A0E1FF; }

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

This div background color is #A0E1FF.


Border color

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

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

This div border color is #A0E1FF.


Opacity

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

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

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

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

This text has shadow with #A0E1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E1FF on black background.


Color preview on white background

This text has color #A0E1FF on white background.



Black color preview on #A0E1FF background

This text has black color on #A0E1FF background.


White color preview on #A0E1FF background

This text has white color on #A0E1FF background.