COLOR #B8B793

HEX: #B8B793
RGB: (184,183,147)

Color info

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

RGB color model

#B8B793 color RGB value is (184,183,147).

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

RGB channels and saturation

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

184
183
147

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

Portions of RGB colors in percentages

R + G + B =
184 + 183 + 147 = 514 (100%)
R 184 of 514 ~ 35.8%
G 183 of 514 ~ 35.6%
B 147 of 514 ~ 28.6%

%35.8
%35.6
%28.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.54%
  • yellow value is 20.11%
  • key color value is 27.84%
CMYK:
(0,1,20,28)
C0M1Y20K28 
(0%,1%,20%,28%)
(0.00/0.01/0.20/0.28)	

CMYK percentages

%0
%0.54
%20.11
%27.84

Codes

Color #B8B793 in popluar color models

B8B793
RGB184183147
HSL58°20.67%64.90%
HSB/HSV58°20.11%72.16%
CMYK0.00%0.54%20.11%
27.84%

Color #B8B793 in popluar number systems.

HEXB8B793
Decimal184183147
Binary101110001011011110010011
Octal270267223

Shades and tints

Shades of #B8B793

#B8B793
(184,183,147)
#A8A786
(168,167,134)
#989779
(152,151,121)
#88876C
(136,135,108)
#78775F
(120,119,95)
#686752
(104,103,82)
#585745
(88,87,69)
#484738
(72,71,56)
#38372B
(56,55,43)
#28271E
(40,39,30)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #B8B793

#B8B793
(184,183,147)
#BEBD9C
(190,189,156)
#C4C3A5
(196,195,165)
#CAC9AE
(202,201,174)
#D0CFB7
(208,207,183)
#D6D5C0
(214,213,192)
#DCDBC9
(220,219,201)
#E2E1D2
(226,225,210)
#E8E7DB
(232,231,219)
#EEEDE4
(238,237,228)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B793; }

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

This text font color is #B8B793.


Background Color

.myBgColor { background-color: #B8B793; }

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

This div background color is #B8B793.


Border color

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

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

This div border color is #B8B793.


Opacity

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

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

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

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

This text has shadow with #B8B793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B793 on black background.


Color preview on white background

This text has color #B8B793 on white background.



Black color preview on #B8B793 background

This text has black color on #B8B793 background.


White color preview on #B8B793 background

This text has white color on #B8B793 background.