COLOR #B8B899

HEX: #B8B899
RGB: (184,184,153)

Color info

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

RGB color model

#B8B899 color RGB value is (184,184,153).

  • red value is 184;
  • green value is 184;
  • blue value is 153.
RGB:
(184,184,153)
(72%,72%,60%)

RGB channels and saturation

R 184 of 255 = 72%
G 184 of 255 = 72%
B 153 of 255 = 60%

184
184
153

R + G + B ~ 68%. #B8B899 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 184 + 153 = 521 (100%)
R 184 of 521 ~ 35.32%
G 184 of 521 ~ 35.32%
B 153 of 521 ~ 29.37%

%35.32
%35.32
%29.37

CMYK color model

#B8B899 color CMYK value is (0,0,17,28).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 27.84%
CMYK:
(0,0,17,28)
C0M0Y17K28 
(0%,0%,17%,28%)
(0.00/0.00/0.17/0.28)	

CMYK percentages

%0
%0
%16.85
%27.84

Codes

Color #B8B899 in popluar color models

B8B899
RGB184184153
HSL60°17.92%66.08%
HSB/HSV60°16.85%72.16%
CMYK0.00%0.00%16.85%
27.84%

Color #B8B899 in popluar number systems.

HEXB8B899
Decimal184184153
Binary101110001011100010011001
Octal270270231

Shades and tints

Shades of #B8B899

#B8B899
(184,184,153)
#A8A88C
(168,168,140)
#98987F
(152,152,127)
#888872
(136,136,114)
#787865
(120,120,101)
#686858
(104,104,88)
#58584B
(88,88,75)
#48483E
(72,72,62)
#383831
(56,56,49)
#282824
(40,40,36)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #B8B899

#B8B899
(184,184,153)
#BEBEA2
(190,190,162)
#C4C4AB
(196,196,171)
#CACAB4
(202,202,180)
#D0D0BD
(208,208,189)
#D6D6C6
(214,214,198)
#DCDCCF
(220,220,207)
#E2E2D8
(226,226,216)
#E8E8E1
(232,232,225)
#EEEEEA
(238,238,234)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B899; }

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

This text font color is #B8B899.


Background Color

.myBgColor { background-color: #B8B899; }

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

This div background color is #B8B899.


Border color

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

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

This div border color is #B8B899.


Opacity

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

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

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

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

This text has shadow with #B8B899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B899 on black background.


Color preview on white background

This text has color #B8B899 on white background.



Black color preview on #B8B899 background

This text has black color on #B8B899 background.


White color preview on #B8B899 background

This text has white color on #B8B899 background.