COLOR #A3ADCD

HEX: #A3ADCD RGB: (163,173,205)

Color info

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

RGB color model

#A3ADCD color RGB value is (163,173,205).

RGB: (163,173,205) (64%, 68%, 80%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 205 of 255 = 80%

163
173
205

R + G + B ~ 71%. #A3ADCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 173 + 205 = 541 (100%)
R 163 of 541 ~ 30.13%
G 173 of 541 ~ 31.98%
B 205 of 541 ~ 37.89'%

%30.13
%31.98
%37.89

CMYK color model

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

  • cyan value is 20.49%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (20,16,0,20)
C20M16Y0K20 (20%, 16%, 0%, 20%)
(0.20 / 0.16 / 0.00 / 0.20)

CMYK percentages

%20.49
%15.61
%0
%19.61

Codes

Color #A3ADCD in popluar color models

A3 AD CD
RGB 163 173 205
HSL 226° 29.58% 72.16%
HSB/HSV 226° 20.49% 80.39%
CMYK 20.49% 15.61% 0.00%
19.61%

Color #A3ADCD in popluar number systems.

HEX A3 AD CD
Decimal 163 173 205
Binary 10100011 10101101 11001101
Octal 243 255 315

Shades and tints

Shades of #A3ADCD

#A3ADCD
(163,173,205)
#959EBB
(149,158,187)
#878FA9
(135,143,169)
#798097
(121,128,151)
#6B7185
(107,113,133)
#5D6273
(93,98,115)
#4F5361
(79,83,97)
#41444F
(65,68,79)
#33353D
(51,53,61)
#25262B
(37,38,43)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #A3ADCD

#A3ADCD
(163,173,205)
#ABB4D1
(171,180,209)
#B3BBD5
(179,187,213)
#BBC2D9
(187,194,217)
#C3C9DD
(195,201,221)
#CBD0E1
(203,208,225)
#D3D7E5
(211,215,229)
#DBDEE9
(219,222,233)
#E3E5ED
(227,229,237)
#EBECF1
(235,236,241)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ADCD; }

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

This text font color is #A3ADCD.

Background Color

.myBgColor { background-color: #A3ADCD; }

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

This div background color is #A3ADCD.

Border color

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

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

This div border color is #A3ADCD.

Opacity

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

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

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

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

This text has shadow with #A3ADCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3ADCD.

Preview

Color preview on black background

This text has color #A3ADCD on black background.


Color preview on white background

This text has color #A3ADCD on white background.


Black color preview on #A3ADCD background

This text has black color on #A3ADCD background.


White color preview on #A3ADCD background

This text has white color on #A3ADCD background.


Related colors

Complementary color

Complementary color for #hex is #5C5232.


I love getcolorcode.com

Triadic colors

1 #CDA3AD and #ADCDA3 with #A3ADCD are triadic colors.

2 #CDADA3 and #ADA3CD with #A3ADCD are triadic colors.