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).

  • red value is 164;
  • green value is 169;
  • blue value is 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

A4A9BC
RGB164169188
HSL228°15.19%69.02%
HSB/HSV228°12.77%73.73%
CMYK12.77%10.11%0.00%
26.27%

Color #A4A9BC in popluar number systems.

HEXA4A9BC
Decimal164169188
Binary101001001010100110111100
Octal244251274

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.