COLOR #A7B3BD

HEX: #A7B3BD
RGB: (167,179,189)

Color info

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

RGB color model

#A7B3BD color RGB value is (167,179,189).

  • red value is 167;
  • green value is 179;
  • blue value is 189.
RGB:
(167,179,189)
(65%,70%,74%)

RGB channels and saturation

R 167 of 255 = 65%
G 179 of 255 = 70%
B 189 of 255 = 74%

167
179
189

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

Portions of RGB colors in percentages

R + G + B =
167 + 179 + 189 = 535 (100%)
R 167 of 535 ~ 31.21%
G 179 of 535 ~ 33.46%
B 189 of 535 ~ 35.33%

%31.21
%33.46
%35.33

CMYK color model

#A7B3BD color CMYK value is (12,5,0,26).

  • cyan value is 11.64%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,5,0,26)
C12M5Y0K26 
(12%,5%,0%,26%)
(0.12/0.05/0.00/0.26)	

CMYK percentages

%11.64
%5.29
%0
%25.88

Codes

Color #A7B3BD in popluar color models

A7B3BD
RGB167179189
HSL207°14.29%69.80%
HSB/HSV207°11.64%74.12%
CMYK11.64%5.29%0.00%
25.88%

Color #A7B3BD in popluar number systems.

HEXA7B3BD
Decimal167179189
Binary101001111011001110111101
Octal247263275

Shades and tints

Shades of #A7B3BD

#A7B3BD
(167,179,189)
#98A3AC
(152,163,172)
#89939B
(137,147,155)
#7A838A
(122,131,138)
#6B7379
(107,115,121)
#5C6368
(92,99,104)
#4D5357
(77,83,87)
#3E4346
(62,67,70)
#2F3335
(47,51,53)
#202324
(32,35,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A7B3BD

#A7B3BD
(167,179,189)
#AFB9C3
(175,185,195)
#B7BFC9
(183,191,201)
#BFC5CF
(191,197,207)
#C7CBD5
(199,203,213)
#CFD1DB
(207,209,219)
#D7D7E1
(215,215,225)
#DFDDE7
(223,221,231)
#E7E3ED
(231,227,237)
#EFE9F3
(239,233,243)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B3BD color. Also use rgb(167,179,189) instead hex code.

Text Font Color

.myTextColor { color: #A7B3BD; }

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

This text font color is #A7B3BD.


Background Color

.myBgColor { background-color: #A7B3BD; }

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

This div background color is #A7B3BD.


Border color

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

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

This div border color is #A7B3BD.


Opacity

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

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

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

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

This text has shadow with #A7B3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B3BD on black background.


Color preview on white background

This text has color #A7B3BD on white background.



Black color preview on #A7B3BD background

This text has black color on #A7B3BD background.


White color preview on #A7B3BD background

This text has white color on #A7B3BD background.