COLOR #A7B3BB

HEX: #A7B3BB
RGB: (167,179,187)

Color info

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

RGB color model

#A7B3BB color RGB value is (167,179,187).

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

RGB channels and saturation

R 167 of 255 = 65%
G 179 of 255 = 70%
B 187 of 255 = 73%

167
179
187

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

Portions of RGB colors in percentages

R + G + B =
167 + 179 + 187 = 533 (100%)
R 167 of 533 ~ 31.33%
G 179 of 533 ~ 33.58%
B 187 of 533 ~ 35.08%

%31.33
%33.58
%35.08

CMYK color model

#A7B3BB color CMYK value is (11,4,0,27).

  • cyan value is 10.70%
  • magenta value is 4.28%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,4,0,27)
C11M4Y0K27 
(11%,4%,0%,27%)
(0.11/0.04/0.00/0.27)	

CMYK percentages

%10.7
%4.28
%0
%26.67

Codes

Color #A7B3BB in popluar color models

A7B3BB
RGB167179187
HSL204°12.82%69.41%
HSB/HSV204°10.70%73.33%
CMYK10.70%4.28%0.00%
26.67%

Color #A7B3BB in popluar number systems.

HEXA7B3BB
Decimal167179187
Binary101001111011001110111011
Octal247263273

Shades and tints

Shades of #A7B3BB

#A7B3BB
(167,179,187)
#98A3AA
(152,163,170)
#899399
(137,147,153)
#7A8388
(122,131,136)
#6B7377
(107,115,119)
#5C6366
(92,99,102)
#4D5355
(77,83,85)
#3E4344
(62,67,68)
#2F3333
(47,51,51)
#202322
(32,35,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A7B3BB

#A7B3BB
(167,179,187)
#AFB9C1
(175,185,193)
#B7BFC7
(183,191,199)
#BFC5CD
(191,197,205)
#C7CBD3
(199,203,211)
#CFD1D9
(207,209,217)
#D7D7DF
(215,215,223)
#DFDDE5
(223,221,229)
#E7E3EB
(231,227,235)
#EFE9F1
(239,233,241)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B3BB; }

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

This text font color is #A7B3BB.


Background Color

.myBgColor { background-color: #A7B3BB; }

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

This div background color is #A7B3BB.


Border color

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

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

This div border color is #A7B3BB.


Opacity

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

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

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

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

This text has shadow with #A7B3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B3BB on black background.


Color preview on white background

This text has color #A7B3BB on white background.



Black color preview on #A7B3BB background

This text has black color on #A7B3BB background.


White color preview on #A7B3BB background

This text has white color on #A7B3BB background.