COLOR #A4B4AD

HEX: #A4B4AD
RGB: (164,180,173)

Color info

#A4B4AD contains red, green and blue colors in about the same proportion. Web safe color of #A4B4AD is #99CC99 (or #9C9).

RGB color model

#A4B4AD color RGB value is (164,180,173).

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

RGB channels and saturation

R 164 of 255 = 64%
G 180 of 255 = 71%
B 173 of 255 = 68%

164
180
173

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

Portions of RGB colors in percentages

R + G + B =
164 + 180 + 173 = 517 (100%)
R 164 of 517 ~ 31.72%
G 180 of 517 ~ 34.82%
B 173 of 517 ~ 33.46%

%31.72
%34.82
%33.46

CMYK color model

#A4B4AD color CMYK value is (9,0,4,29).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 3.89%
  • key color value is 29.41%
CMYK: (9,0,4,29) C9M0Y4K29 (9%,0%,4%,29%) (0.09/0.00/0.04/0.29)

CMYK percentages

%8.89
%0
%3.89
%29.41

Codes

Color #A4B4AD in popluar color models

A4B4AD
RGB164180173
HSL154°9.64%67.45%
HSB/HSV154°8.89%70.59%
CMYK8.89%0.00%3.89%
29.41%

Color #A4B4AD in popluar number systems.

HEXA4B4AD
Decimal164180173
Binary101001001011010010101101
Octal244264255

Shades and tints

Shades of #A4B4AD

#A4B4AD
(164,180,173)
#96A49E
(150,164,158)
#88948F
(136,148,143)
#7A8480
(122,132,128)
#6C7471
(108,116,113)
#5E6462
(94,100,98)
#505453
(80,84,83)
#424444
(66,68,68)
#343435
(52,52,53)
#262426
(38,36,38)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #A4B4AD

#A4B4AD
(164,180,173)
#ACBAB4
(172,186,180)
#B4C0BB
(180,192,187)
#BCC6C2
(188,198,194)
#C4CCC9
(196,204,201)
#CCD2D0
(204,210,208)
#D4D8D7
(212,216,215)
#DCDEDE
(220,222,222)
#E4E4E5
(228,228,229)
#ECEAEC
(236,234,236)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B4AD; }

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

This text font color is #A4B4AD.


Background Color

.myBgColor { background-color: #A4B4AD; }

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

This div background color is #A4B4AD.


Border color

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

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

This div border color is #A4B4AD.


Opacity

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

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

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

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

This text has shadow with #A4B4AD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A4B4AD on black background.


Color preview on white background

This text has color #A4B4AD on white background.



Black color preview on #A4B4AD background

This text has black color on #A4B4AD background.


White color preview on #A4B4AD background

This text has white color on #A4B4AD background.