COLOR #A4B1A5

HEX: #A4B1A5
RGB: (164,177,165)

Color info

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

RGB color model

#A4B1A5 color RGB value is (164,177,165).

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

RGB channels and saturation

R 164 of 255 = 64%
G 177 of 255 = 69%
B 165 of 255 = 65%

164
177
165

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

Portions of RGB colors in percentages

R + G + B =
164 + 177 + 165 = 506 (100%)
R 164 of 506 ~ 32.41%
G 177 of 506 ~ 34.98%
B 165 of 506 ~ 32.61%

%32.41
%34.98
%32.61

CMYK color model

#A4B1A5 color CMYK value is (7,0,7,31).

  • cyan value is 7.34%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 30.59%
CMYK: (7,0,7,31) C7M0Y7K31 (7%,0%,7%,31%) (0.07/0.00/0.07/0.31)

CMYK percentages

%7.34
%0
%6.78
%30.59

Codes

Color #A4B1A5 in popluar color models

A4B1A5
RGB164177165
HSL125°7.69%66.86%
HSB/HSV125°7.34%69.41%
CMYK7.34%0.00%6.78%
30.59%

Color #A4B1A5 in popluar number systems.

HEXA4B1A5
Decimal164177165
Binary101001001011000110100101
Octal244261245

Shades and tints

Shades of #A4B1A5

#A4B1A5
(164,177,165)
#96A196
(150,161,150)
#889187
(136,145,135)
#7A8178
(122,129,120)
#6C7169
(108,113,105)
#5E615A
(94,97,90)
#50514B
(80,81,75)
#42413C
(66,65,60)
#34312D
(52,49,45)
#26211E
(38,33,30)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #A4B1A5

#A4B1A5
(164,177,165)
#ACB8AD
(172,184,173)
#B4BFB5
(180,191,181)
#BCC6BD
(188,198,189)
#C4CDC5
(196,205,197)
#CCD4CD
(204,212,205)
#D4DBD5
(212,219,213)
#DCE2DD
(220,226,221)
#E4E9E5
(228,233,229)
#ECF0ED
(236,240,237)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B1A5; }

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

This text font color is #A4B1A5.


Background Color

.myBgColor { background-color: #A4B1A5; }

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

This div background color is #A4B1A5.


Border color

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

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

This div border color is #A4B1A5.


Opacity

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

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

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

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

This text has shadow with #A4B1A5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A4B1A5 on black background.


Color preview on white background

This text has color #A4B1A5 on white background.



Black color preview on #A4B1A5 background

This text has black color on #A4B1A5 background.


White color preview on #A4B1A5 background

This text has white color on #A4B1A5 background.