COLOR #A0E6FC

HEX: #A0E6FC
RGB: (160,230,252)

Color info

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

RGB color model

#A0E6FC color RGB value is (160,230,252).

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

RGB channels and saturation

R 160 of 255 = 63%
G 230 of 255 = 90%
B 252 of 255 = 99%

160
230
252

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

Portions of RGB colors in percentages

R + G + B =
160 + 230 + 252 = 642 (100%)
R 160 of 642 ~ 24.92%
G 230 of 642 ~ 35.83%
B 252 of 642 ~ 39.25%

%24.92
%35.83
%39.25

CMYK color model

#A0E6FC color CMYK value is (37,9,0,1).

  • cyan value is 36.51%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(37,9,0,1)
C37M9Y0K1 
(37%,9%,0%,1%)
(0.37/0.09/0.00/0.01)	

CMYK percentages

%36.51
%8.73
%0
%1.18

Codes

Color #A0E6FC in popluar color models

A0E6FC
RGB160230252
HSL194°93.88%80.78%
HSB/HSV194°36.51%98.82%
CMYK36.51%8.73%0.00%
1.18%

Color #A0E6FC in popluar number systems.

HEXA0E6FC
Decimal160230252
Binary101000001110011011111100
Octal240346374

Shades and tints

Shades of #A0E6FC

#A0E6FC
(160,230,252)
#92D2E6
(146,210,230)
#84BED0
(132,190,208)
#76AABA
(118,170,186)
#6896A4
(104,150,164)
#5A828E
(90,130,142)
#4C6E78
(76,110,120)
#3E5A62
(62,90,98)
#30464C
(48,70,76)
#223236
(34,50,54)
#141E20
(20,30,32)
#000000
(0,0,0)

Tints of #A0E6FC

#A0E6FC
(160,230,252)
#A8E8FC
(168,232,252)
#B0EAFC
(176,234,252)
#B8ECFC
(184,236,252)
#C0EEFC
(192,238,252)
#C8F0FC
(200,240,252)
#D0F2FC
(208,242,252)
#D8F4FC
(216,244,252)
#E0F6FC
(224,246,252)
#E8F8FC
(232,248,252)
#F0FAFC
(240,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E6FC; }

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

This text font color is #A0E6FC.


Background Color

.myBgColor { background-color: #A0E6FC; }

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

This div background color is #A0E6FC.


Border color

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

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

This div border color is #A0E6FC.


Opacity

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

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

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

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

This text has shadow with #A0E6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E6FC on black background.


Color preview on white background

This text has color #A0E6FC on white background.



Black color preview on #A0E6FC background

This text has black color on #A0E6FC background.


White color preview on #A0E6FC background

This text has white color on #A0E6FC background.