COLOR #A0E6FF

HEX: #A0E6FF
RGB: (160,230,255)

Color info

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

RGB color model

#A0E6FF color RGB value is (160,230,255).

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

RGB channels and saturation

R 160 of 255 = 63%
G 230 of 255 = 90%
B 255 of 255 = 100%

160
230
255

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

Portions of RGB colors in percentages

R + G + B =
160 + 230 + 255 = 645 (100%)
R 160 of 645 ~ 24.81%
G 230 of 645 ~ 35.66%
B 255 of 645 ~ 39.53%

%24.81
%35.66
%39.53

CMYK color model

#A0E6FF color CMYK value is (37,10,0,0).

  • cyan value is 37.25%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(37,10,0,0)
C37M10Y0K0 
(37%,10%,0%,0%)
(0.37/0.10/0.00/0.00)	

CMYK percentages

%37.25
%9.8
%0
%0

Codes

Color #A0E6FF in popluar color models

A0E6FF
RGB160230255
HSL196°100.00%81.37%
HSB/HSV196°37.25%100.00%
CMYK37.25%9.80%0.00%
0.00%

Color #A0E6FF in popluar number systems.

HEXA0E6FF
Decimal160230255
Binary101000001110011011111111
Octal240346377

Shades and tints

Shades of #A0E6FF

#A0E6FF
(160,230,255)
#92D2E8
(146,210,232)
#84BED1
(132,190,209)
#76AABA
(118,170,186)
#6896A3
(104,150,163)
#5A828C
(90,130,140)
#4C6E75
(76,110,117)
#3E5A5E
(62,90,94)
#304647
(48,70,71)
#223230
(34,50,48)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #A0E6FF

#A0E6FF
(160,230,255)
#A8E8FF
(168,232,255)
#B0EAFF
(176,234,255)
#B8ECFF
(184,236,255)
#C0EEFF
(192,238,255)
#C8F0FF
(200,240,255)
#D0F2FF
(208,242,255)
#D8F4FF
(216,244,255)
#E0F6FF
(224,246,255)
#E8F8FF
(232,248,255)
#F0FAFF
(240,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E6FF; }

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

This text font color is #A0E6FF.


Background Color

.myBgColor { background-color: #A0E6FF; }

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

This div background color is #A0E6FF.


Border color

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

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

This div border color is #A0E6FF.


Opacity

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

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

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

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

This text has shadow with #A0E6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E6FF on black background.


Color preview on white background

This text has color #A0E6FF on white background.



Black color preview on #A0E6FF background

This text has black color on #A0E6FF background.


White color preview on #A0E6FF background

This text has white color on #A0E6FF background.