COLOR #A4B6A9

HEX: #A4B6A9
RGB: (164,182,169)

Color info

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

RGB color model

#A4B6A9 color RGB value is (164,182,169).

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

RGB channels and saturation

R 164 of 255 = 64%
G 182 of 255 = 71%
B 169 of 255 = 66%

164
182
169

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

Portions of RGB colors in percentages

R + G + B =
164 + 182 + 169 = 515 (100%)
R 164 of 515 ~ 31.84%
G 182 of 515 ~ 35.34%
B 169 of 515 ~ 32.82%

%31.84
%35.34
%32.82

CMYK color model

#A4B6A9 color CMYK value is (10,0,7,29).

  • cyan value is 9.89%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 28.63%
CMYK:
(10,0,7,29)
C10M0Y7K29 
(10%,0%,7%,29%)
(0.10/0.00/0.07/0.29)	

CMYK percentages

%9.89
%0
%7.14
%28.63

Codes

Color #A4B6A9 in popluar color models

A4B6A9
RGB164182169
HSL137°10.98%67.84%
HSB/HSV137°9.89%71.37%
CMYK9.89%0.00%7.14%
28.63%

Color #A4B6A9 in popluar number systems.

HEXA4B6A9
Decimal164182169
Binary101001001011011010101001
Octal244266251

Shades and tints

Shades of #A4B6A9

#A4B6A9
(164,182,169)
#96A69A
(150,166,154)
#88968B
(136,150,139)
#7A867C
(122,134,124)
#6C766D
(108,118,109)
#5E665E
(94,102,94)
#50564F
(80,86,79)
#424640
(66,70,64)
#343631
(52,54,49)
#262622
(38,38,34)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #A4B6A9

#A4B6A9
(164,182,169)
#ACBCB0
(172,188,176)
#B4C2B7
(180,194,183)
#BCC8BE
(188,200,190)
#C4CEC5
(196,206,197)
#CCD4CC
(204,212,204)
#D4DAD3
(212,218,211)
#DCE0DA
(220,224,218)
#E4E6E1
(228,230,225)
#ECECE8
(236,236,232)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B6A9; }

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

This text font color is #A4B6A9.


Background Color

.myBgColor { background-color: #A4B6A9; }

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

This div background color is #A4B6A9.


Border color

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

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

This div border color is #A4B6A9.


Opacity

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

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

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

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

This text has shadow with #A4B6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B6A9 on black background.


Color preview on white background

This text has color #A4B6A9 on white background.



Black color preview on #A4B6A9 background

This text has black color on #A4B6A9 background.


White color preview on #A4B6A9 background

This text has white color on #A4B6A9 background.