COLOR #A0ADCA

HEX: #A0ADCA RGB: (160,173,202)

Color info

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

RGB color model

#A0ADCA color RGB value is (160,173,202).

RGB: (160,173,202) (63%, 68%, 79%)

RGB channels and saturation

R 160 of 255 = 63%
G 173 of 255 = 68%
B 202 of 255 = 79%

160
173
202

R + G + B ~ 70%. #A0ADCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 173 + 202 = 535 (100%)
R 160 of 535 ~ 29.91%
G 173 of 535 ~ 32.34%
B 202 of 535 ~ 37.76'%

%29.91
%32.34
%37.76

CMYK color model

#A0ADCA color CMYK value is (21,14,0,21).

  • cyan value is 20.79%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (21,14,0,21)
C21M14Y0K21 (21%, 14%, 0%, 21%)
(0.21 / 0.14 / 0.00 / 0.21)

CMYK percentages

%20.79
%14.36
%0
%20.78

Codes

Color #A0ADCA in popluar color models

A0 AD CA
RGB 160 173 202
HSL 221° 28.38% 70.98%
HSB/HSV 221° 20.79% 79.22%
CMYK 20.79% 14.36% 0.00%
20.78%

Color #A0ADCA in popluar number systems.

HEX A0 AD CA
Decimal 160 173 202
Binary 10100000 10101101 11001010
Octal 240 255 312

Shades and tints

Shades of #A0ADCA

#A0ADCA
(160,173,202)
#929EB8
(146,158,184)
#848FA6
(132,143,166)
#768094
(118,128,148)
#687182
(104,113,130)
#5A6270
(90,98,112)
#4C535E
(76,83,94)
#3E444C
(62,68,76)
#30353A
(48,53,58)
#222628
(34,38,40)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #A0ADCA

#A0ADCA
(160,173,202)
#A8B4CE
(168,180,206)
#B0BBD2
(176,187,210)
#B8C2D6
(184,194,214)
#C0C9DA
(192,201,218)
#C8D0DE
(200,208,222)
#D0D7E2
(208,215,226)
#D8DEE6
(216,222,230)
#E0E5EA
(224,229,234)
#E8ECEE
(232,236,238)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ADCA; }

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

This text font color is #A0ADCA.

Background Color

.myBgColor { background-color: #A0ADCA; }

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

This div background color is #A0ADCA.

Border color

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

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

This div border color is #A0ADCA.

Opacity

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

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

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

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

This text has shadow with #A0ADCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0ADCA.

Preview

Color preview on black background

This text has color #A0ADCA on black background.


Color preview on white background

This text has color #A0ADCA on white background.


Black color preview on #A0ADCA background

This text has black color on #A0ADCA background.


White color preview on #A0ADCA background

This text has white color on #A0ADCA background.


Related colors

Complementary color

Complementary color for #hex is #5F5235.


I love getcolorcode.com

Triadic colors

1 #CAA0AD and #ADCAA0 with #A0ADCA are triadic colors.

2 #CAADA0 and #ADA0CA with #A0ADCA are triadic colors.