COLOR #A4B7B6

HEX: #A4B7B6
RGB: (164,183,182)

Color info

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

RGB color model

#A4B7B6 color RGB value is (164,183,182).

  • red value is 164;
  • green value is 183;
  • blue value is 182.
RGB:
(164,183,182)
(64%,72%,71%)

RGB channels and saturation

R 164 of 255 = 64%
G 183 of 255 = 72%
B 182 of 255 = 71%

164
183
182

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

Portions of RGB colors in percentages

R + G + B =
164 + 183 + 182 = 529 (100%)
R 164 of 529 ~ 31%
G 183 of 529 ~ 34.59%
B 182 of 529 ~ 34.4%

%31
%34.59
%34.4

CMYK color model

#A4B7B6 color CMYK value is (10,0,1,28).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 0.55%
  • key color value is 28.24%
CMYK:
(10,0,1,28)
C10M0Y1K28 
(10%,0%,1%,28%)
(0.10/0.00/0.01/0.28)	

CMYK percentages

%10.38
%0
%0.55
%28.24

Codes

Color #A4B7B6 in popluar color models

A4B7B6
RGB164183182
HSL177°11.66%68.04%
HSB/HSV177°10.38%71.76%
CMYK10.38%0.00%0.55%
28.24%

Color #A4B7B6 in popluar number systems.

HEXA4B7B6
Decimal164183182
Binary101001001011011110110110
Octal244267266

Shades and tints

Shades of #A4B7B6

#A4B7B6
(164,183,182)
#96A7A6
(150,167,166)
#889796
(136,151,150)
#7A8786
(122,135,134)
#6C7776
(108,119,118)
#5E6766
(94,103,102)
#505756
(80,87,86)
#424746
(66,71,70)
#343736
(52,55,54)
#262726
(38,39,38)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #A4B7B6

#A4B7B6
(164,183,182)
#ACBDBC
(172,189,188)
#B4C3C2
(180,195,194)
#BCC9C8
(188,201,200)
#C4CFCE
(196,207,206)
#CCD5D4
(204,213,212)
#D4DBDA
(212,219,218)
#DCE1E0
(220,225,224)
#E4E7E6
(228,231,230)
#ECEDEC
(236,237,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B7B6; }

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

This text font color is #A4B7B6.


Background Color

.myBgColor { background-color: #A4B7B6; }

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

This div background color is #A4B7B6.


Border color

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

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

This div border color is #A4B7B6.


Opacity

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

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

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

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

This text has shadow with #A4B7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B7B6 on black background.


Color preview on white background

This text has color #A4B7B6 on white background.



Black color preview on #A4B7B6 background

This text has black color on #A4B7B6 background.


White color preview on #A4B7B6 background

This text has white color on #A4B7B6 background.