COLOR #A0D7F5

HEX: #A0D7F5 RGB: (160,215,245)

Color info

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

RGB color model

#A0D7F5 color RGB value is (160,215,245).

RGB: (160,215,245) (63%, 84%, 96%)

RGB channels and saturation

R 160 of 255 = 63%
G 215 of 255 = 84%
B 245 of 255 = 96%

160
215
245

R + G + B ~ 81%. #A0D7F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 215 + 245 = 620 (100%)
R 160 of 620 ~ 25.81%
G 215 of 620 ~ 34.68%
B 245 of 620 ~ 39.52'%

%25.81
%34.68
%39.52

CMYK color model

#A0D7F5 color CMYK value is (35,12,0,4).

  • cyan value is 34.69%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (35,12,0,4)
C35M12Y0K4 (35%, 12%, 0%, 4%)
(0.35 / 0.12 / 0.00 / 0.04)

CMYK percentages

%34.69
%12.24
%0
%3.92

Codes

Color #A0D7F5 in popluar color models

A0 D7 F5
RGB 160 215 245
HSL 201° 80.95% 79.41%
HSB/HSV 201° 34.69% 96.08%
CMYK 34.69% 12.24% 0.00%
3.92%

Color #A0D7F5 in popluar number systems.

HEX A0 D7 F5
Decimal 160 215 245
Binary 10100000 11010111 11110101
Octal 240 327 365

Shades and tints

Shades of #A0D7F5

#A0D7F5
(160,215,245)
#92C4DF
(146,196,223)
#84B1C9
(132,177,201)
#769EB3
(118,158,179)
#688B9D
(104,139,157)
#5A7887
(90,120,135)
#4C6571
(76,101,113)
#3E525B
(62,82,91)
#303F45
(48,63,69)
#222C2F
(34,44,47)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #A0D7F5

#A0D7F5
(160,215,245)
#A8DAF5
(168,218,245)
#B0DDF5
(176,221,245)
#B8E0F5
(184,224,245)
#C0E3F5
(192,227,245)
#C8E6F5
(200,230,245)
#D0E9F5
(208,233,245)
#D8ECF5
(216,236,245)
#E0EFF5
(224,239,245)
#E8F2F5
(232,242,245)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D7F5; }

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

This text font color is #A0D7F5.

Background Color

.myBgColor { background-color: #A0D7F5; }

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

This div background color is #A0D7F5.

Border color

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

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

This div border color is #A0D7F5.

Opacity

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

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

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

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

This text has shadow with #A0D7F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0D7F5.

Preview

Color preview on black background

This text has color #A0D7F5 on black background.


Color preview on white background

This text has color #A0D7F5 on white background.


Black color preview on #A0D7F5 background

This text has black color on #A0D7F5 background.


White color preview on #A0D7F5 background

This text has white color on #A0D7F5 background.


Related colors

Complementary color

Complementary color for #hex is #5F280A.


I love getcolorcode.com

Triadic colors

1 #F5A0D7 and #D7F5A0 with #A0D7F5 are triadic colors.

2 #F5D7A0 and #D7A0F5 with #A0D7F5 are triadic colors.