COLOR #A4B1BF

HEX: #A4B1BF
RGB: (164,177,191)

Color info

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

RGB color model

#A4B1BF color RGB value is (164,177,191).

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

RGB channels and saturation

R 164 of 255 = 64%
G 177 of 255 = 69%
B 191 of 255 = 75%

164
177
191

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

Portions of RGB colors in percentages

R + G + B =
164 + 177 + 191 = 532 (100%)
R 164 of 532 ~ 30.83%
G 177 of 532 ~ 33.27%
B 191 of 532 ~ 35.9%

%30.83
%33.27
%35.9

CMYK color model

#A4B1BF color CMYK value is (14,7,0,25).

  • cyan value is 14.14%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,7,0,25)
C14M7Y0K25 
(14%,7%,0%,25%)
(0.14/0.07/0.00/0.25)	

CMYK percentages

%14.14
%7.33
%0
%25.1

Codes

Color #A4B1BF in popluar color models

A4B1BF
RGB164177191
HSL211°17.42%69.61%
HSB/HSV211°14.14%74.90%
CMYK14.14%7.33%0.00%
25.10%

Color #A4B1BF in popluar number systems.

HEXA4B1BF
Decimal164177191
Binary101001001011000110111111
Octal244261277

Shades and tints

Shades of #A4B1BF

#A4B1BF
(164,177,191)
#96A1AE
(150,161,174)
#88919D
(136,145,157)
#7A818C
(122,129,140)
#6C717B
(108,113,123)
#5E616A
(94,97,106)
#505159
(80,81,89)
#424148
(66,65,72)
#343137
(52,49,55)
#262126
(38,33,38)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A4B1BF

#A4B1BF
(164,177,191)
#ACB8C4
(172,184,196)
#B4BFC9
(180,191,201)
#BCC6CE
(188,198,206)
#C4CDD3
(196,205,211)
#CCD4D8
(204,212,216)
#D4DBDD
(212,219,221)
#DCE2E2
(220,226,226)
#E4E9E7
(228,233,231)
#ECF0EC
(236,240,236)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B1BF; }

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

This text font color is #A4B1BF.


Background Color

.myBgColor { background-color: #A4B1BF; }

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

This div background color is #A4B1BF.


Border color

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

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

This div border color is #A4B1BF.


Opacity

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

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

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

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

This text has shadow with #A4B1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B1BF on black background.


Color preview on white background

This text has color #A4B1BF on white background.



Black color preview on #A4B1BF background

This text has black color on #A4B1BF background.


White color preview on #A4B1BF background

This text has white color on #A4B1BF background.