COLOR #B7B4A3

HEX: #B7B4A3
RGB: (183,180,163)

Color info

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

RGB color model

#B7B4A3 color RGB value is (183,180,163).

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

RGB channels and saturation

R 183 of 255 = 72%
G 180 of 255 = 71%
B 163 of 255 = 64%

183
180
163

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

Portions of RGB colors in percentages

R + G + B =
183 + 180 + 163 = 526 (100%)
R 183 of 526 ~ 34.79%
G 180 of 526 ~ 34.22%
B 163 of 526 ~ 30.99%

%34.79
%34.22
%30.99

CMYK color model

#B7B4A3 color CMYK value is (0,2,11,28).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 10.93%
  • key color value is 28.24%
CMYK:
(0,2,11,28)
C0M2Y11K28 
(0%,2%,11%,28%)
(0.00/0.02/0.11/0.28)	

CMYK percentages

%0
%1.64
%10.93
%28.24

Codes

Color #B7B4A3 in popluar color models

B7B4A3
RGB183180163
HSL51°12.20%67.84%
HSB/HSV51°10.93%71.76%
CMYK0.00%1.64%10.93%
28.24%

Color #B7B4A3 in popluar number systems.

HEXB7B4A3
Decimal183180163
Binary101101111011010010100011
Octal267264243

Shades and tints

Shades of #B7B4A3

#B7B4A3
(183,180,163)
#A7A495
(167,164,149)
#979487
(151,148,135)
#878479
(135,132,121)
#77746B
(119,116,107)
#67645D
(103,100,93)
#57544F
(87,84,79)
#474441
(71,68,65)
#373433
(55,52,51)
#272425
(39,36,37)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #B7B4A3

#B7B4A3
(183,180,163)
#BDBAAB
(189,186,171)
#C3C0B3
(195,192,179)
#C9C6BB
(201,198,187)
#CFCCC3
(207,204,195)
#D5D2CB
(213,210,203)
#DBD8D3
(219,216,211)
#E1DEDB
(225,222,219)
#E7E4E3
(231,228,227)
#EDEAEB
(237,234,235)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B4A3; }

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

This text font color is #B7B4A3.


Background Color

.myBgColor { background-color: #B7B4A3; }

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

This div background color is #B7B4A3.


Border color

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

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

This div border color is #B7B4A3.


Opacity

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

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

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

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

This text has shadow with #B7B4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B4A3 on black background.


Color preview on white background

This text has color #B7B4A3 on white background.



Black color preview on #B7B4A3 background

This text has black color on #B7B4A3 background.


White color preview on #B7B4A3 background

This text has white color on #B7B4A3 background.