COLOR #A4B9B0

HEX: #A4B9B0
RGB: (164,185,176)

Color info

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

RGB color model

#A4B9B0 color RGB value is (164,185,176).

  • red value is 164;
  • green value is 185;
  • blue value is 176.
RGB:
(164,185,176)
(64%,73%,69%)

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 176 of 255 = 69%

164
185
176

R + G + B ~ 69%. #A4B9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 185 + 176 = 525 (100%)
R 164 of 525 ~ 31.24%
G 185 of 525 ~ 35.24%
B 176 of 525 ~ 33.52%

%31.24
%35.24
%33.52

CMYK color model

#A4B9B0 color CMYK value is (11,0,5,27).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 27.45%
CMYK:
(11,0,5,27)
C11M0Y5K27 
(11%,0%,5%,27%)
(0.11/0.00/0.05/0.27)	

CMYK percentages

%11.35
%0
%4.86
%27.45

Codes

Color #A4B9B0 in popluar color models

A4B9B0
RGB164185176
HSL154°13.04%68.43%
HSB/HSV154°11.35%72.55%
CMYK11.35%0.00%4.86%
27.45%

Color #A4B9B0 in popluar number systems.

HEXA4B9B0
Decimal164185176
Binary101001001011100110110000
Octal244271260

Shades and tints

Shades of #A4B9B0

#A4B9B0
(164,185,176)
#96A9A0
(150,169,160)
#889990
(136,153,144)
#7A8980
(122,137,128)
#6C7970
(108,121,112)
#5E6960
(94,105,96)
#505950
(80,89,80)
#424940
(66,73,64)
#343930
(52,57,48)
#262920
(38,41,32)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #A4B9B0

#A4B9B0
(164,185,176)
#ACBFB7
(172,191,183)
#B4C5BE
(180,197,190)
#BCCBC5
(188,203,197)
#C4D1CC
(196,209,204)
#CCD7D3
(204,215,211)
#D4DDDA
(212,221,218)
#DCE3E1
(220,227,225)
#E4E9E8
(228,233,232)
#ECEFEF
(236,239,239)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B9B0 color. Also use rgb(164,185,176) instead hex code.

Text Font Color

.myTextColor { color: #A4B9B0; }

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

This text font color is #A4B9B0.


Background Color

.myBgColor { background-color: #A4B9B0; }

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

This div background color is #A4B9B0.


Border color

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

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

This div border color is #A4B9B0.


Opacity

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

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

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

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

This text has shadow with #A4B9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B9B0 on black background.


Color preview on white background

This text has color #A4B9B0 on white background.



Black color preview on #A4B9B0 background

This text has black color on #A4B9B0 background.


White color preview on #A4B9B0 background

This text has white color on #A4B9B0 background.