COLOR #A4B4B0

HEX: #A4B4B0 RGB: (164,180,176)

Color info

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

RGB color model

#A4B4B0 color RGB value is (164,180,176).

RGB: (164,180,176) (64%, 71%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 180 of 255 = 71%
B 176 of 255 = 69%

164
180
176

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

Portions of RGB colors in percentages

R + G + B = 164 + 180 + 176 = 520 (100%)
R 164 of 520 ~ 31.54%
G 180 of 520 ~ 34.62%
B 176 of 520 ~ 33.85'%

%31.54
%34.62
%33.85

CMYK color model

#A4B4B0 color CMYK value is (9,0,2,29).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 29.41%

CMYK: (9,0,2,29)
C9M0Y2K29 (9%, 0%, 2%, 29%)
(0.09 / 0.00 / 0.02 / 0.29)

CMYK percentages

%8.89
%0
%2.22
%29.41

Codes

Color #A4B4B0 in popluar color models

A4 B4 B0
RGB 164 180 176
HSL 165° 9.64% 67.45%
HSB/HSV 165° 8.89% 70.59%
CMYK 8.89% 0.00% 2.22%
29.41%

Color #A4B4B0 in popluar number systems.

HEX A4 B4 B0
Decimal 164 180 176
Binary 10100100 10110100 10110000
Octal 244 264 260

Shades and tints

Shades of #A4B4B0

#A4B4B0
(164,180,176)
#96A4A0
(150,164,160)
#889490
(136,148,144)
#7A8480
(122,132,128)
#6C7470
(108,116,112)
#5E6460
(94,100,96)
#505450
(80,84,80)
#424440
(66,68,64)
#343430
(52,52,48)
#262420
(38,36,32)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #A4B4B0

#A4B4B0
(164,180,176)
#ACBAB7
(172,186,183)
#B4C0BE
(180,192,190)
#BCC6C5
(188,198,197)
#C4CCCC
(196,204,204)
#CCD2D3
(204,210,211)
#D4D8DA
(212,216,218)
#DCDEE1
(220,222,225)
#E4E4E8
(228,228,232)
#ECEAEF
(236,234,239)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B4B0; }

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

This text font color is #A4B4B0.

Background Color

.myBgColor { background-color: #A4B4B0; }

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

This div background color is #A4B4B0.

Border color

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

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

This div border color is #A4B4B0.

Opacity

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

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

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

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

This text has shadow with #A4B4B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B4B0.

Preview

Color preview on black background

This text has color #A4B4B0 on black background.


Color preview on white background

This text has color #A4B4B0 on white background.


Black color preview on #A4B4B0 background

This text has black color on #A4B4B0 background.


White color preview on #A4B4B0 background

This text has white color on #A4B4B0 background.


Related colors

Complementary color

Complementary color for #hex is #5B4B4F.


I love getcolorcode.com

Triadic colors

1 #B0A4B4 and #B4B0A4 with #A4B4B0 are triadic colors.

2 #B0B4A4 and #B4A4B0 with #A4B4B0 are triadic colors.