COLOR #A4B4B2

HEX: #A4B4B2
RGB: (164,180,178)

Color info

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

RGB color model

#A4B4B2 color RGB value is (164,180,178).

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

RGB channels and saturation

R 164 of 255 = 64%
G 180 of 255 = 71%
B 178 of 255 = 70%

164
180
178

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

Portions of RGB colors in percentages

R + G + B =
164 + 180 + 178 = 522 (100%)
R 164 of 522 ~ 31.42%
G 180 of 522 ~ 34.48%
B 178 of 522 ~ 34.1%

%31.42
%34.48
%34.1

CMYK color model

#A4B4B2 color CMYK value is (9,0,1,29).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(9,0,1,29)
C9M0Y1K29 
(9%,0%,1%,29%)
(0.09/0.00/0.01/0.29)	

CMYK percentages

%8.89
%0
%1.11
%29.41

Codes

Color #A4B4B2 in popluar color models

A4B4B2
RGB164180178
HSL173°9.64%67.45%
HSB/HSV173°8.89%70.59%
CMYK8.89%0.00%1.11%
29.41%

Color #A4B4B2 in popluar number systems.

HEXA4B4B2
Decimal164180178
Binary101001001011010010110010
Octal244264262

Shades and tints

Shades of #A4B4B2

#A4B4B2
(164,180,178)
#96A4A2
(150,164,162)
#889492
(136,148,146)
#7A8482
(122,132,130)
#6C7472
(108,116,114)
#5E6462
(94,100,98)
#505452
(80,84,82)
#424442
(66,68,66)
#343432
(52,52,50)
#262422
(38,36,34)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #A4B4B2

#A4B4B2
(164,180,178)
#ACBAB9
(172,186,185)
#B4C0C0
(180,192,192)
#BCC6C7
(188,198,199)
#C4CCCE
(196,204,206)
#CCD2D5
(204,210,213)
#D4D8DC
(212,216,220)
#DCDEE3
(220,222,227)
#E4E4EA
(228,228,234)
#ECEAF1
(236,234,241)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B4B2; }

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

This text font color is #A4B4B2.


Background Color

.myBgColor { background-color: #A4B4B2; }

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

This div background color is #A4B4B2.


Border color

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

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

This div border color is #A4B4B2.


Opacity

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

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

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

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

This text has shadow with #A4B4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B4B2 on black background.


Color preview on white background

This text has color #A4B4B2 on white background.



Black color preview on #A4B4B2 background

This text has black color on #A4B4B2 background.


White color preview on #A4B4B2 background

This text has white color on #A4B4B2 background.