COLOR #B7B788

HEX: #B7B788
RGB: (183,183,136)

Color info

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

RGB color model

#B7B788 color RGB value is (183,183,136).

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

RGB channels and saturation

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

183
183
136

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

Portions of RGB colors in percentages

R + G + B =
183 + 183 + 136 = 502 (100%)
R 183 of 502 ~ 36.45%
G 183 of 502 ~ 36.45%
B 136 of 502 ~ 27.09%

%36.45
%36.45
%27.09

CMYK color model

#B7B788 color CMYK value is (0,0,26,28).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 28.24%
CMYK:
(0,0,26,28)
C0M0Y26K28 
(0%,0%,26%,28%)
(0.00/0.00/0.26/0.28)	

CMYK percentages

%0
%0
%25.68
%28.24

Codes

Color #B7B788 in popluar color models

B7B788
RGB183183136
HSL60°24.61%62.55%
HSB/HSV60°25.68%71.76%
CMYK0.00%0.00%25.68%
28.24%

Color #B7B788 in popluar number systems.

HEXB7B788
Decimal183183136
Binary101101111011011110001000
Octal267267210

Shades and tints

Shades of #B7B788

#B7B788
(183,183,136)
#A7A77C
(167,167,124)
#979770
(151,151,112)
#878764
(135,135,100)
#777758
(119,119,88)
#67674C
(103,103,76)
#575740
(87,87,64)
#474734
(71,71,52)
#373728
(55,55,40)
#27271C
(39,39,28)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #B7B788

#B7B788
(183,183,136)
#BDBD92
(189,189,146)
#C3C39C
(195,195,156)
#C9C9A6
(201,201,166)
#CFCFB0
(207,207,176)
#D5D5BA
(213,213,186)
#DBDBC4
(219,219,196)
#E1E1CE
(225,225,206)
#E7E7D8
(231,231,216)
#EDEDE2
(237,237,226)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B788; }

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

This text font color is #B7B788.


Background Color

.myBgColor { background-color: #B7B788; }

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

This div background color is #B7B788.


Border color

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

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

This div border color is #B7B788.


Opacity

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

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

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

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

This text has shadow with #B7B788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B788 on black background.


Color preview on white background

This text has color #B7B788 on white background.



Black color preview on #B7B788 background

This text has black color on #B7B788 background.


White color preview on #B7B788 background

This text has white color on #B7B788 background.