COLOR #A7A9BD

HEX: #A7A9BD
RGB: (167,169,189)

Color info

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

RGB color model

#A7A9BD color RGB value is (167,169,189).

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

RGB channels and saturation

R 167 of 255 = 65%
G 169 of 255 = 66%
B 189 of 255 = 74%

167
169
189

R + G + B ~ 68%. #A7A9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 169 + 189 = 525 (100%)
R 167 of 525 ~ 31.81%
G 169 of 525 ~ 32.19%
B 189 of 525 ~ 36%

%31.81
%32.19
%36

CMYK color model

#A7A9BD color CMYK value is (12,11,0,26).

  • cyan value is 11.64%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,11,0,26)
C12M11Y0K26 
(12%,11%,0%,26%)
(0.12/0.11/0.00/0.26)	

CMYK percentages

%11.64
%10.58
%0
%25.88

Codes

Color #A7A9BD in popluar color models

A7A9BD
RGB167169189
HSL235°14.29%69.80%
HSB/HSV235°11.64%74.12%
CMYK11.64%10.58%0.00%
25.88%

Color #A7A9BD in popluar number systems.

HEXA7A9BD
Decimal167169189
Binary101001111010100110111101
Octal247251275

Shades and tints

Shades of #A7A9BD

#A7A9BD
(167,169,189)
#989AAC
(152,154,172)
#898B9B
(137,139,155)
#7A7C8A
(122,124,138)
#6B6D79
(107,109,121)
#5C5E68
(92,94,104)
#4D4F57
(77,79,87)
#3E4046
(62,64,70)
#2F3135
(47,49,53)
#202224
(32,34,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A7A9BD

#A7A9BD
(167,169,189)
#AFB0C3
(175,176,195)
#B7B7C9
(183,183,201)
#BFBECF
(191,190,207)
#C7C5D5
(199,197,213)
#CFCCDB
(207,204,219)
#D7D3E1
(215,211,225)
#DFDAE7
(223,218,231)
#E7E1ED
(231,225,237)
#EFE8F3
(239,232,243)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A9BD; }

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

This text font color is #A7A9BD.


Background Color

.myBgColor { background-color: #A7A9BD; }

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

This div background color is #A7A9BD.


Border color

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

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

This div border color is #A7A9BD.


Opacity

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

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

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

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

This text has shadow with #A7A9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A9BD on black background.


Color preview on white background

This text has color #A7A9BD on white background.



Black color preview on #A7A9BD background

This text has black color on #A7A9BD background.


White color preview on #A7A9BD background

This text has white color on #A7A9BD background.