COLOR #A3ADD1

HEX: #A3ADD1
RGB: (163,173,209)

Color info

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

RGB color model

#A3ADD1 color RGB value is (163,173,209).

  • red value is 163;
  • green value is 173;
  • blue value is 209.
RGB:
(163,173,209)
(64%,68%,82%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 209 of 255 = 82%

163
173
209

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

Portions of RGB colors in percentages

R + G + B =
163 + 173 + 209 = 545 (100%)
R 163 of 545 ~ 29.91%
G 173 of 545 ~ 31.74%
B 209 of 545 ~ 38.35%

%29.91
%31.74
%38.35

CMYK color model

#A3ADD1 color CMYK value is (22,17,0,18).

  • cyan value is 22.01%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,17,0,18)
C22M17Y0K18 
(22%,17%,0%,18%)
(0.22/0.17/0.00/0.18)	

CMYK percentages

%22.01
%17.22
%0
%18.04

Codes

Color #A3ADD1 in popluar color models

A3ADD1
RGB163173209
HSL227°33.33%72.94%
HSB/HSV227°22.01%81.96%
CMYK22.01%17.22%0.00%
18.04%

Color #A3ADD1 in popluar number systems.

HEXA3ADD1
Decimal163173209
Binary101000111010110111010001
Octal243255321

Shades and tints

Shades of #A3ADD1

#A3ADD1
(163,173,209)
#959EBE
(149,158,190)
#878FAB
(135,143,171)
#798098
(121,128,152)
#6B7185
(107,113,133)
#5D6272
(93,98,114)
#4F535F
(79,83,95)
#41444C
(65,68,76)
#333539
(51,53,57)
#252626
(37,38,38)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #A3ADD1

#A3ADD1
(163,173,209)
#ABB4D5
(171,180,213)
#B3BBD9
(179,187,217)
#BBC2DD
(187,194,221)
#C3C9E1
(195,201,225)
#CBD0E5
(203,208,229)
#D3D7E9
(211,215,233)
#DBDEED
(219,222,237)
#E3E5F1
(227,229,241)
#EBECF5
(235,236,245)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ADD1; }

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

This text font color is #A3ADD1.


Background Color

.myBgColor { background-color: #A3ADD1; }

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

This div background color is #A3ADD1.


Border color

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

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

This div border color is #A3ADD1.


Opacity

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

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

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

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

This text has shadow with #A3ADD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ADD1 on black background.


Color preview on white background

This text has color #A3ADD1 on white background.



Black color preview on #A3ADD1 background

This text has black color on #A3ADD1 background.


White color preview on #A3ADD1 background

This text has white color on #A3ADD1 background.