COLOR #A0ADD7

HEX: #A0ADD7 RGB: (160,173,215)

Color info

#A0ADD7 contains red, green and blue colors in about the same proportion. Web safe color of #A0ADD7 is #9999CC (or #99C).

RGB color model

#A0ADD7 color RGB value is (160,173,215).

RGB: (160,173,215) (63%, 68%, 84%)

RGB channels and saturation

R 160 of 255 = 63%
G 173 of 255 = 68%
B 215 of 255 = 84%

160
173
215

R + G + B ~ 72%. #A0ADD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 173 + 215 = 548 (100%)
R 160 of 548 ~ 29.2%
G 173 of 548 ~ 31.57%
B 215 of 548 ~ 39.23'%

%29.2
%31.57
%39.23

CMYK color model

#A0ADD7 color CMYK value is (26,20,0,16).

  • cyan value is 25.58%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (26,20,0,16) C26M20Y0K16 (26%,20%,0%,16%) (0.26/0.20/0.00/0.16) 

CMYK percentages

%25.58
%19.53
%0
%15.69

Codes

Color #A0ADD7 in popluar color models

A0 AD D7
RGB 160 173 215
HSL 226° 40.74% 73.53%
HSB/HSV 226° 25.58% 84.31%
CMYK 25.58% 19.53% 0.00%
15.69%

Color #A0ADD7 in popluar number systems.

HEX A0 AD D7
Decimal 160 173 215
Binary 10100000 10101101 11010111
Octal 240 255 327

Shades and tints

Shades of #A0ADD7

#A0ADD7
(160,173,215)
#929EC4
(146,158,196)
#848FB1
(132,143,177)
#76809E
(118,128,158)
#68718B
(104,113,139)
#5A6278
(90,98,120)
#4C5365
(76,83,101)
#3E4452
(62,68,82)
#30353F
(48,53,63)
#22262C
(34,38,44)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #A0ADD7

#A0ADD7
(160,173,215)
#A8B4DA
(168,180,218)
#B0BBDD
(176,187,221)
#B8C2E0
(184,194,224)
#C0C9E3
(192,201,227)
#C8D0E6
(200,208,230)
#D0D7E9
(208,215,233)
#D8DEEC
(216,222,236)
#E0E5EF
(224,229,239)
#E8ECF2
(232,236,242)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ADD7; }

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

This text font color is #A0ADD7.

Background Color

.myBgColor { background-color: #A0ADD7; }

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

This div background color is #A0ADD7.

Border color

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

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

This div border color is #A0ADD7.

Opacity

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

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

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

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

This text has shadow with #A0ADD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0ADD7.

Preview

Color preview on black background

This text has color #A0ADD7 on black background.


Color preview on white background

This text has color #A0ADD7 on white background.


Black color preview on #A0ADD7 background

This text has black color on #A0ADD7 background.


White color preview on #A0ADD7 background

This text has white color on #A0ADD7 background.


Related colors

Complementary color

Complementary color for #hex is #5F5228.


I love getcolorcode.com

Triadic colors

1 #D7A0AD and #ADD7A0 with #A0ADD7 are triadic colors.

2 #D7ADA0 and #ADA0D7 with #A0ADD7 are triadic colors.