COLOR #A4B7BD

HEX: #A4B7BD
RGB: (164,183,189)

Color info

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

RGB color model

#A4B7BD color RGB value is (164,183,189).

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

RGB channels and saturation

R 164 of 255 = 64%
G 183 of 255 = 72%
B 189 of 255 = 74%

164
183
189

R + G + B ~ 70%. #A4B7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 183 + 189 = 536 (100%)
R 164 of 536 ~ 30.6%
G 183 of 536 ~ 34.14%
B 189 of 536 ~ 35.26%

%30.6
%34.14
%35.26

CMYK color model

#A4B7BD color CMYK value is (13,3,0,26).

  • cyan value is 13.23%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,3,0,26)
C13M3Y0K26 
(13%,3%,0%,26%)
(0.13/0.03/0.00/0.26)	

CMYK percentages

%13.23
%3.17
%0
%25.88

Codes

Color #A4B7BD in popluar color models

A4B7BD
RGB164183189
HSL194°15.92%69.22%
HSB/HSV194°13.23%74.12%
CMYK13.23%3.17%0.00%
25.88%

Color #A4B7BD in popluar number systems.

HEXA4B7BD
Decimal164183189
Binary101001001011011110111101
Octal244267275

Shades and tints

Shades of #A4B7BD

#A4B7BD
(164,183,189)
#96A7AC
(150,167,172)
#88979B
(136,151,155)
#7A878A
(122,135,138)
#6C7779
(108,119,121)
#5E6768
(94,103,104)
#505757
(80,87,87)
#424746
(66,71,70)
#343735
(52,55,53)
#262724
(38,39,36)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #A4B7BD

#A4B7BD
(164,183,189)
#ACBDC3
(172,189,195)
#B4C3C9
(180,195,201)
#BCC9CF
(188,201,207)
#C4CFD5
(196,207,213)
#CCD5DB
(204,213,219)
#D4DBE1
(212,219,225)
#DCE1E7
(220,225,231)
#E4E7ED
(228,231,237)
#ECEDF3
(236,237,243)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B7BD; }

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

This text font color is #A4B7BD.


Background Color

.myBgColor { background-color: #A4B7BD; }

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

This div background color is #A4B7BD.


Border color

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

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

This div border color is #A4B7BD.


Opacity

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

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

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

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

This text has shadow with #A4B7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B7BD on black background.


Color preview on white background

This text has color #A4B7BD on white background.



Black color preview on #A4B7BD background

This text has black color on #A4B7BD background.


White color preview on #A4B7BD background

This text has white color on #A4B7BD background.