COLOR #B3A7B7

HEX: #B3A7B7
RGB: (179,167,183)

Color info

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

RGB color model

#B3A7B7 color RGB value is (179,167,183).

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

RGB channels and saturation

R 179 of 255 = 70%
G 167 of 255 = 65%
B 183 of 255 = 72%

179
167
183

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

Portions of RGB colors in percentages

R + G + B =
179 + 167 + 183 = 529 (100%)
R 179 of 529 ~ 33.84%
G 167 of 529 ~ 31.57%
B 183 of 529 ~ 34.59%

%33.84
%31.57
%34.59

CMYK color model

#B3A7B7 color CMYK value is (2,9,0,28).

  • cyan value is 2.19%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (2,9,0,28) C2M9Y0K28 (2%,9%,0%,28%) (0.02/0.09/0.00/0.28)

CMYK percentages

%2.19
%8.74
%0
%28.24

Codes

Color #B3A7B7 in popluar color models

B3A7B7
RGB179167183
HSL285°10.00%68.63%
HSB/HSV285°8.74%71.76%
CMYK2.19%8.74%0.00%
28.24%

Color #B3A7B7 in popluar number systems.

HEXB3A7B7
Decimal179167183
Binary101100111010011110110111
Octal263247267

Shades and tints

Shades of #B3A7B7

#B3A7B7
(179,167,183)
#A398A7
(163,152,167)
#938997
(147,137,151)
#837A87
(131,122,135)
#736B77
(115,107,119)
#635C67
(99,92,103)
#534D57
(83,77,87)
#433E47
(67,62,71)
#332F37
(51,47,55)
#232027
(35,32,39)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #B3A7B7

#B3A7B7
(179,167,183)
#B9AFBD
(185,175,189)
#BFB7C3
(191,183,195)
#C5BFC9
(197,191,201)
#CBC7CF
(203,199,207)
#D1CFD5
(209,207,213)
#D7D7DB
(215,215,219)
#DDDFE1
(221,223,225)
#E3E7E7
(227,231,231)
#E9EFED
(233,239,237)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A7B7; }

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

This text font color is #B3A7B7.


Background Color

.myBgColor { background-color: #B3A7B7; }

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

This div background color is #B3A7B7.


Border color

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

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

This div border color is #B3A7B7.


Opacity

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

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

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

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

This text has shadow with #B3A7B7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B3A7B7 on black background.


Color preview on white background

This text has color #B3A7B7 on white background.



Black color preview on #B3A7B7 background

This text has black color on #B3A7B7 background.


White color preview on #B3A7B7 background

This text has white color on #B3A7B7 background.