COLOR #B7B988

HEX: #B7B988
RGB: (183,185,136)

Color info

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

RGB color model

#B7B988 color RGB value is (183,185,136).

  • red value is 183;
  • green value is 185;
  • blue value is 136.
RGB:
(183,185,136)
(72%,73%,53%)

RGB channels and saturation

R 183 of 255 = 72%
G 185 of 255 = 73%
B 136 of 255 = 53%

183
185
136

R + G + B ~ 66%. #B7B988 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 185 + 136 = 504 (100%)
R 183 of 504 ~ 36.31%
G 185 of 504 ~ 36.71%
B 136 of 504 ~ 26.98%

%36.31
%36.71
%26.98

CMYK color model

#B7B988 color CMYK value is (1,0,26,27).

  • cyan value is 1.08%
  • magenta value is 0.00%
  • yellow value is 26.49%
  • key color value is 27.45%
CMYK:
(1,0,26,27)
C1M0Y26K27 
(1%,0%,26%,27%)
(0.01/0.00/0.26/0.27)	

CMYK percentages

%1.08
%0
%26.49
%27.45

Codes

Color #B7B988 in popluar color models

B7B988
RGB183185136
HSL62°25.93%62.94%
HSB/HSV62°26.49%72.55%
CMYK1.08%0.00%26.49%
27.45%

Color #B7B988 in popluar number systems.

HEXB7B988
Decimal183185136
Binary101101111011100110001000
Octal267271210

Shades and tints

Shades of #B7B988

#B7B988
(183,185,136)
#A7A97C
(167,169,124)
#979970
(151,153,112)
#878964
(135,137,100)
#777958
(119,121,88)
#67694C
(103,105,76)
#575940
(87,89,64)
#474934
(71,73,52)
#373928
(55,57,40)
#27291C
(39,41,28)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #B7B988

#B7B988
(183,185,136)
#BDBF92
(189,191,146)
#C3C59C
(195,197,156)
#C9CBA6
(201,203,166)
#CFD1B0
(207,209,176)
#D5D7BA
(213,215,186)
#DBDDC4
(219,221,196)
#E1E3CE
(225,227,206)
#E7E9D8
(231,233,216)
#EDEFE2
(237,239,226)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B988 color. Also use rgb(183,185,136) instead hex code.

Text Font Color

.myTextColor { color: #B7B988; }

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

This text font color is #B7B988.


Background Color

.myBgColor { background-color: #B7B988; }

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

This div background color is #B7B988.


Border color

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

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

This div border color is #B7B988.


Opacity

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

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

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

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

This text has shadow with #B7B988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B988 on black background.


Color preview on white background

This text has color #B7B988 on white background.



Black color preview on #B7B988 background

This text has black color on #B7B988 background.


White color preview on #B7B988 background

This text has white color on #B7B988 background.