COLOR #A3A9E2

HEX: #A3A9E2
RGB: (163,169,226)

Color info

#A3A9E2 contains mainly green and blue colors. Web safe color of #A3A9E2 is #9999CC (or #99C).

RGB color model

#A3A9E2 color RGB value is (163,169,226).

  • red value is 163;
  • green value is 169;
  • blue value is 226.
RGB:
(163,169,226)
(64%,66%,89%)

RGB channels and saturation

R 163 of 255 = 64%
G 169 of 255 = 66%
B 226 of 255 = 89%

163
169
226

R + G + B ~ 73%. #A3A9E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 169 + 226 = 558 (100%)
R 163 of 558 ~ 29.21%
G 169 of 558 ~ 30.29%
B 226 of 558 ~ 40.5%

%29.21
%30.29
%40.5

CMYK color model

#A3A9E2 color CMYK value is (28,25,0,11).

  • cyan value is 27.88%
  • magenta value is 25.22%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(28,25,0,11)
C28M25Y0K11 
(28%,25%,0%,11%)
(0.28/0.25/0.00/0.11)	

CMYK percentages

%27.88
%25.22
%0
%11.37

Codes

Color #A3A9E2 in popluar color models

A3A9E2
RGB163169226
HSL234°52.07%76.27%
HSB/HSV234°27.88%88.63%
CMYK27.88%25.22%0.00%
11.37%

Color #A3A9E2 in popluar number systems.

HEXA3A9E2
Decimal163169226
Binary101000111010100111100010
Octal243251342

Shades and tints

Shades of #A3A9E2

#A3A9E2
(163,169,226)
#959ACE
(149,154,206)
#878BBA
(135,139,186)
#797CA6
(121,124,166)
#6B6D92
(107,109,146)
#5D5E7E
(93,94,126)
#4F4F6A
(79,79,106)
#414056
(65,64,86)
#333142
(51,49,66)
#25222E
(37,34,46)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #A3A9E2

#A3A9E2
(163,169,226)
#ABB0E4
(171,176,228)
#B3B7E6
(179,183,230)
#BBBEE8
(187,190,232)
#C3C5EA
(195,197,234)
#CBCCEC
(203,204,236)
#D3D3EE
(211,211,238)
#DBDAF0
(219,218,240)
#E3E1F2
(227,225,242)
#EBE8F4
(235,232,244)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A9E2 color. Also use rgb(163,169,226) instead hex code.

Text Font Color

.myTextColor { color: #A3A9E2; }

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

This text font color is #A3A9E2.


Background Color

.myBgColor { background-color: #A3A9E2; }

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

This div background color is #A3A9E2.


Border color

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

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

This div border color is #A3A9E2.


Opacity

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

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

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

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

This text has shadow with #A3A9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A9E2 on black background.


Color preview on white background

This text has color #A3A9E2 on white background.



Black color preview on #A3A9E2 background

This text has black color on #A3A9E2 background.


White color preview on #A3A9E2 background

This text has white color on #A3A9E2 background.