COLOR #A4B6B1

HEX: #A4B6B1 RGB: (164,182,177)

Color info

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

RGB color model

#A4B6B1 color RGB value is (164,182,177).

RGB: (164,182,177) (64%, 71%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 182 of 255 = 71%
B 177 of 255 = 69%

164
182
177

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

Portions of RGB colors in percentages

R + G + B = 164 + 182 + 177 = 523 (100%)
R 164 of 523 ~ 31.36%
G 182 of 523 ~ 34.8%
B 177 of 523 ~ 33.84'%

%31.36
%34.8
%33.84

CMYK color model

#A4B6B1 color CMYK value is (10,0,3,29).

  • cyan value is 9.89%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 28.63%

CMYK: (10,0,3,29)
C10M0Y3K29 (10%, 0%, 3%, 29%)
(0.10 / 0.00 / 0.03 / 0.29)

CMYK percentages

%9.89
%0
%2.75
%28.63

Codes

Color #A4B6B1 in popluar color models

A4 B6 B1
RGB 164 182 177
HSL 163° 10.98% 67.84%
HSB/HSV 163° 9.89% 71.37%
CMYK 9.89% 0.00% 2.75%
28.63%

Color #A4B6B1 in popluar number systems.

HEX A4 B6 B1
Decimal 164 182 177
Binary 10100100 10110110 10110001
Octal 244 266 261

Shades and tints

Shades of #A4B6B1

#A4B6B1
(164,182,177)
#96A6A1
(150,166,161)
#889691
(136,150,145)
#7A8681
(122,134,129)
#6C7671
(108,118,113)
#5E6661
(94,102,97)
#505651
(80,86,81)
#424641
(66,70,65)
#343631
(52,54,49)
#262621
(38,38,33)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A4B6B1

#A4B6B1
(164,182,177)
#ACBCB8
(172,188,184)
#B4C2BF
(180,194,191)
#BCC8C6
(188,200,198)
#C4CECD
(196,206,205)
#CCD4D4
(204,212,212)
#D4DADB
(212,218,219)
#DCE0E2
(220,224,226)
#E4E6E9
(228,230,233)
#ECECF0
(236,236,240)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B6B1; }

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

This text font color is #A4B6B1.

Background Color

.myBgColor { background-color: #A4B6B1; }

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

This div background color is #A4B6B1.

Border color

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

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

This div border color is #A4B6B1.

Opacity

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

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

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

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

This text has shadow with #A4B6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B6B1.

Preview

Color preview on black background

This text has color #A4B6B1 on black background.


Color preview on white background

This text has color #A4B6B1 on white background.


Black color preview on #A4B6B1 background

This text has black color on #A4B6B1 background.


White color preview on #A4B6B1 background

This text has white color on #A4B6B1 background.


Related colors

Complementary color

Complementary color for #hex is #5B494E.


I love getcolorcode.com

Triadic colors

1 #B1A4B6 and #B6B1A4 with #A4B6B1 are triadic colors.

2 #B1B6A4 and #B6A4B1 with #A4B6B1 are triadic colors.