COLOR #A4A9E6

HEX: #A4A9E6
RGB: (164,169,230)

Color info

#A4A9E6 contains mainly blue color. Web safe color of #A4A9E6 is #9999CC (or #99C).

RGB color model

#A4A9E6 color RGB value is (164,169,230).

  • red value is 164;
  • green value is 169;
  • blue value is 230.
RGB:
(164,169,230)
(64%,66%,90%)

RGB channels and saturation

R 164 of 255 = 64%
G 169 of 255 = 66%
B 230 of 255 = 90%

164
169
230

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

Portions of RGB colors in percentages

R + G + B =
164 + 169 + 230 = 563 (100%)
R 164 of 563 ~ 29.13%
G 169 of 563 ~ 30.02%
B 230 of 563 ~ 40.85%

%29.13
%30.02
%40.85

CMYK color model

#A4A9E6 color CMYK value is (29,27,0,10).

  • cyan value is 28.70%
  • magenta value is 26.52%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(29,27,0,10)
C29M27Y0K10 
(29%,27%,0%,10%)
(0.29/0.27/0.00/0.10)	

CMYK percentages

%28.7
%26.52
%0
%9.8

Codes

Color #A4A9E6 in popluar color models

A4A9E6
RGB164169230
HSL235°56.90%77.25%
HSB/HSV235°28.70%90.20%
CMYK28.70%26.52%0.00%
9.80%

Color #A4A9E6 in popluar number systems.

HEXA4A9E6
Decimal164169230
Binary101001001010100111100110
Octal244251346

Shades and tints

Shades of #A4A9E6

#A4A9E6
(164,169,230)
#969AD2
(150,154,210)
#888BBE
(136,139,190)
#7A7CAA
(122,124,170)
#6C6D96
(108,109,150)
#5E5E82
(94,94,130)
#504F6E
(80,79,110)
#42405A
(66,64,90)
#343146
(52,49,70)
#262232
(38,34,50)
#18131E
(24,19,30)
#000000
(0,0,0)

Tints of #A4A9E6

#A4A9E6
(164,169,230)
#ACB0E8
(172,176,232)
#B4B7EA
(180,183,234)
#BCBEEC
(188,190,236)
#C4C5EE
(196,197,238)
#CCCCF0
(204,204,240)
#D4D3F2
(212,211,242)
#DCDAF4
(220,218,244)
#E4E1F6
(228,225,246)
#ECE8F8
(236,232,248)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A9E6 color. Also use rgb(164,169,230) instead hex code.

Text Font Color

.myTextColor { color: #A4A9E6; }

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

This text font color is #A4A9E6.


Background Color

.myBgColor { background-color: #A4A9E6; }

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

This div background color is #A4A9E6.


Border color

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

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

This div border color is #A4A9E6.


Opacity

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

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

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

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

This text has shadow with #A4A9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A9E6 on black background.


Color preview on white background

This text has color #A4A9E6 on white background.



Black color preview on #A4A9E6 background

This text has black color on #A4A9E6 background.


White color preview on #A4A9E6 background

This text has white color on #A4A9E6 background.