COLOR #A4A6C1

HEX: #A4A6C1 RGB: (164,166,193)

Color info

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

RGB color model

#A4A6C1 color RGB value is (164,166,193).

RGB: (164,166,193) (64%, 65%, 76%)

RGB channels and saturation

R 164 of 255 = 64%
G 166 of 255 = 65%
B 193 of 255 = 76%

164
166
193

R + G + B ~ 68%. #A4A6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 166 + 193 = 523 (100%)
R 164 of 523 ~ 31.36%
G 166 of 523 ~ 31.74%
B 193 of 523 ~ 36.9'%

%31.36
%31.74
%36.9

CMYK color model

#A4A6C1 color CMYK value is (15,14,0,24).

  • cyan value is 15.03%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (15,14,0,24)
C15M14Y0K24 (15%, 14%, 0%, 24%)
(0.15 / 0.14 / 0.00 / 0.24)

CMYK percentages

%15.03
%13.99
%0
%24.31

Codes

Color #A4A6C1 in popluar color models

A4 A6 C1
RGB 164 166 193
HSL 236° 18.95% 70.00%
HSB/HSV 236° 15.03% 75.69%
CMYK 15.03% 13.99% 0.00%
24.31%

Color #A4A6C1 in popluar number systems.

HEX A4 A6 C1
Decimal 164 166 193
Binary 10100100 10100110 11000001
Octal 244 246 301

Shades and tints

Shades of #A4A6C1

#A4A6C1
(164,166,193)
#9697B0
(150,151,176)
#88889F
(136,136,159)
#7A798E
(122,121,142)
#6C6A7D
(108,106,125)
#5E5B6C
(94,91,108)
#504C5B
(80,76,91)
#423D4A
(66,61,74)
#342E39
(52,46,57)
#261F28
(38,31,40)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #A4A6C1

#A4A6C1
(164,166,193)
#ACAEC6
(172,174,198)
#B4B6CB
(180,182,203)
#BCBED0
(188,190,208)
#C4C6D5
(196,198,213)
#CCCEDA
(204,206,218)
#D4D6DF
(212,214,223)
#DCDEE4
(220,222,228)
#E4E6E9
(228,230,233)
#ECEEEE
(236,238,238)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A6C1; }

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

This text font color is #A4A6C1.

Background Color

.myBgColor { background-color: #A4A6C1; }

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

This div background color is #A4A6C1.

Border color

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

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

This div border color is #A4A6C1.

Opacity

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

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

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

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

This text has shadow with #A4A6C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A6C1.

Preview

Color preview on black background

This text has color #A4A6C1 on black background.


Color preview on white background

This text has color #A4A6C1 on white background.


Black color preview on #A4A6C1 background

This text has black color on #A4A6C1 background.


White color preview on #A4A6C1 background

This text has white color on #A4A6C1 background.


Related colors

Complementary color

Complementary color for #hex is #5B593E.


I love getcolorcode.com

Triadic colors

1 #C1A4A6 and #A6C1A4 with #A4A6C1 are triadic colors.

2 #C1A6A4 and #A6A4C1 with #A4A6C1 are triadic colors.