COLOR #B7B793

HEX: #B7B793
RGB: (183,183,147)

Color info

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

RGB color model

#B7B793 color RGB value is (183,183,147).

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

RGB channels and saturation

R 183 of 255 = 72%
G 183 of 255 = 72%
B 147 of 255 = 58%

183
183
147

R + G + B ~ 67%. #B7B793 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 183 + 147 = 513 (100%)
R 183 of 513 ~ 35.67%
G 183 of 513 ~ 35.67%
B 147 of 513 ~ 28.65%

%35.67
%35.67
%28.65

CMYK color model

#B7B793 color CMYK value is (0,0,20,28).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 28.24%
CMYK:
(0,0,20,28)
C0M0Y20K28 
(0%,0%,20%,28%)
(0.00/0.00/0.20/0.28)	

CMYK percentages

%0
%0
%19.67
%28.24

Codes

Color #B7B793 in popluar color models

B7B793
RGB183183147
HSL60°20.00%64.71%
HSB/HSV60°19.67%71.76%
CMYK0.00%0.00%19.67%
28.24%

Color #B7B793 in popluar number systems.

HEXB7B793
Decimal183183147
Binary101101111011011110010011
Octal267267223

Shades and tints

Shades of #B7B793

#B7B793
(183,183,147)
#A7A786
(167,167,134)
#979779
(151,151,121)
#87876C
(135,135,108)
#77775F
(119,119,95)
#676752
(103,103,82)
#575745
(87,87,69)
#474738
(71,71,56)
#37372B
(55,55,43)
#27271E
(39,39,30)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #B7B793

#B7B793
(183,183,147)
#BDBD9C
(189,189,156)
#C3C3A5
(195,195,165)
#C9C9AE
(201,201,174)
#CFCFB7
(207,207,183)
#D5D5C0
(213,213,192)
#DBDBC9
(219,219,201)
#E1E1D2
(225,225,210)
#E7E7DB
(231,231,219)
#EDEDE4
(237,237,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B793; }

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

This text font color is #B7B793.


Background Color

.myBgColor { background-color: #B7B793; }

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

This div background color is #B7B793.


Border color

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

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

This div border color is #B7B793.


Opacity

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

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

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

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

This text has shadow with #B7B793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B793 on black background.


Color preview on white background

This text has color #B7B793 on white background.



Black color preview on #B7B793 background

This text has black color on #B7B793 background.


White color preview on #B7B793 background

This text has white color on #B7B793 background.