COLOR #A0D7F9

HEX: #A0D7F9 RGB: (160,215,249)

Color info

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

RGB color model

#A0D7F9 color RGB value is (160,215,249).

RGB: (160,215,249) (63%, 84%, 98%)

RGB channels and saturation

R 160 of 255 = 63%
G 215 of 255 = 84%
B 249 of 255 = 98%

160
215
249

R + G + B ~ 82%. #A0D7F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 215 + 249 = 624 (100%)
R 160 of 624 ~ 25.64%
G 215 of 624 ~ 34.46%
B 249 of 624 ~ 39.9'%

%25.64
%34.46
%39.9

CMYK color model

#A0D7F9 color CMYK value is (36,14,0,2).

  • cyan value is 35.74%
  • magenta value is 13.65%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (36,14,0,2)
C36M14Y0K2 (36%, 14%, 0%, 2%)
(0.36 / 0.14 / 0.00 / 0.02)

CMYK percentages

%35.74
%13.65
%0
%2.35

Codes

Color #A0D7F9 in popluar color models

A0 D7 F9
RGB 160 215 249
HSL 203° 88.12% 80.20%
HSB/HSV 203° 35.74% 97.65%
CMYK 35.74% 13.65% 0.00%
2.35%

Color #A0D7F9 in popluar number systems.

HEX A0 D7 F9
Decimal 160 215 249
Binary 10100000 11010111 11111001
Octal 240 327 371

Shades and tints

Shades of #A0D7F9

#A0D7F9
(160,215,249)
#92C4E3
(146,196,227)
#84B1CD
(132,177,205)
#769EB7
(118,158,183)
#688BA1
(104,139,161)
#5A788B
(90,120,139)
#4C6575
(76,101,117)
#3E525F
(62,82,95)
#303F49
(48,63,73)
#222C33
(34,44,51)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #A0D7F9

#A0D7F9
(160,215,249)
#A8DAF9
(168,218,249)
#B0DDF9
(176,221,249)
#B8E0F9
(184,224,249)
#C0E3F9
(192,227,249)
#C8E6F9
(200,230,249)
#D0E9F9
(208,233,249)
#D8ECF9
(216,236,249)
#E0EFF9
(224,239,249)
#E8F2F9
(232,242,249)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D7F9 color. Also use rgb(160,215,249) instead hex code.

Text Font Color

.myTextColor { color: #A0D7F9; }

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

This text font color is #A0D7F9.

Background Color

.myBgColor { background-color: #A0D7F9; }

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

This div background color is #A0D7F9.

Border color

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

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

This div border color is #A0D7F9.

Opacity

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

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

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

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

This text has shadow with #A0D7F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0D7F9.

Preview

Color preview on black background

This text has color #A0D7F9 on black background.


Color preview on white background

This text has color #A0D7F9 on white background.


Black color preview on #A0D7F9 background

This text has black color on #A0D7F9 background.


White color preview on #A0D7F9 background

This text has white color on #A0D7F9 background.


Related colors

Complementary color

Complementary color for #hex is #5F2806.


I love getcolorcode.com

Triadic colors

1 #F9A0D7 and #D7F9A0 with #A0D7F9 are triadic colors.

2 #F9D7A0 and #D7A0F9 with #A0D7F9 are triadic colors.