COLOR #A0D9FF

HEX: #A0D9FF RGB: (160,217,255)

Color info

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

RGB color model

#A0D9FF color RGB value is (160,217,255).

RGB: (160,217,255) (63%, 85%, 100%)

RGB channels and saturation

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

160
217
255

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

Portions of RGB colors in percentages

R + G + B = 160 + 217 + 255 = 632 (100%)
R 160 of 632 ~ 25.32%
G 217 of 632 ~ 34.34%
B 255 of 632 ~ 40.35'%

%25.32
%34.34
%40.35

CMYK color model

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

  • cyan value is 37.25%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (37,15,0,0)
C37M15Y0K0 (37%, 15%, 0%, 0%)
(0.37 / 0.15 / 0.00 / 0.00)

CMYK percentages

%37.25
%14.9
%0
%0

Codes

Color #A0D9FF in popluar color models

A0 D9 FF
RGB 160 217 255
HSL 204° 100.00% 81.37%
HSB/HSV 204° 37.25% 100.00%
CMYK 37.25% 14.90% 0.00%
0.00%

Color #A0D9FF in popluar number systems.

HEX A0 D9 FF
Decimal 160 217 255
Binary 10100000 11011001 11111111
Octal 240 331 377

Shades and tints

Shades of #A0D9FF

#A0D9FF
(160,217,255)
#92C6E8
(146,198,232)
#84B3D1
(132,179,209)
#76A0BA
(118,160,186)
#688DA3
(104,141,163)
#5A7A8C
(90,122,140)
#4C6775
(76,103,117)
#3E545E
(62,84,94)
#304147
(48,65,71)
#222E30
(34,46,48)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #A0D9FF

#A0D9FF
(160,217,255)
#A8DCFF
(168,220,255)
#B0DFFF
(176,223,255)
#B8E2FF
(184,226,255)
#C0E5FF
(192,229,255)
#C8E8FF
(200,232,255)
#D0EBFF
(208,235,255)
#D8EEFF
(216,238,255)
#E0F1FF
(224,241,255)
#E8F4FF
(232,244,255)
#F0F7FF
(240,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D9FF; }

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

This text font color is #A0D9FF.

Background Color

.myBgColor { background-color: #A0D9FF; }

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

This div background color is #A0D9FF.

Border color

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

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

This div border color is #A0D9FF.

Opacity

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

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

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

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

This text has shadow with #A0D9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0D9FF.

Preview

Color preview on black background

This text has color #A0D9FF on black background.


Color preview on white background

This text has color #A0D9FF on white background.


Black color preview on #A0D9FF background

This text has black color on #A0D9FF background.


White color preview on #A0D9FF background

This text has white color on #A0D9FF background.


Related colors

Complementary color

Complementary color for #hex is #5F2600.


I love getcolorcode.com

Triadic colors

1 #FFA0D9 and #D9FFA0 with #A0D9FF are triadic colors.

2 #FFD9A0 and #D9A0FF with #A0D9FF are triadic colors.