COLOR #A4B8A9

HEX: #A4B8A9
RGB: (164,184,169)

Color info

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

RGB color model

#A4B8A9 color RGB value is (164,184,169).

  • red value is 164;
  • green value is 184;
  • blue value is 169.
RGB:
(164,184,169)
(64%,72%,66%)

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 169 of 255 = 66%

164
184
169

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

Portions of RGB colors in percentages

R + G + B =
164 + 184 + 169 = 517 (100%)
R 164 of 517 ~ 31.72%
G 184 of 517 ~ 35.59%
B 169 of 517 ~ 32.69%

%31.72
%35.59
%32.69

CMYK color model

#A4B8A9 color CMYK value is (11,0,8,28).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 27.84%
CMYK:
(11,0,8,28)
C11M0Y8K28 
(11%,0%,8%,28%)
(0.11/0.00/0.08/0.28)	

CMYK percentages

%10.87
%0
%8.15
%27.84

Codes

Color #A4B8A9 in popluar color models

A4B8A9
RGB164184169
HSL135°12.35%68.24%
HSB/HSV135°10.87%72.16%
CMYK10.87%0.00%8.15%
27.84%

Color #A4B8A9 in popluar number systems.

HEXA4B8A9
Decimal164184169
Binary101001001011100010101001
Octal244270251

Shades and tints

Shades of #A4B8A9

#A4B8A9
(164,184,169)
#96A89A
(150,168,154)
#88988B
(136,152,139)
#7A887C
(122,136,124)
#6C786D
(108,120,109)
#5E685E
(94,104,94)
#50584F
(80,88,79)
#424840
(66,72,64)
#343831
(52,56,49)
#262822
(38,40,34)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #A4B8A9

#A4B8A9
(164,184,169)
#ACBEB0
(172,190,176)
#B4C4B7
(180,196,183)
#BCCABE
(188,202,190)
#C4D0C5
(196,208,197)
#CCD6CC
(204,214,204)
#D4DCD3
(212,220,211)
#DCE2DA
(220,226,218)
#E4E8E1
(228,232,225)
#ECEEE8
(236,238,232)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B8A9 color. Also use rgb(164,184,169) instead hex code.

Text Font Color

.myTextColor { color: #A4B8A9; }

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

This text font color is #A4B8A9.


Background Color

.myBgColor { background-color: #A4B8A9; }

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

This div background color is #A4B8A9.


Border color

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

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

This div border color is #A4B8A9.


Opacity

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

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

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

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

This text has shadow with #A4B8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B8A9 on black background.


Color preview on white background

This text has color #A4B8A9 on white background.



Black color preview on #A4B8A9 background

This text has black color on #A4B8A9 background.


White color preview on #A4B8A9 background

This text has white color on #A4B8A9 background.