COLOR #A4A6D1

HEX: #A4A6D1 RGB: (164,166,209)

Color info

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

RGB color model

#A4A6D1 color RGB value is (164,166,209).

RGB: (164,166,209) (64%, 65%, 82%)

RGB channels and saturation

R 164 of 255 = 64%
G 166 of 255 = 65%
B 209 of 255 = 82%

164
166
209

R + G + B ~ 70%. #A4A6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 166 + 209 = 539 (100%)
R 164 of 539 ~ 30.43%
G 166 of 539 ~ 30.8%
B 209 of 539 ~ 38.78'%

%30.43
%30.8
%38.78

CMYK color model

#A4A6D1 color CMYK value is (22,21,0,18).

  • cyan value is 21.53%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (22,21,0,18)
C22M21Y0K18 (22%, 21%, 0%, 18%)
(0.22 / 0.21 / 0.00 / 0.18)

CMYK percentages

%21.53
%20.57
%0
%18.04

Codes

Color #A4A6D1 in popluar color models

A4 A6 D1
RGB 164 166 209
HSL 237° 32.85% 73.14%
HSB/HSV 237° 21.53% 81.96%
CMYK 21.53% 20.57% 0.00%
18.04%

Color #A4A6D1 in popluar number systems.

HEX A4 A6 D1
Decimal 164 166 209
Binary 10100100 10100110 11010001
Octal 244 246 321

Shades and tints

Shades of #A4A6D1

#A4A6D1
(164,166,209)
#9697BE
(150,151,190)
#8888AB
(136,136,171)
#7A7998
(122,121,152)
#6C6A85
(108,106,133)
#5E5B72
(94,91,114)
#504C5F
(80,76,95)
#423D4C
(66,61,76)
#342E39
(52,46,57)
#261F26
(38,31,38)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #A4A6D1

#A4A6D1
(164,166,209)
#ACAED5
(172,174,213)
#B4B6D9
(180,182,217)
#BCBEDD
(188,190,221)
#C4C6E1
(196,198,225)
#CCCEE5
(204,206,229)
#D4D6E9
(212,214,233)
#DCDEED
(220,222,237)
#E4E6F1
(228,230,241)
#ECEEF5
(236,238,245)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A6D1; }

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

This text font color is #A4A6D1.

Background Color

.myBgColor { background-color: #A4A6D1; }

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

This div background color is #A4A6D1.

Border color

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

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

This div border color is #A4A6D1.

Opacity

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

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

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

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

This text has shadow with #A4A6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A6D1.

Preview

Color preview on black background

This text has color #A4A6D1 on black background.


Color preview on white background

This text has color #A4A6D1 on white background.


Black color preview on #A4A6D1 background

This text has black color on #A4A6D1 background.


White color preview on #A4A6D1 background

This text has white color on #A4A6D1 background.


Related colors

Complementary color

Complementary color for #hex is #5B592E.


I love getcolorcode.com

Triadic colors

1 #D1A4A6 and #A6D1A4 with #A4A6D1 are triadic colors.

2 #D1A6A4 and #A6A4D1 with #A4A6D1 are triadic colors.