COLOR #A4B3B0

HEX: #A4B3B0 RGB: (164,179,176)

Color info

#A4B3B0 contains red, green and blue colors in about the same proportion. Web safe color of #A4B3B0 is #999999 (or #999).

RGB color model

#A4B3B0 color RGB value is (164,179,176).

RGB: (164,179,176) (64%, 70%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 179 of 255 = 70%
B 176 of 255 = 69%

164
179
176

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

Portions of RGB colors in percentages

R + G + B = 164 + 179 + 176 = 519 (100%)
R 164 of 519 ~ 31.6%
G 179 of 519 ~ 34.49%
B 176 of 519 ~ 33.91'%

%31.6
%34.49
%33.91

CMYK color model

#A4B3B0 color CMYK value is (8,0,2,30).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 29.80%

CMYK: (8,0,2,30)
C8M0Y2K30 (8%, 0%, 2%, 30%)
(0.08 / 0.00 / 0.02 / 0.30)

CMYK percentages

%8.38
%0
%1.68
%29.8

Codes

Color #A4B3B0 in popluar color models

A4 B3 B0
RGB 164 179 176
HSL 168° 8.98% 67.25%
HSB/HSV 168° 8.38% 70.20%
CMYK 8.38% 0.00% 1.68%
29.80%

Color #A4B3B0 in popluar number systems.

HEX A4 B3 B0
Decimal 164 179 176
Binary 10100100 10110011 10110000
Octal 244 263 260

Shades and tints

Shades of #A4B3B0

#A4B3B0
(164,179,176)
#96A3A0
(150,163,160)
#889390
(136,147,144)
#7A8380
(122,131,128)
#6C7370
(108,115,112)
#5E6360
(94,99,96)
#505350
(80,83,80)
#424340
(66,67,64)
#343330
(52,51,48)
#262320
(38,35,32)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A4B3B0

#A4B3B0
(164,179,176)
#ACB9B7
(172,185,183)
#B4BFBE
(180,191,190)
#BCC5C5
(188,197,197)
#C4CBCC
(196,203,204)
#CCD1D3
(204,209,211)
#D4D7DA
(212,215,218)
#DCDDE1
(220,221,225)
#E4E3E8
(228,227,232)
#ECE9EF
(236,233,239)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B3B0; }

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

This text font color is #A4B3B0.

Background Color

.myBgColor { background-color: #A4B3B0; }

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

This div background color is #A4B3B0.

Border color

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

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

This div border color is #A4B3B0.

Opacity

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

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

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

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

This text has shadow with #A4B3B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B3B0.

Preview

Color preview on black background

This text has color #A4B3B0 on black background.


Color preview on white background

This text has color #A4B3B0 on white background.


Black color preview on #A4B3B0 background

This text has black color on #A4B3B0 background.


White color preview on #A4B3B0 background

This text has white color on #A4B3B0 background.


Related colors

Complementary color

Complementary color for #hex is #5B4C4F.


I love getcolorcode.com

Triadic colors

1 #B0A4B3 and #B3B0A4 with #A4B3B0 are triadic colors.

2 #B0B3A4 and #B3A4B0 with #A4B3B0 are triadic colors.