COLOR #A4B1BD

HEX: #A4B1BD
RGB: (164,177,189)

Color info

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

RGB color model

#A4B1BD color RGB value is (164,177,189).

  • red value is 164;
  • green value is 177;
  • blue value is 189.
RGB:
(164,177,189)
(64%,69%,74%)

RGB channels and saturation

R 164 of 255 = 64%
G 177 of 255 = 69%
B 189 of 255 = 74%

164
177
189

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

Portions of RGB colors in percentages

R + G + B =
164 + 177 + 189 = 530 (100%)
R 164 of 530 ~ 30.94%
G 177 of 530 ~ 33.4%
B 189 of 530 ~ 35.66%

%30.94
%33.4
%35.66

CMYK color model

#A4B1BD color CMYK value is (13,6,0,26).

  • cyan value is 13.23%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,6,0,26)
C13M6Y0K26 
(13%,6%,0%,26%)
(0.13/0.06/0.00/0.26)	

CMYK percentages

%13.23
%6.35
%0
%25.88

Codes

Color #A4B1BD in popluar color models

A4B1BD
RGB164177189
HSL209°15.92%69.22%
HSB/HSV209°13.23%74.12%
CMYK13.23%6.35%0.00%
25.88%

Color #A4B1BD in popluar number systems.

HEXA4B1BD
Decimal164177189
Binary101001001011000110111101
Octal244261275

Shades and tints

Shades of #A4B1BD

#A4B1BD
(164,177,189)
#96A1AC
(150,161,172)
#88919B
(136,145,155)
#7A818A
(122,129,138)
#6C7179
(108,113,121)
#5E6168
(94,97,104)
#505157
(80,81,87)
#424146
(66,65,70)
#343135
(52,49,53)
#262124
(38,33,36)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A4B1BD

#A4B1BD
(164,177,189)
#ACB8C3
(172,184,195)
#B4BFC9
(180,191,201)
#BCC6CF
(188,198,207)
#C4CDD5
(196,205,213)
#CCD4DB
(204,212,219)
#D4DBE1
(212,219,225)
#DCE2E7
(220,226,231)
#E4E9ED
(228,233,237)
#ECF0F3
(236,240,243)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B1BD; }

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

This text font color is #A4B1BD.


Background Color

.myBgColor { background-color: #A4B1BD; }

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

This div background color is #A4B1BD.


Border color

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

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

This div border color is #A4B1BD.


Opacity

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

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

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

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

This text has shadow with #A4B1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B1BD on black background.


Color preview on white background

This text has color #A4B1BD on white background.



Black color preview on #A4B1BD background

This text has black color on #A4B1BD background.


White color preview on #A4B1BD background

This text has white color on #A4B1BD background.