COLOR #A4A9BC

HEX: #A4A9BC RGB: (164,169,188)

Color info

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

RGB color model

#A4A9BC color RGB value is (164,169,188).

RGB: (164,169,188) (64%, 66%, 74%)

RGB channels and saturation

R 164 of 255 = 64%
G 169 of 255 = 66%
B 188 of 255 = 74%

164
169
188

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

Portions of RGB colors in percentages

R + G + B = 164 + 169 + 188 = 521 (100%)
R 164 of 521 ~ 31.48%
G 169 of 521 ~ 32.44%
B 188 of 521 ~ 36.08'%

%31.48
%32.44
%36.08

CMYK color model

#A4A9BC color CMYK value is (13,10,0,26).

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

CMYK: (13,10,0,26)
C13M10Y0K26 (13%, 10%, 0%, 26%)
(0.13 / 0.10 / 0.00 / 0.26)

CMYK percentages

%12.77
%10.11
%0
%26.27

Codes

Color #A4A9BC in popluar color models

A4 A9 BC
RGB 164 169 188
HSL 228° 15.19% 69.02%
HSB/HSV 228° 12.77% 73.73%
CMYK 12.77% 10.11% 0.00%
26.27%

Color #A4A9BC in popluar number systems.

HEX A4 A9 BC
Decimal 164 169 188
Binary 10100100 10101001 10111100
Octal 244 251 274

Shades and tints

Shades of #A4A9BC

#A4A9BC
(164,169,188)
#969AAB
(150,154,171)
#888B9A
(136,139,154)
#7A7C89
(122,124,137)
#6C6D78
(108,109,120)
#5E5E67
(94,94,103)
#504F56
(80,79,86)
#424045
(66,64,69)
#343134
(52,49,52)
#262223
(38,34,35)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #A4A9BC

#A4A9BC
(164,169,188)
#ACB0C2
(172,176,194)
#B4B7C8
(180,183,200)
#BCBECE
(188,190,206)
#C4C5D4
(196,197,212)
#CCCCDA
(204,204,218)
#D4D3E0
(212,211,224)
#DCDAE6
(220,218,230)
#E4E1EC
(228,225,236)
#ECE8F2
(236,232,242)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A9BC; }

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

This text font color is #A4A9BC.

Background Color

.myBgColor { background-color: #A4A9BC; }

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

This div background color is #A4A9BC.

Border color

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

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

This div border color is #A4A9BC.

Opacity

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

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

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

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

This text has shadow with #A4A9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A9BC.

Preview

Color preview on black background

This text has color #A4A9BC on black background.


Color preview on white background

This text has color #A4A9BC on white background.


Black color preview on #A4A9BC background

This text has black color on #A4A9BC background.


White color preview on #A4A9BC background

This text has white color on #A4A9BC background.


Related colors

Complementary color

Complementary color for #hex is #5B5643.


I love getcolorcode.com

Triadic colors

1 #BCA4A9 and #A9BCA4 with #A4A9BC are triadic colors.

2 #BCA9A4 and #A9A4BC with #A4A9BC are triadic colors.