COLOR #A4A6BC

HEX: #A4A6BC RGB: (164,166,188)

Color info

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

RGB color model

#A4A6BC color RGB value is (164,166,188).

RGB: (164,166,188) (64%, 65%, 74%)

RGB channels and saturation

R 164 of 255 = 64%
G 166 of 255 = 65%
B 188 of 255 = 74%

164
166
188

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

Portions of RGB colors in percentages

R + G + B = 164 + 166 + 188 = 518 (100%)
R 164 of 518 ~ 31.66%
G 166 of 518 ~ 32.05%
B 188 of 518 ~ 36.29'%

%31.66
%32.05
%36.29

CMYK color model

#A4A6BC color CMYK value is (13,12,0,26).

  • cyan value is 12.77%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (13,12,0,26)
C13M12Y0K26 (13%, 12%, 0%, 26%)
(0.13 / 0.12 / 0.00 / 0.26)

CMYK percentages

%12.77
%11.7
%0
%26.27

Codes

Color #A4A6BC in popluar color models

A4 A6 BC
RGB 164 166 188
HSL 235° 15.19% 69.02%
HSB/HSV 235° 12.77% 73.73%
CMYK 12.77% 11.70% 0.00%
26.27%

Color #A4A6BC in popluar number systems.

HEX A4 A6 BC
Decimal 164 166 188
Binary 10100100 10100110 10111100
Octal 244 246 274

Shades and tints

Shades of #A4A6BC

#A4A6BC
(164,166,188)
#9697AB
(150,151,171)
#88889A
(136,136,154)
#7A7989
(122,121,137)
#6C6A78
(108,106,120)
#5E5B67
(94,91,103)
#504C56
(80,76,86)
#423D45
(66,61,69)
#342E34
(52,46,52)
#261F23
(38,31,35)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #A4A6BC

#A4A6BC
(164,166,188)
#ACAEC2
(172,174,194)
#B4B6C8
(180,182,200)
#BCBECE
(188,190,206)
#C4C6D4
(196,198,212)
#CCCEDA
(204,206,218)
#D4D6E0
(212,214,224)
#DCDEE6
(220,222,230)
#E4E6EC
(228,230,236)
#ECEEF2
(236,238,242)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A6BC; }

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

This text font color is #A4A6BC.

Background Color

.myBgColor { background-color: #A4A6BC; }

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

This div background color is #A4A6BC.

Border color

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

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

This div border color is #A4A6BC.

Opacity

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

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

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

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

This text has shadow with #A4A6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A6BC.

Preview

Color preview on black background

This text has color #A4A6BC on black background.


Color preview on white background

This text has color #A4A6BC on white background.


Black color preview on #A4A6BC background

This text has black color on #A4A6BC background.


White color preview on #A4A6BC background

This text has white color on #A4A6BC background.


Related colors

Complementary color

Complementary color for #hex is #5B5943.


I love getcolorcode.com

Triadic colors

1 #BCA4A6 and #A6BCA4 with #A4A6BC are triadic colors.

2 #BCA6A4 and #A6A4BC with #A4A6BC are triadic colors.