COLOR #A4AAB4

HEX: #A4AAB4
RGB: (164,170,180)

Color info

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

RGB color model

#A4AAB4 color RGB value is (164,170,180).

  • red value is 164;
  • green value is 170;
  • blue value is 180.
RGB:
(164,170,180)
(64%,67%,71%)

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 180 of 255 = 71%

164
170
180

R + G + B ~ 67%. #A4AAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 180 = 514 (100%)
R 164 of 514 ~ 31.91%
G 170 of 514 ~ 33.07%
B 180 of 514 ~ 35.02%

%31.91
%33.07
%35.02

CMYK color model

#A4AAB4 color CMYK value is (9,6,0,29).

  • cyan value is 8.89%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(9,6,0,29)
C9M6Y0K29 
(9%,6%,0%,29%)
(0.09/0.06/0.00/0.29)	

CMYK percentages

%8.89
%5.56
%0
%29.41

Codes

Color #A4AAB4 in popluar color models

A4AAB4
RGB164170180
HSL218°9.64%67.45%
HSB/HSV218°8.89%70.59%
CMYK8.89%5.56%0.00%
29.41%

Color #A4AAB4 in popluar number systems.

HEXA4AAB4
Decimal164170180
Binary101001001010101010110100
Octal244252264

Shades and tints

Shades of #A4AAB4

#A4AAB4
(164,170,180)
#969BA4
(150,155,164)
#888C94
(136,140,148)
#7A7D84
(122,125,132)
#6C6E74
(108,110,116)
#5E5F64
(94,95,100)
#505054
(80,80,84)
#424144
(66,65,68)
#343234
(52,50,52)
#262324
(38,35,36)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A4AAB4

#A4AAB4
(164,170,180)
#ACB1BA
(172,177,186)
#B4B8C0
(180,184,192)
#BCBFC6
(188,191,198)
#C4C6CC
(196,198,204)
#CCCDD2
(204,205,210)
#D4D4D8
(212,212,216)
#DCDBDE
(220,219,222)
#E4E2E4
(228,226,228)
#ECE9EA
(236,233,234)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AAB4 color. Also use rgb(164,170,180) instead hex code.

Text Font Color

.myTextColor { color: #A4AAB4; }

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

This text font color is #A4AAB4.


Background Color

.myBgColor { background-color: #A4AAB4; }

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

This div background color is #A4AAB4.


Border color

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

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

This div border color is #A4AAB4.


Opacity

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

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

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

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

This text has shadow with #A4AAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AAB4 on black background.


Color preview on white background

This text has color #A4AAB4 on white background.



Black color preview on #A4AAB4 background

This text has black color on #A4AAB4 background.


White color preview on #A4AAB4 background

This text has white color on #A4AAB4 background.