COLOR #B7B4A7

HEX: #B7B4A7
RGB: (183,180,167)

Color info

#B7B4A7 contains red, green and blue colors in about the same proportion. Web safe color of #B7B4A7 is #CCCC99 (or #CC9).

RGB color model

#B7B4A7 color RGB value is (183,180,167).

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

RGB channels and saturation

R 183 of 255 = 72%
G 180 of 255 = 71%
B 167 of 255 = 65%

183
180
167

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

Portions of RGB colors in percentages

R + G + B =
183 + 180 + 167 = 530 (100%)
R 183 of 530 ~ 34.53%
G 180 of 530 ~ 33.96%
B 167 of 530 ~ 31.51%

%34.53
%33.96
%31.51

CMYK color model

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

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

CMYK percentages

%0
%1.64
%8.74
%28.24

Codes

Color #B7B4A7 in popluar color models

B7B4A7
RGB183180167
HSL49°10.00%68.63%
HSB/HSV49°8.74%71.76%
CMYK0.00%1.64%8.74%
28.24%

Color #B7B4A7 in popluar number systems.

HEXB7B4A7
Decimal183180167
Binary101101111011010010100111
Octal267264247

Shades and tints

Shades of #B7B4A7

#B7B4A7
(183,180,167)
#A7A498
(167,164,152)
#979489
(151,148,137)
#87847A
(135,132,122)
#77746B
(119,116,107)
#67645C
(103,100,92)
#57544D
(87,84,77)
#47443E
(71,68,62)
#37342F
(55,52,47)
#272420
(39,36,32)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #B7B4A7

#B7B4A7
(183,180,167)
#BDBAAF
(189,186,175)
#C3C0B7
(195,192,183)
#C9C6BF
(201,198,191)
#CFCCC7
(207,204,199)
#D5D2CF
(213,210,207)
#DBD8D7
(219,216,215)
#E1DEDF
(225,222,223)
#E7E4E7
(231,228,231)
#EDEAEF
(237,234,239)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B4A7; }

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

This text font color is #B7B4A7.


Background Color

.myBgColor { background-color: #B7B4A7; }

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

This div background color is #B7B4A7.


Border color

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

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

This div border color is #B7B4A7.


Opacity

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

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

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

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

This text has shadow with #B7B4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B4A7 on black background.


Color preview on white background

This text has color #B7B4A7 on white background.



Black color preview on #B7B4A7 background

This text has black color on #B7B4A7 background.


White color preview on #B7B4A7 background

This text has white color on #B7B4A7 background.