COLOR #A4B2A5

HEX: #A4B2A5
RGB: (164,178,165)

Color info

#A4B2A5 contains red, green and blue colors in about the same proportion. Web safe color of #A4B2A5 is #999999 (or #999).

RGB color model

#A4B2A5 color RGB value is (164,178,165).

  • red value is 164;
  • green value is 178;
  • blue value is 165.
RGB:
(164,178,165)
(64%,70%,65%)

RGB channels and saturation

R 164 of 255 = 64%
G 178 of 255 = 70%
B 165 of 255 = 65%

164
178
165

R + G + B ~ 66%. #A4B2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 178 + 165 = 507 (100%)
R 164 of 507 ~ 32.35%
G 178 of 507 ~ 35.11%
B 165 of 507 ~ 32.54%

%32.35
%35.11
%32.54

CMYK color model

#A4B2A5 color CMYK value is (8,0,7,30).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 30.20%
CMYK:
(8,0,7,30)
C8M0Y7K30 
(8%,0%,7%,30%)
(0.08/0.00/0.07/0.30)	

CMYK percentages

%7.87
%0
%7.3
%30.2

Codes

Color #A4B2A5 in popluar color models

A4B2A5
RGB164178165
HSL124°8.33%67.06%
HSB/HSV124°7.87%69.80%
CMYK7.87%0.00%7.30%
30.20%

Color #A4B2A5 in popluar number systems.

HEXA4B2A5
Decimal164178165
Binary101001001011001010100101
Octal244262245

Shades and tints

Shades of #A4B2A5

#A4B2A5
(164,178,165)
#96A296
(150,162,150)
#889287
(136,146,135)
#7A8278
(122,130,120)
#6C7269
(108,114,105)
#5E625A
(94,98,90)
#50524B
(80,82,75)
#42423C
(66,66,60)
#34322D
(52,50,45)
#26221E
(38,34,30)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #A4B2A5

#A4B2A5
(164,178,165)
#ACB9AD
(172,185,173)
#B4C0B5
(180,192,181)
#BCC7BD
(188,199,189)
#C4CEC5
(196,206,197)
#CCD5CD
(204,213,205)
#D4DCD5
(212,220,213)
#DCE3DD
(220,227,221)
#E4EAE5
(228,234,229)
#ECF1ED
(236,241,237)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B2A5 color. Also use rgb(164,178,165) instead hex code.

Text Font Color

.myTextColor { color: #A4B2A5; }

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

This text font color is #A4B2A5.


Background Color

.myBgColor { background-color: #A4B2A5; }

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

This div background color is #A4B2A5.


Border color

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

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

This div border color is #A4B2A5.


Opacity

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

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

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

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

This text has shadow with #A4B2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B2A5 on black background.


Color preview on white background

This text has color #A4B2A5 on white background.



Black color preview on #A4B2A5 background

This text has black color on #A4B2A5 background.


White color preview on #A4B2A5 background

This text has white color on #A4B2A5 background.