COLOR #A4B2BD

HEX: #A4B2BD
RGB: (164,178,189)

Color info

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

RGB color model

#A4B2BD color RGB value is (164,178,189).

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

RGB channels and saturation

R 164 of 255 = 64%
G 178 of 255 = 70%
B 189 of 255 = 74%

164
178
189

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

Portions of RGB colors in percentages

R + G + B =
164 + 178 + 189 = 531 (100%)
R 164 of 531 ~ 30.89%
G 178 of 531 ~ 33.52%
B 189 of 531 ~ 35.59%

%30.89
%33.52
%35.59

CMYK color model

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

  • cyan value is 13.23%
  • magenta value is 5.82%
  • 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
%5.82
%0
%25.88

Codes

Color #A4B2BD in popluar color models

A4B2BD
RGB164178189
HSL206°15.92%69.22%
HSB/HSV206°13.23%74.12%
CMYK13.23%5.82%0.00%
25.88%

Color #A4B2BD in popluar number systems.

HEXA4B2BD
Decimal164178189
Binary101001001011001010111101
Octal244262275

Shades and tints

Shades of #A4B2BD

#A4B2BD
(164,178,189)
#96A2AC
(150,162,172)
#88929B
(136,146,155)
#7A828A
(122,130,138)
#6C7279
(108,114,121)
#5E6268
(94,98,104)
#505257
(80,82,87)
#424246
(66,66,70)
#343235
(52,50,53)
#262224
(38,34,36)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #A4B2BD

#A4B2BD
(164,178,189)
#ACB9C3
(172,185,195)
#B4C0C9
(180,192,201)
#BCC7CF
(188,199,207)
#C4CED5
(196,206,213)
#CCD5DB
(204,213,219)
#D4DCE1
(212,220,225)
#DCE3E7
(220,227,231)
#E4EAED
(228,234,237)
#ECF1F3
(236,241,243)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B2BD; }

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

This text font color is #A4B2BD.


Background Color

.myBgColor { background-color: #A4B2BD; }

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

This div background color is #A4B2BD.


Border color

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

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

This div border color is #A4B2BD.


Opacity

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

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

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

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

This text has shadow with #A4B2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B2BD on black background.


Color preview on white background

This text has color #A4B2BD on white background.



Black color preview on #A4B2BD background

This text has black color on #A4B2BD background.


White color preview on #A4B2BD background

This text has white color on #A4B2BD background.