COLOR #A4A6D3

HEX: #A4A6D3
RGB: (164,166,211)

Color info

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

RGB color model

#A4A6D3 color RGB value is (164,166,211).

  • red value is 164;
  • green value is 166;
  • blue value is 211.
RGB:
(164,166,211)
(64%,65%,83%)

RGB channels and saturation

R 164 of 255 = 64%
G 166 of 255 = 65%
B 211 of 255 = 83%

164
166
211

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

Portions of RGB colors in percentages

R + G + B =
164 + 166 + 211 = 541 (100%)
R 164 of 541 ~ 30.31%
G 166 of 541 ~ 30.68%
B 211 of 541 ~ 39%

%30.31
%30.68
%39

CMYK color model

#A4A6D3 color CMYK value is (22,21,0,17).

  • cyan value is 22.27%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(22,21,0,17)
C22M21Y0K17 
(22%,21%,0%,17%)
(0.22/0.21/0.00/0.17)	

CMYK percentages

%22.27
%21.33
%0
%17.25

Codes

Color #A4A6D3 in popluar color models

A4A6D3
RGB164166211
HSL237°34.81%73.53%
HSB/HSV237°22.27%82.75%
CMYK22.27%21.33%0.00%
17.25%

Color #A4A6D3 in popluar number systems.

HEXA4A6D3
Decimal164166211
Binary101001001010011011010011
Octal244246323

Shades and tints

Shades of #A4A6D3

#A4A6D3
(164,166,211)
#9697C0
(150,151,192)
#8888AD
(136,136,173)
#7A799A
(122,121,154)
#6C6A87
(108,106,135)
#5E5B74
(94,91,116)
#504C61
(80,76,97)
#423D4E
(66,61,78)
#342E3B
(52,46,59)
#261F28
(38,31,40)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #A4A6D3

#A4A6D3
(164,166,211)
#ACAED7
(172,174,215)
#B4B6DB
(180,182,219)
#BCBEDF
(188,190,223)
#C4C6E3
(196,198,227)
#CCCEE7
(204,206,231)
#D4D6EB
(212,214,235)
#DCDEEF
(220,222,239)
#E4E6F3
(228,230,243)
#ECEEF7
(236,238,247)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A6D3 color. Also use rgb(164,166,211) instead hex code.

Text Font Color

.myTextColor { color: #A4A6D3; }

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

This text font color is #A4A6D3.


Background Color

.myBgColor { background-color: #A4A6D3; }

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

This div background color is #A4A6D3.


Border color

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

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

This div border color is #A4A6D3.


Opacity

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

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

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

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

This text has shadow with #A4A6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A6D3 on black background.


Color preview on white background

This text has color #A4A6D3 on white background.



Black color preview on #A4A6D3 background

This text has black color on #A4A6D3 background.


White color preview on #A4A6D3 background

This text has white color on #A4A6D3 background.