COLOR #A4A9D1

HEX: #A4A9D1
RGB: (164,169,209)

Color info

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

RGB color model

#A4A9D1 color RGB value is (164,169,209).

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

RGB channels and saturation

R 164 of 255 = 64%
G 169 of 255 = 66%
B 209 of 255 = 82%

164
169
209

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

Portions of RGB colors in percentages

R + G + B =
164 + 169 + 209 = 542 (100%)
R 164 of 542 ~ 30.26%
G 169 of 542 ~ 31.18%
B 209 of 542 ~ 38.56%

%30.26
%31.18
%38.56

CMYK color model

#A4A9D1 color CMYK value is (22,19,0,18).

  • cyan value is 21.53%
  • magenta value is 19.14%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,19,0,18)
C22M19Y0K18 
(22%,19%,0%,18%)
(0.22/0.19/0.00/0.18)	

CMYK percentages

%21.53
%19.14
%0
%18.04

Codes

Color #A4A9D1 in popluar color models

A4A9D1
RGB164169209
HSL233°32.85%73.14%
HSB/HSV233°21.53%81.96%
CMYK21.53%19.14%0.00%
18.04%

Color #A4A9D1 in popluar number systems.

HEXA4A9D1
Decimal164169209
Binary101001001010100111010001
Octal244251321

Shades and tints

Shades of #A4A9D1

#A4A9D1
(164,169,209)
#969ABE
(150,154,190)
#888BAB
(136,139,171)
#7A7C98
(122,124,152)
#6C6D85
(108,109,133)
#5E5E72
(94,94,114)
#504F5F
(80,79,95)
#42404C
(66,64,76)
#343139
(52,49,57)
#262226
(38,34,38)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #A4A9D1

#A4A9D1
(164,169,209)
#ACB0D5
(172,176,213)
#B4B7D9
(180,183,217)
#BCBEDD
(188,190,221)
#C4C5E1
(196,197,225)
#CCCCE5
(204,204,229)
#D4D3E9
(212,211,233)
#DCDAED
(220,218,237)
#E4E1F1
(228,225,241)
#ECE8F5
(236,232,245)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A9D1; }

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

This text font color is #A4A9D1.


Background Color

.myBgColor { background-color: #A4A9D1; }

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

This div background color is #A4A9D1.


Border color

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

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

This div border color is #A4A9D1.


Opacity

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

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

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

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

This text has shadow with #A4A9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A9D1 on black background.


Color preview on white background

This text has color #A4A9D1 on white background.



Black color preview on #A4A9D1 background

This text has black color on #A4A9D1 background.


White color preview on #A4A9D1 background

This text has white color on #A4A9D1 background.