COLOR #A7B0BD

HEX: #A7B0BD
RGB: (167,176,189)

Color info

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

RGB color model

#A7B0BD color RGB value is (167,176,189).

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

RGB channels and saturation

R 167 of 255 = 65%
G 176 of 255 = 69%
B 189 of 255 = 74%

167
176
189

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

Portions of RGB colors in percentages

R + G + B =
167 + 176 + 189 = 532 (100%)
R 167 of 532 ~ 31.39%
G 176 of 532 ~ 33.08%
B 189 of 532 ~ 35.53%

%31.39
%33.08
%35.53

CMYK color model

#A7B0BD color CMYK value is (12,7,0,26).

  • cyan value is 11.64%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,7,0,26)
C12M7Y0K26 
(12%,7%,0%,26%)
(0.12/0.07/0.00/0.26)	

CMYK percentages

%11.64
%6.88
%0
%25.88

Codes

Color #A7B0BD in popluar color models

A7B0BD
RGB167176189
HSL215°14.29%69.80%
HSB/HSV215°11.64%74.12%
CMYK11.64%6.88%0.00%
25.88%

Color #A7B0BD in popluar number systems.

HEXA7B0BD
Decimal167176189
Binary101001111011000010111101
Octal247260275

Shades and tints

Shades of #A7B0BD

#A7B0BD
(167,176,189)
#98A0AC
(152,160,172)
#89909B
(137,144,155)
#7A808A
(122,128,138)
#6B7079
(107,112,121)
#5C6068
(92,96,104)
#4D5057
(77,80,87)
#3E4046
(62,64,70)
#2F3035
(47,48,53)
#202024
(32,32,36)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #A7B0BD

#A7B0BD
(167,176,189)
#AFB7C3
(175,183,195)
#B7BEC9
(183,190,201)
#BFC5CF
(191,197,207)
#C7CCD5
(199,204,213)
#CFD3DB
(207,211,219)
#D7DAE1
(215,218,225)
#DFE1E7
(223,225,231)
#E7E8ED
(231,232,237)
#EFEFF3
(239,239,243)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B0BD; }

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

This text font color is #A7B0BD.


Background Color

.myBgColor { background-color: #A7B0BD; }

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

This div background color is #A7B0BD.


Border color

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

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

This div border color is #A7B0BD.


Opacity

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

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

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

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

This text has shadow with #A7B0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B0BD on black background.


Color preview on white background

This text has color #A7B0BD on white background.



Black color preview on #A7B0BD background

This text has black color on #A7B0BD background.


White color preview on #A7B0BD background

This text has white color on #A7B0BD background.