COLOR #A3ADC9

HEX: #A3ADC9 RGB: (163,173,201)

Color info

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

RGB color model

#A3ADC9 color RGB value is (163,173,201).

RGB: (163,173,201) (64%, 68%, 79%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 201 of 255 = 79%

163
173
201

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

Portions of RGB colors in percentages

R + G + B = 163 + 173 + 201 = 537 (100%)
R 163 of 537 ~ 30.35%
G 173 of 537 ~ 32.22%
B 201 of 537 ~ 37.43'%

%30.35
%32.22
%37.43

CMYK color model

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

  • cyan value is 18.91%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (19,14,0,21)
C19M14Y0K21 (19%, 14%, 0%, 21%)
(0.19 / 0.14 / 0.00 / 0.21)

CMYK percentages

%18.91
%13.93
%0
%21.18

Codes

Color #A3ADC9 in popluar color models

A3 AD C9
RGB 163 173 201
HSL 224° 26.03% 71.37%
HSB/HSV 224° 18.91% 78.82%
CMYK 18.91% 13.93% 0.00%
21.18%

Color #A3ADC9 in popluar number systems.

HEX A3 AD C9
Decimal 163 173 201
Binary 10100011 10101101 11001001
Octal 243 255 311

Shades and tints

Shades of #A3ADC9

#A3ADC9
(163,173,201)
#959EB7
(149,158,183)
#878FA5
(135,143,165)
#798093
(121,128,147)
#6B7181
(107,113,129)
#5D626F
(93,98,111)
#4F535D
(79,83,93)
#41444B
(65,68,75)
#333539
(51,53,57)
#252627
(37,38,39)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #A3ADC9

#A3ADC9
(163,173,201)
#ABB4CD
(171,180,205)
#B3BBD1
(179,187,209)
#BBC2D5
(187,194,213)
#C3C9D9
(195,201,217)
#CBD0DD
(203,208,221)
#D3D7E1
(211,215,225)
#DBDEE5
(219,222,229)
#E3E5E9
(227,229,233)
#EBECED
(235,236,237)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3ADC9 color. Also use rgb(163,173,201) instead hex code.

Text Font Color

.myTextColor { color: #A3ADC9; }

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

This text font color is #A3ADC9.

Background Color

.myBgColor { background-color: #A3ADC9; }

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

This div background color is #A3ADC9.

Border color

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

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

This div border color is #A3ADC9.

Opacity

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

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

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

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

This text has shadow with #A3ADC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3ADC9.

Preview

Color preview on black background

This text has color #A3ADC9 on black background.


Color preview on white background

This text has color #A3ADC9 on white background.


Black color preview on #A3ADC9 background

This text has black color on #A3ADC9 background.


White color preview on #A3ADC9 background

This text has white color on #A3ADC9 background.


Related colors

Complementary color

Complementary color for #hex is #5C5236.


I love getcolorcode.com

Triadic colors

1 #C9A3AD and #ADC9A3 with #A3ADC9 are triadic colors.

2 #C9ADA3 and #ADA3C9 with #A3ADC9 are triadic colors.