COLOR #A4B3B5

HEX: #A4B3B5
RGB: (164,179,181)

Color info

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

RGB color model

#A4B3B5 color RGB value is (164,179,181).

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

RGB channels and saturation

R 164 of 255 = 64%
G 179 of 255 = 70%
B 181 of 255 = 71%

164
179
181

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

Portions of RGB colors in percentages

R + G + B =
164 + 179 + 181 = 524 (100%)
R 164 of 524 ~ 31.3%
G 179 of 524 ~ 34.16%
B 181 of 524 ~ 34.54%

%31.3
%34.16
%34.54

CMYK color model

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

  • cyan value is 9.39%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,1,0,29)
C9M1Y0K29 
(9%,1%,0%,29%)
(0.09/0.01/0.00/0.29)	

CMYK percentages

%9.39
%1.1
%0
%29.02

Codes

Color #A4B3B5 in popluar color models

A4B3B5
RGB164179181
HSL187°10.30%67.65%
HSB/HSV187°9.39%70.98%
CMYK9.39%1.10%0.00%
29.02%

Color #A4B3B5 in popluar number systems.

HEXA4B3B5
Decimal164179181
Binary101001001011001110110101
Octal244263265

Shades and tints

Shades of #A4B3B5

#A4B3B5
(164,179,181)
#96A3A5
(150,163,165)
#889395
(136,147,149)
#7A8385
(122,131,133)
#6C7375
(108,115,117)
#5E6365
(94,99,101)
#505355
(80,83,85)
#424345
(66,67,69)
#343335
(52,51,53)
#262325
(38,35,37)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #A4B3B5

#A4B3B5
(164,179,181)
#ACB9BB
(172,185,187)
#B4BFC1
(180,191,193)
#BCC5C7
(188,197,199)
#C4CBCD
(196,203,205)
#CCD1D3
(204,209,211)
#D4D7D9
(212,215,217)
#DCDDDF
(220,221,223)
#E4E3E5
(228,227,229)
#ECE9EB
(236,233,235)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B3B5; }

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

This text font color is #A4B3B5.


Background Color

.myBgColor { background-color: #A4B3B5; }

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

This div background color is #A4B3B5.


Border color

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

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

This div border color is #A4B3B5.


Opacity

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

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

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

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

This text has shadow with #A4B3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B3B5 on black background.


Color preview on white background

This text has color #A4B3B5 on white background.



Black color preview on #A4B3B5 background

This text has black color on #A4B3B5 background.


White color preview on #A4B3B5 background

This text has white color on #A4B3B5 background.