COLOR #A3AADC

HEX: #A3AADC
RGB: (163,170,220)

Color info

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

RGB color model

#A3AADC color RGB value is (163,170,220).

  • red value is 163;
  • green value is 170;
  • blue value is 220.
RGB:
(163,170,220)
(64%,67%,86%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 220 of 255 = 86%

163
170
220

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

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 220 = 553 (100%)
R 163 of 553 ~ 29.48%
G 170 of 553 ~ 30.74%
B 220 of 553 ~ 39.78%

%29.48
%30.74
%39.78

CMYK color model

#A3AADC color CMYK value is (26,23,0,14).

  • cyan value is 25.91%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(26,23,0,14)
C26M23Y0K14 
(26%,23%,0%,14%)
(0.26/0.23/0.00/0.14)	

CMYK percentages

%25.91
%22.73
%0
%13.73

Codes

Color #A3AADC in popluar color models

A3AADC
RGB163170220
HSL233°44.88%75.10%
HSB/HSV233°25.91%86.27%
CMYK25.91%22.73%0.00%
13.73%

Color #A3AADC in popluar number systems.

HEXA3AADC
Decimal163170220
Binary101000111010101011011100
Octal243252334

Shades and tints

Shades of #A3AADC

#A3AADC
(163,170,220)
#959BC8
(149,155,200)
#878CB4
(135,140,180)
#797DA0
(121,125,160)
#6B6E8C
(107,110,140)
#5D5F78
(93,95,120)
#4F5064
(79,80,100)
#414150
(65,65,80)
#33323C
(51,50,60)
#252328
(37,35,40)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A3AADC

#A3AADC
(163,170,220)
#ABB1DF
(171,177,223)
#B3B8E2
(179,184,226)
#BBBFE5
(187,191,229)
#C3C6E8
(195,198,232)
#CBCDEB
(203,205,235)
#D3D4EE
(211,212,238)
#DBDBF1
(219,219,241)
#E3E2F4
(227,226,244)
#EBE9F7
(235,233,247)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AADC color. Also use rgb(163,170,220) instead hex code.

Text Font Color

.myTextColor { color: #A3AADC; }

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

This text font color is #A3AADC.


Background Color

.myBgColor { background-color: #A3AADC; }

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

This div background color is #A3AADC.


Border color

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

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

This div border color is #A3AADC.


Opacity

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

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

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

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

This text has shadow with #A3AADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AADC on black background.


Color preview on white background

This text has color #A3AADC on white background.



Black color preview on #A3AADC background

This text has black color on #A3AADC background.


White color preview on #A3AADC background

This text has white color on #A3AADC background.