COLOR #A0D9FE

HEX: #A0D9FE
RGB: (160,217,254)

Color info

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

RGB color model

#A0D9FE color RGB value is (160,217,254).

  • red value is 160;
  • green value is 217;
  • blue value is 254.
RGB:
(160,217,254)
(63%,85%,100%)

RGB channels and saturation

R 160 of 255 = 63%
G 217 of 255 = 85%
B 254 of 255 = 100%

160
217
254

R + G + B ~ 83%. #A0D9FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 217 + 254 = 631 (100%)
R 160 of 631 ~ 25.36%
G 217 of 631 ~ 34.39%
B 254 of 631 ~ 40.25%

%25.36
%34.39
%40.25

CMYK color model

#A0D9FE color CMYK value is (37,15,0,0).

  • cyan value is 37.01%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(37,15,0,0)
C37M15Y0K0 
(37%,15%,0%,0%)
(0.37/0.15/0.00/0.00)	

CMYK percentages

%37.01
%14.57
%0
%0.39

Codes

Color #A0D9FE in popluar color models

A0D9FE
RGB160217254
HSL204°97.92%81.18%
HSB/HSV204°37.01%99.61%
CMYK37.01%14.57%0.00%
0.39%

Color #A0D9FE in popluar number systems.

HEXA0D9FE
Decimal160217254
Binary101000001101100111111110
Octal240331376

Shades and tints

Shades of #A0D9FE

#A0D9FE
(160,217,254)
#92C6E7
(146,198,231)
#84B3D0
(132,179,208)
#76A0B9
(118,160,185)
#688DA2
(104,141,162)
#5A7A8B
(90,122,139)
#4C6774
(76,103,116)
#3E545D
(62,84,93)
#304146
(48,65,70)
#222E2F
(34,46,47)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #A0D9FE

#A0D9FE
(160,217,254)
#A8DCFE
(168,220,254)
#B0DFFE
(176,223,254)
#B8E2FE
(184,226,254)
#C0E5FE
(192,229,254)
#C8E8FE
(200,232,254)
#D0EBFE
(208,235,254)
#D8EEFE
(216,238,254)
#E0F1FE
(224,241,254)
#E8F4FE
(232,244,254)
#F0F7FE
(240,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D9FE color. Also use rgb(160,217,254) instead hex code.

Text Font Color

.myTextColor { color: #A0D9FE; }

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

This text font color is #A0D9FE.


Background Color

.myBgColor { background-color: #A0D9FE; }

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

This div background color is #A0D9FE.


Border color

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

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

This div border color is #A0D9FE.


Opacity

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

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

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

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

This text has shadow with #A0D9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D9FE on black background.


Color preview on white background

This text has color #A0D9FE on white background.



Black color preview on #A0D9FE background

This text has black color on #A0D9FE background.


White color preview on #A0D9FE background

This text has white color on #A0D9FE background.